v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlogsDataForwardingManagement
Get all S3 data forwarding rules.
Get a list of all S3 data forwarding rules.
get/v1/logsDataForwarding/rules
Query parameters
limitinteger
Limit the number of data forwarding rules returned in the response. The number of data forwarding rules returned may be less than the limit.
tokenstring
Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left.
Response
List of all S3 data forwarding rules.
Example response
{
"data": [
{
"indexId": "1",
"destinationId": "1",
"enabled": true,
"fileFormat": "{index}_{day}_{hour}_{minute}_{second}",
"payloadSchema": "builtInFields",
"format": "csv",
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "1"
}
],
"nextToken": "VEZuRU4veXF2UWFCUURYSDNQUzJxWlpRRUsvTlBieXA"
}