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