Skip to main content

Sets instance level limits

PUT 

https://$CUSTOM-DOMAIN/system/v1/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)
curl -L -X PUT 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/limits' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"auditLogRetention": "string",
"block": true
}'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/system/v1
Parameters
— pathrequired
Body required
{
  "auditLogRetention": "string",
  "block": true
}
ResponseClear

Click the Send API Request button above and see the response here!