Hanzo
OpenapiO11y

Replaces the org's quick filters for one signal with the attribute list given.

Replaces the org's quick filters for one signal with the attribute list given.

PUT /v1/o11y/orgs/me/filters

Addresshttps://api.hanzo.ai/v1/o11y/orgs/me/filters
MethodPUT
OperationUpdateQuickFilters
AuthAuthorization: Bearer $HANZO_API_KEY

Replaces the org's quick filters for one signal with the attribute list given. Admin gate.

Request

7 fields, body application/json (required).

FieldInTypeRequiredDescription
filtersbodyo11y.O11yFilterKey[]Filters are the attributes to offer, in the order to offer them.
filters[].dataTypebodystringDataType is the attribute's value type — string, int64, float64 or bool.
filters[].isColumnbodybooleanIsColumn marks an attribute stored as its own column.
filters[].isJSONbodybooleanIsJSON marks an attribute read out of a JSON body.
filters[].keybodystringKey is the attribute name.
filters[].typebodystringType says where the attribute lives — tag or resource.
signalbodystringSignal is the signal whose filters are being replaced.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y orgs me filters replace

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page