Hanzo
OpenapiO11y

Returns apdex settings for the named services.

Returns apdex settings for the named services.

GET /v1/o11y/settings/apdex

Addresshttps://api.hanzo.ai/v1/o11y/settings/apdex
MethodGET
Operationget_o11y_settings_apdex
AuthAuthorization: Bearer $HANZO_API_KEY

Returns apdex settings for the named services.

Callers need the viewer role; the runtime's own gate enforces it.

Request

1 field.

FieldInTypeRequiredDescription
servicesquerystringServices are the service names, comma separated.

Response

StatusBodyMeaning
200o11y.O11yApdexOutok

200 body — 7 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yApdexSettings[]Data holds one settings row per service.
data[].excludeStatusCodesbodystringExcludeStatusCodes are status codes excluded from the score, comma separated.
data[].idbodystringID is the settings row's id.
data[].orgIdbodystringOrgID is the org the settings belong to.
data[].serviceNamebodystringServiceName is the service.
data[].thresholdbodynumberThreshold is the satisfied-response time in seconds.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y settings apdex get

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page