Documentation Index

Fetch the complete documentation index at: https://docs.graphiant.com/llms.txt

Use this file to discover all available pages before exploring further.

/v2/notificationlist

Prev Next
Post
/v2/notificationlist
Security
API Key: jwtAuth
Header parameter nameauthorization

Use Bearer <token>

Header parameters
Authorization
stringRequired

Bearer token. Format: Bearer <your_token_here>

Body parameters
Expand All
object
timeWindow
object (alertserviceTimeWindow)
bucketSizeSec
integer (int32)
Minimum0
Example123
oldTs
object (googleProtobufTimestamp)
nanos
integer (int32)
Example123
seconds
integer (int64)
Example1234567891011
recentTs
object (googleProtobufTimestamp)
nanos
integer (int32)
Example123
seconds
integer (int64)
Example1234567891011
Responses
200

OK

Expand All
object
notificationList
Array of object (alertserviceNotificationRecord)
object
alertType
string

Type of the alert underlying the notification (required)

Exampleexample string
muteCount
integer (int64)

Number of entities notificated muted (required)

Example1234567891011
name
string

Name given to the notification record (required)

Exampleexample string
notificationBody
object (alertserviceNotificationBody)
description
string

Description of notification

Exampleexample string
duration
string

Time interval for notification (required)

ExampleENUM_VALUE
enabled
boolean

Enable or disable notification (required)

Exampletrue
frequency
integer (int64)

Frequency of notifying a continuing alert (required)

Minimum0
Example12345678910
messageBody
string

Message body to prepend to actual message

Exampleexample string
notificationName
string

Name of the notification record (required)

Exampleexample string
opsgenieList
Array of string
string

List of opsgenie recipients

Exampleexample string
opsrampList
Array of string
string

List of opsramp recipients

Exampleexample string
pagerdutyList
Array of string
string

List of pagerduty recipients

Exampleexample string
recipientList
Array of string
string

Non-empty list of email recipients (required)

Exampleexample string
teamsList
Array of string
string

List of teams recipients

Exampleexample string
webhookUrlList
Array of string
string

List of webhook_url recipients

Exampleexample string
notificationId
string

Unique id for the notification record (required)

Exampleexample string
ruleId
string

The id of the rule on which notification is created (required)

Exampleexample string
timesTriggered
integer (int64)

Number of times notification was triggered for the same alert (required)

Minimum0
Example12345678910