Hanzo AI
OpenapiO11y

List services

Lists the services metadata for one connected account of the given provider, by account id.

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

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

Lists the services metadata for one connected account of the given provider, by account id. Admin gate.

Request

2 fields.

FieldInTypeRequiredDescription
cloud_providerpathstringyes
idpathstringyes

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 accounts services list <cloud_provider> <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page