Hanzo
OpenapiO11y

Sets a signal limit on an ingestion key, by key id, answering with the created…

Sets a signal limit on an ingestion key, by key id, answering with the created limit.

POST /v1/o11y/gateway/ingestion_keys/{keyId}/limits

Addresshttps://api.hanzo.ai/v1/o11y/gateway/ingestion_keys/{keyId}/limits
MethodPOST
OperationCreateIngestionKeyLimit
AuthAuthorization: Bearer $HANZO_API_KEY

Sets a signal limit on an ingestion key, by key id, answering with the created limit. Editor gate.

Request

10 fields, body application/json (required).

FieldInTypeRequiredDescription
keyIdpathstringyes
configbodyo11y.LimitConfig
config.daybodyo11y.LimitValue
config.day.countbodyinteger
config.day.sizebodyinteger
config.secondbodyo11y.LimitValue
config.second.countbodyinteger
config.second.sizebodyinteger
signalbodystring
tagsbodystring[]

Response

StatusBodyMeaning
201o11y.O11yCreatedLimitOutcreated

201 body — 3 fields.

FieldInTypeAlwaysDescription
databodyo11y.GettableCreatedIngestionKeyLimit
data.idbodystring
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y gateway ingestion_keys limits <keyId>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page