Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v2/actions \
--header 'Authorization: <api-key>'{
"actions": [
{
"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 GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v2/actions \
--header 'Authorization: <api-key>'{
"actions": [
{
"applicationNames": [
"<string>"
],
"createdBy": "<string>",
"id": "<string>",
"isHidden": true,
"isPrivate": true,
"name": "<string>",
"sourceType": "SOURCE_TYPE_UNSPECIFIED",
"subsystemNames": [
"<string>"
],
"url": "<string>"
}
]
}API key authentication
Show child attributes
Was this page helpful?