Skip to main content
Atomic Batch Execute Actions
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/v2/actions/actions:atomicBatchExecute \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "requests": [
    {
      "create": {
        "applicationNames": [
          "<string>"
        ],
        "isPrivate": true,
        "name": "<string>",
        "sourceType": "SOURCE_TYPE_UNSPECIFIED",
        "subsystemNames": [
          "<string>"
        ],
        "url": "<string>"
      }
    }
  ]
}'
{
  "matchingResponses": [
    {
      "create": {
        "action": {
          "applicationNames": [
            "<string>"
          ],
          "createdBy": "<string>",
          "id": "<string>",
          "isHidden": true,
          "isPrivate": true,
          "name": "<string>",
          "sourceType": "SOURCE_TYPE_UNSPECIFIED",
          "subsystemNames": [
            "<string>"
          ],
          "url": "<string>"
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
requests
object[]
  • Option 1
  • Option 2
  • Option 3

Response

matchingResponses
object[]
  • Option 1
  • Option 2
  • Option 3