Hanzo
OpenapiO11y

Lists the services the given provider can collect from, optionally scoped to…

Lists the services the given provider can collect from, optionally scoped to one cloud integration.

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

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

Lists the services the given provider can collect from, optionally scoped to one cloud integration. Admin gate.

Request

2 fields.

FieldInTypeRequiredDescription
cloud_providerpathstringyes
cloud_integration_idquerystringCloudIntegrationID, when set, scopes the listing to one cloud integration.

Response

StatusBodyMeaning
200o11y.O11yServicesMetadataOutok

200 body — 7 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableServicesMetadata
data.servicesbodyo11y.ServiceMetadata[]
data.services[].enabledbodybooleanif the service is enabled for the account
data.services[].iconbodystring
data.services[].idbodystring
data.services[].titlebodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y cloud_integrations services list <cloud_provider>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page