Skip to main content
Get Action
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/actions/actions/v2/{id} \
  --header 'Authorization: <api-key>'
{
  "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

Path Parameters

id
string
required

Response

This data structure represents the response to get an Action.

action
object

This data structure represents an Action.