v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlogsDataForwardingManagement
Get an S3 data forwarding rule by its index.
Get the details of an S3 data forwarding rule by its Partition or Scheduled View identifier.
get/v1/logsDataForwarding/rules/{indexId}
Path parameters
indexIdstring required
The id of the Partition or Scheduled View.
Response
Data forwarding rule that was requested.
Example response
{
"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"
}