Skip to main content
GET
cURL

Authorizations

API-Token
string
header
required

Chronosphere API token

Query Parameters

page.max_size
integer<int64>

Sets the preferred number of items to return per page. If set to 0, the server will use its default value. Regardless of the value specified, clients must never assume how many items will be returned.

page.token
string

An opaque page token that identifies which page the client should request. An empty value indicates the first page.

slugs
string[]

Filters results by slug, where any CloudIntegration with a matching slug in the given list (and matches all other filters) will be returned.

names
string[]

Filters results by name, where any CloudIntegration with a matching name in the given list (and matches all other filters) will be returned.

states
enum<string>[]

Filter by integration state.

  • STATE_ENABLED: Integration is fully enabled and actively collecting metrics.
  • STATE_DISABLED: Integration is disabled and not collecting metrics.
  • STATE_PREVIEW: Integration is in preview mode for estimating cardinality/license impact before full enablement.
Available options:
STATE_ENABLED,
STATE_DISABLED,
STATE_PREVIEW
provider_types
string[]

Filter by provider type.

Response

A successful response.

cloud_integrations
object[]
page
object