curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/actions/batch/v2 \
--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>"
}
}
}
]
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/actions/batch/v2 \
--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>"
}
}
}
]
}API key authentication
This data structure represents a request to execute a batch of Action operations atomically.
This data structure represents a request to execute an Action operation.
Show child attributes
This data structure represents the response to a batch Action execution request.
This data structure represents a response to an Action execution request.
Show child attributes
Was this page helpful?