Skip to main content
Order Actions
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/actions/order/v2 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "privateActionsOrder": {},
  "sharedActionsOrder": {}
}
'
{}

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.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure represents the request to order Actions.

privateActionsOrder
object

The private actions order.

sharedActionsOrder
object

The shared actions order.

Response

This data structure represents the response to order Actions.