Hanzo
OpenapiO11y

Lists the cloud-integration accounts connected for the given provider.

Lists the cloud-integration accounts connected for the given provider.

GET /v1/o11y/cloud_integrations/{cloud_provider}/accounts

Addresshttps://api.hanzo.ai/v1/o11y/cloud_integrations/{cloud_provider}/accounts
MethodGET
OperationListAccounts
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the cloud-integration accounts connected for the given provider. Admin gate.

Request

1 field.

FieldInTypeRequiredDescription
cloud_providerpathstringyes

Response

StatusBodyMeaning
200o11y.O11yAccountsOutok

200 body — 24 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableAccounts
data.accountsbodyo11y.Account[]
data.accounts[].agentReportbodyo11y.AgentReport
data.accounts[].agentReport.databodyobject
data.accounts[].agentReport.data.*bodyobject
data.accounts[].agentReport.timestampMillisbodyinteger
data.accounts[].configbodyo11y.AccountConfig
data.accounts[].config.awsbodyo11y.AWSAccountConfig
data.accounts[].config.aws.regionsbodystring[]
data.accounts[].config.azurebodyo11y.AzureAccountConfig
data.accounts[].config.azure.deploymentRegionbodystring
data.accounts[].config.azure.resourceGroupsbodystring[]
data.accounts[].config.gcpbodyo11y.GCPAccountConfig
data.accounts[].config.gcp.deploymentProjectIdbodystringProject ID where central pub/sub for logs exist
data.accounts[].config.gcp.deploymentRegionbodystringProject ID where otel collector will be deployed
data.accounts[].config.gcp.projectIdsbodystring[]List of project IDs to monitor
data.accounts[].createdAtbodystring (date-time)
data.accounts[].idbodyany
data.accounts[].orgIdbodyany
data.accounts[].providerbodyany
data.accounts[].providerAccountIdbodystring
data.accounts[].removedAtbodystring (date-time)
data.accounts[].updatedAtbodystring (date-time)
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y cloud_integrations accounts list <cloud_provider>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page