Hanzo
OpenapiO11y

Changes a connected account's configuration for the given provider, by id.

Changes a connected account's configuration for the given provider, by id.

PUT /v1/o11y/cloud_integrations/{cloud_provider}/accounts/{id}

Addresshttps://api.hanzo.ai/v1/o11y/cloud_integrations/{cloud_provider}/accounts/{id}
MethodPUT
OperationUpdateAccount
AuthAuthorization: Bearer $HANZO_API_KEY

Changes a connected account's configuration for the given provider, by id. Admin gate.

Request

11 fields, body application/json (required).

FieldInTypeRequiredDescription
cloud_providerpathstringyes
idpathstringyes
configbodyo11y.UpdatableAccountConfig
config.awsbodyo11y.AWSAccountConfig
config.aws.regionsbodystring[]
config.azurebodyo11y.UpdatableAzureAccountConfig
config.azure.resourceGroupsbodystring[]
config.gcpbodyo11y.UpdatableGCPAccountConfig
config.gcp.deploymentProjectIdbodystringProject ID where central pub/sub for logs exist
config.gcp.deploymentRegionbodystringCompute service region where otel collector will be deployed
config.gcp.projectIdsbodystring[]List of project IDs to monitor

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y cloud_integrations accounts set <cloud_provider> <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page