curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/3/v2/actions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"applicationNames": [
"<string>"
],
"createdBy": "<string>",
"id": "<string>",
"isHidden": true,
"isPrivate": true,
"name": "<string>",
"subsystemNames": [
"<string>"
],
"url": "<string>"
}
}
'{
"action": {
"applicationNames": [
"<string>"
],
"createdBy": "<string>",
"id": "<string>",
"isHidden": true,
"isPrivate": true,
"name": "<string>",
"subsystemNames": [
"<string>"
],
"url": "<string>"
}
}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/3/v2/actions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"applicationNames": [
"<string>"
],
"createdBy": "<string>",
"id": "<string>",
"isHidden": true,
"isPrivate": true,
"name": "<string>",
"subsystemNames": [
"<string>"
],
"url": "<string>"
}
}
'{
"action": {
"applicationNames": [
"<string>"
],
"createdBy": "<string>",
"id": "<string>",
"isHidden": true,
"isPrivate": true,
"name": "<string>",
"subsystemNames": [
"<string>"
],
"url": "<string>"
}
}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.
Was this page helpful?