provider Logs Archives PUT /api/v2/logs/config/archive-order
@utdk/datadog /api/v2/logs/config/archive-order
Update archive order
Update the order of your archives. Since logs are processed sequentially, reordering an archive may change the structure and content of the data processed by other archives. **Note**: Using the `PUT` method updates your archive's order by replacing the current order with the new one.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
updatelogsarchiveorder
PUT/api/v2/logs/config/archive-order
Update the order of your archives. Since logs are processed sequentially, reordering an archive may change the structure and content of the data processed by other archives. **Note**: Using the `PUT` method updates your archive's order by replacing the current order with the new one.

Input

The definition of an archive order.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updatelogsarchiveorder()