Skip to main content

Sets instance level limits

PUT 

/instances/:instanceId/limits

Sets instance level limits

Request​

Path Parameters

    instanceId stringrequired

Body

required

    auditLogRetention string

    auditLogRetention limits the number of events that can be queried via the events API by their age. A value of '0s' means that all events are available. If this value is set, it overwrites the system default.

    block boolean

    if block is true, requests are responded with a resource exhausted error code.

Responses​

Instance limits set

Schema

    details

    object

    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    creationDate date-time

    on read: the timestamp of the first event of the object

    on create: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the

    resourceOwner resource_owner is the organization an object belongs to (string)
Loading...