Hanzo AI
OpenapiO11y

Create install

Installs an integration into the caller's org from its id and configuration, answering with the installed catalog item.

POST /v1/o11y/integrations/install

Addresshttps://api.hanzo.ai/v1/o11y/integrations/install
MethodPOST
OperationInstallIntegration
AuthAuthorization: Bearer $HANZO_API_KEY

Installs an integration into the caller's org from its id and configuration, answering with the installed catalog item. Viewer gate.

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
configbodyobject
config.*bodyobject
integration_idbodystring

Response

StatusBodyMeaning
200o11y.O11yInstallOutok

200 body — 11 fields.

FieldInTypeAlwaysDescription
databodyo11y.IntegrationsListItem
data.authorbodyo11y.IntegrationAuthor
data.author.emailbodystring
data.author.homepagebodystring
data.author.namebodystring
data.descriptionbodystring
data.iconbodystring
data.idbodystring
data.is_installedbodyboolean
data.titlebodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y integrations install

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page