curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/policies/v1/reorder \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"orders": [
{
"id": "id",
"order": 1
}
],
"sourceType": "SOURCE_TYPE_UNSPECIFIED"
}
'{
"orders": [
{
"id": "id",
"order": 1
}
]
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/policies/v1/reorder \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"orders": [
{
"id": "id",
"order": 1
}
],
"sourceType": "SOURCE_TYPE_UNSPECIFIED"
}
'{
"orders": [
{
"id": "id",
"order": 1
}
]
}API key authentication
This data structure is obtained when reordering policies.
Show child attributes
Was this page helpful?