Hanzo
OpenapiO11y

Returns one service and its configuration for a connected account of the given…

Returns one service and its configuration for a connected account of the given provider, by account id and service id.

GET /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}
MethodGET
OperationGetAccountService
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one service and its configuration for a connected account of the given provider, by account id and service id. Admin gate.

Request

3 fields.

FieldInTypeRequiredDescription
cloud_providerpathstringyes
idpathstringyes
service_idpathstringyes

Response

StatusBodyMeaning
200o11y.O11yServiceOutok

200 body — 54 fields.

FieldInTypeAlwaysDescription
databodyo11y.Service
data.assetsbodyo11y.ServiceAssets
data.assets.dashboardsbodyo11y.ServiceDashboard[]
data.assets.dashboards[].descriptionbodystring
data.assets.dashboards[].integrationDashboardbodyo11y.StorableIntegrationDashboard
data.assets.dashboards[].integrationDashboard.createdAtbodystring (date-time)
data.assets.dashboards[].integrationDashboard.dashboardIdbodystring
data.assets.dashboards[].integrationDashboard.idbodystring
data.assets.dashboards[].integrationDashboard.providerbodyany
data.assets.dashboards[].integrationDashboard.slugbodystring
data.assets.dashboards[].integrationDashboard.updatedAtbodystring (date-time)
data.assets.dashboards[].titlebodystring
data.cloudIntegrationServicebodyo11y.CloudIntegrationService
data.cloudIntegrationService.cloudIntegrationIdbodyany
data.cloudIntegrationService.configbodyo11y.ServiceConfig
data.cloudIntegrationService.config.awsbodyo11y.AWSServiceConfig
data.cloudIntegrationService.config.aws.logsbodyo11y.AWSServiceLogsConfig
data.cloudIntegrationService.config.aws.logs.enabledbodyboolean
data.cloudIntegrationService.config.aws.logs.s3Bucketsbodyobject
data.cloudIntegrationService.config.aws.logs.s3Buckets.*bodystring[]
data.cloudIntegrationService.config.aws.metricsbodyo11y.AWSServiceMetricsConfig
data.cloudIntegrationService.config.aws.metrics.enabledbodyboolean
data.cloudIntegrationService.config.azurebodyo11y.AzureServiceConfig
data.cloudIntegrationService.config.azure.logsbodyo11y.AzureServiceLogsConfig
data.cloudIntegrationService.config.azure.logs.enabledbodyboolean
data.cloudIntegrationService.config.azure.metricsbodyo11y.AzureServiceMetricsConfig
data.cloudIntegrationService.config.azure.metrics.enabledbodyboolean
data.cloudIntegrationService.config.gcpbodyo11y.GCPServiceConfig
data.cloudIntegrationService.config.gcp.logsbodyo11y.GCPServiceLogsConfig
data.cloudIntegrationService.config.gcp.logs.enabledbodyboolean
data.cloudIntegrationService.config.gcp.metricsbodyo11y.GCPServiceMetricsConfig
data.cloudIntegrationService.config.gcp.metrics.enabledbodyboolean
data.cloudIntegrationService.createdAtbodystring (date-time)
data.cloudIntegrationService.idbodyany
data.cloudIntegrationService.typebodyany
data.cloudIntegrationService.updatedAtbodystring (date-time)
data.dataCollectedbodyo11y.DataCollected
data.dataCollected.logsbodyo11y.CollectedLogAttribute[]
data.dataCollected.logs[].namebodystring
data.dataCollected.logs[].pathbodystring
data.dataCollected.logs[].typebodystring
data.dataCollected.metricsbodyo11y.CollectedMetric[]
data.dataCollected.metrics[].descriptionbodystring
data.dataCollected.metrics[].namebodystring
data.dataCollected.metrics[].typebodystring
data.dataCollected.metrics[].unitbodystring
data.iconbodystring
data.idbodystring
data.overviewbodystringmarkdown
data.supportedSignalsbodyo11y.SupportedSignals
data.supportedSignals.logsbodyboolean
data.supportedSignals.metricsbodyboolean
data.titlebodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

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

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page