Microsoft.LoadTestService (preview:2024-12-01)

2024/12/30 • 4 new methods

NotificationRuleAdministration_ListNotificationRule (new)
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 ,
}
,
}
,
}
,
}
NotificationRuleAdministration_GetNotificationRule (new)
Description Resource read operation template.
Reference Link ¶

⚼ Request

GET:  /notification-rules/{notificationRuleId}
{
api-version: string ,
notificationRuleId: string ,
}

⚐ Response (200)

{
notificationRuleId: string ,
displayName: string ,
actionGroupIds:
[
string ,
]
,
scope: enum ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
NotificationRuleAdministration_CreateOrUpdateNotificationRule (new)
Description Create or update operation template.
Reference Link ¶

⚼ Request

PATCH:  /notification-rules/{notificationRuleId}
{
api-version: string ,
notificationRuleId: string ,
body:
{
displayName: string ,
actionGroupIds:
[
string ,
]
,
scope: enum ,
}
,
}

⚐ Response (200)

{
notificationRuleId: string ,
displayName: string ,
actionGroupIds:
[
string ,
]
,
scope: enum ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
}

⚐ Response (201)

{
notificationRuleId: string ,
displayName: string ,
actionGroupIds:
[
string ,
]
,
scope: enum ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
NotificationRuleAdministration_DeleteNotificationRule (new)
Description Resource delete operation template.
Reference Link ¶

⚼ Request

DELETE:  /notification-rules/{notificationRuleId}
{
api-version: string ,
notificationRuleId: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}