Description | : Resource list operation template. |
Reference | : Link ¶ |
⚼ Request
GET:
/notification-rules
{
api-version:
string
,
testIds:
string
,
scopes:
string
,
lastModifiedStartTime:
string
,
lastModifiedEndTime:
string
,
maxpagesize:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
notificationRuleId:
string
,
displayName:
string
,
actionGroupIds:
[
,
string
,
]
scope:
enum
,
createdDateTime:
string
,
createdBy:
string
,
lastModifiedDateTime:
string
,
lastModifiedBy:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}