Hanzo
OpenapiO11y

Returns the deployment's host info from Zeus.

Returns the deployment's host info from Zeus.

GET /v1/o11y/zeus/hosts

Addresshttps://api.hanzo.ai/v1/o11y/zeus/hosts
MethodGET
OperationGetHosts
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the deployment's host info from Zeus. Viewer gate.

Request

GET /v1/o11y/zeus/hosts takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200o11y.O11yGettableHostOutok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableHost
data.hostsbodyo11y.Host[]
data.hosts[].is_defaultbodyboolean
data.hosts[].namebodystring
data.hosts[].urlbodystring
data.namebodystring
data.statebodystring
data.tierbodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y zeus hosts get

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page