curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/dataengine/retention-tags/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"retentionUpdateElements": [
{
"id": "<string>",
"name": "<string>"
}
]
}
'{
"retentions": [
{
"editable": true,
"id": "<string>",
"name": "<string>",
"order": 123
}
]
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/dataengine/retention-tags/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"retentionUpdateElements": [
{
"id": "<string>",
"name": "<string>"
}
]
}
'{
"retentions": [
{
"editable": true,
"id": "<string>",
"name": "<string>",
"order": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
This data structure is used to update retentions
Show child attributes
This data structure is obtained after updating retentions
Show child attributes
Was this page helpful?