post
https://{hostname}/etp-config/v3/configs//log-export
Creates a bulk log export destination configuration, which includes three default export schedules. Supports Linode and Azure storage destinations.
Creates a bulk log export destination configuration, which includes three default export schedules. Supports Linode and Azure storage destinations.
xxxxxxxxxxcurl --request POST \--url https://hostname/etp-config/v3/configs/configId/log-export \--header 'accept: application/json' \--header 'content-type: application/json'
xxxxxxxxxx16{"createdBy": "adevi","createdDate": "2024-05-02T19:45:01.694+00:00","deleted": false,"etpConfigId": 1100,"id": 200,"modifiedBy": "jsmith","modifiedDate": "2024-07-19T08:05:19.941+00:00","parameters": {"accessKeySecret": "somekey","accountName": "High Street Company","destinationPath": "logs-blob","tenantId": "12345678"},"type": "AzureBlob"}