Authorizations
API key authentication
Body
application/json
This data structure is used to update retentions
Response
This data structure is obtained after updating retentions
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/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/latest/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
}
]
}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?