Description | : List all issues under the parent |
Reference | : Link ¶ |
⚼ Request
GET:
/{resourceUri}/providers/Microsoft.AlertsManagement/issues
{
api-version:
string
,
resourceUri:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
title:
string
,
status:
enum
,
severity:
string
,
investigations:
[
]
,
{
,
id:
string
,
execution:
{
,
runState:
enum
,
completedAt:
string
,
}
createdAt:
string
,
runParameters:
}
{
,
impactTime:
string
,
alerts:
[
]
,
{
,
id:
string
,
origin:
{
,
addedBy:
string
,
addedByType:
enum
,
}
relevance:
enum
,
}
resources:
}
[
]
,
{
,
id:
string
,
origin:
{
,
addedBy:
string
,
addedByType:
enum
,
}
relevance:
enum
,
}
impactTime:
string
,
investigationsCount:
integer
,
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}