Hanzo
OpenapiO11y

Changes a service's configuration for one connected account of the given…

Changes a service's configuration for one connected account of the given provider, by account id and service id.

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

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

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

Request

21 fields, body application/json (required).

FieldInTypeRequiredDescription
cloud_providerpathstringyes
idpathstringyes
service_idpathstringyes
configbodyo11y.ServiceConfig
config.awsbodyo11y.AWSServiceConfig
config.aws.logsbodyo11y.AWSServiceLogsConfig
config.aws.logs.enabledbodyboolean
config.aws.logs.s3Bucketsbodyobject
config.aws.logs.s3Buckets.*bodystring[]
config.aws.metricsbodyo11y.AWSServiceMetricsConfig
config.aws.metrics.enabledbodyboolean
config.azurebodyo11y.AzureServiceConfig
config.azure.logsbodyo11y.AzureServiceLogsConfig
config.azure.logs.enabledbodyboolean
config.azure.metricsbodyo11y.AzureServiceMetricsConfig
config.azure.metrics.enabledbodyboolean
config.gcpbodyo11y.GCPServiceConfig
config.gcp.logsbodyo11y.GCPServiceLogsConfig
config.gcp.logs.enabledbodyboolean
config.gcp.metricsbodyo11y.GCPServiceMetricsConfig
config.gcp.metrics.enabledbodyboolean

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y cloud_integrations accounts services set <cloud_provider> <id> <service_id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page