Description | : List Jobs by parent resource |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Jobs_ListByTarget", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "jobType", "Enum": { "new": [ [ "deploy", "A deployment job." ], [ "publish", "A publish job." ], [ "staging", "A staging job." ], [ "externalValidation", "A validation job." ] ], "old": [ [ "deploy", "A deployment job." ], [ "staging", "A staging job." ], [ "externalValidation", "A validation job." ] ] } }, { "jobParameter": [ { "#name": "jobType", "Enum": { "new": [ [ "deploy", "A deployment job." ], [ "publish", "A publish job." ], [ "staging", "A staging job." ], [ "externalValidation", "A validation job." ] ], "old": [ [ "deploy", "A deployment job." ], [ "staging", "A staging job." ], [ "externalValidation", "A validation job." ] ] } } ] }, { "steps": { "$properties": { "statistics": [ { "#name": "statisticsType", "Enum": { "new": [ [ "deploy", "A deployment job." ], [ "publish", "A publish job." ], [ "staging", "A staging job." ], [ "externalValidation", "A validation job." ] ], "old": [ [ "deploy", "A deployment job." ], [ "staging", "A staging job." ], [ "externalValidation", "A validation job." ] ] } } ] } } } ] } } } } } }
⚼ Request
GET:
/{resourceUri}/providers/Microsoft.Edge/jobs
{
api-version:
string
,
resourceUri:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
jobType:
enum
,
startTime:
string
,
endTime:
string
,
status:
enum
,
jobParameter:
{
,
jobType:
enum
,
}
correlationId:
string
,
steps:
[
]
,
{
,
name:
string
,
status:
enum
,
startTime:
string
,
endTime:
string
,
message:
string
,
statistics:
{
,
statisticsType:
enum
,
}
steps:
[
,
string
,
]
errorDetails:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
triggeredBy:
string
,
provisioningState:
enum
,
errorDetails:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
eTag:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}