Hanzo
OpenapiO11y

Reads the attribute-value request from the body rather than off the query…

Reads the attribute-value request from the body rather than off the query string — the spelling the newer builder uses to send its filters alongside the…

POST /v1/o11y/auto_complete/attribute_values

Addresshttps://api.hanzo.ai/v1/o11y/auto_complete/attribute_values
MethodPOST
Operationpost_o11y_auto_complete_attribute_values
AuthAuthorization: Bearer $HANZO_API_KEY

Reads the attribute-value request from the body rather than off the query string — the spelling the newer builder uses to send its filters alongside the request.

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

Request

21 fields, body application/json (required).

FieldInTypeRequiredDescription
aggregateAttributebodystring
aggregateOperatorbodystring
dataSourcebodystring
endTimeMillisbodyinteger
existingFilterItemsbodyo11y.FilterItem[]
existingFilterItems[].keybodyo11y.AttributeKey
existingFilterItems[].key.dataTypebodystring
existingFilterItems[].key.isColumnbodyboolean
existingFilterItems[].key.isJSONbodyboolean
existingFilterItems[].key.keybodystring
existingFilterItems[].key.typebodystring
existingFilterItems[].opbodystring
existingFilterItems[].valuebodyobject
filterAttributeKeybodystring
filterAttributeKeyDataTypebodystring
includeRelatedbodyboolean
limitbodyinteger
metricNamesbodystring[]
searchTextbodystring
startTimeMillisbodyinteger
tagTypebodystring

Response

StatusBodyMeaning
200o11y.O11yAttributeValuesOutok

200 body — 6 fields.

FieldInTypeAlwaysDescription
databodyo11y.FilterAttributeValueResponse
data.boolAttributeValuesbodyboolean[]
data.numberAttributeValuesbodyobject[]
data.relatedValuesbodyo11y.FilterAttributeValueResponse
data.stringAttributeValuesbodystring[]
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y auto_complete attribute_values

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page