curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/v1/alert-scheduler-rules/bulk \
--header 'Authorization: <api-key>'{
"alertSchedulerRules": [
{
"alertSchedulerRule": {
"createdAt": "<string>",
"description": "<string>",
"enabled": true,
"filter": {
"alertUniqueIds": {
"value": [
"<string>"
]
},
"whatExpression": "<string>"
},
"id": "<string>",
"metaLabels": [
{
"id": "<string>",
"key": "<string>",
"value": "<string>"
}
],
"name": "<string>",
"schedule": {
"recurring": {
"dynamic": {
"repeatEvery": 123,
"terminationDate": "<string>",
"timeframe": {
"endTime": "<string>",
"startTime": "<string>",
"timezone": "<string>"
},
"weekly": {
"daysOfWeek": [
123
]
}
}
},
"scheduleOperation": "SCHEDULE_OPERATION_UNSPECIFIED"
},
"uniqueIdentifier": "<string>",
"updatedAt": "<string>"
},
"nextActiveTimeframes": [
{
"endTime": "<string>",
"startTime": "<string>",
"timezone": "<string>"
}
]
}
],
"nextPageToken": "<string>"
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/v1/alert-scheduler-rules/bulk \
--header 'Authorization: <api-key>'{
"alertSchedulerRules": [
{
"alertSchedulerRule": {
"createdAt": "<string>",
"description": "<string>",
"enabled": true,
"filter": {
"alertUniqueIds": {
"value": [
"<string>"
]
},
"whatExpression": "<string>"
},
"id": "<string>",
"metaLabels": [
{
"id": "<string>",
"key": "<string>",
"value": "<string>"
}
],
"name": "<string>",
"schedule": {
"recurring": {
"dynamic": {
"repeatEvery": 123,
"terminationDate": "<string>",
"timeframe": {
"endTime": "<string>",
"startTime": "<string>",
"timezone": "<string>"
},
"weekly": {
"daysOfWeek": [
123
]
}
}
},
"scheduleOperation": "SCHEDULE_OPERATION_UNSPECIFIED"
},
"uniqueIdentifier": "<string>",
"updatedAt": "<string>"
},
"nextActiveTimeframes": [
{
"endTime": "<string>",
"startTime": "<string>",
"timezone": "<string>"
}
]
}
],
"nextPageToken": "<string>"
}API key authentication
Show child attributes
Show child attributes
""
Was this page helpful?