Skip to main content
Replace Action
curl --request PUT \
  --url https://api.coralogix.com/mgmt/openapi/latest/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>",
    "sourceType": "SOURCE_TYPE_UNSPECIFIED",
    "subsystemNames": [
      "<string>"
    ],
    "url": "<string>"
  }
}'
{
  "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
action
object

Response

action
object