| Description | : List Jobs by parent resource |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Jobs_ListByTarget",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"@added_c91c9150c98542129ac5b28a2dc32e72": {
"#name": "additionalData",
"Description": "Additional metadata or properties.",
"Required": false,
"Type": "object",
"$properties": [
{
"#name": "workflowId",
"Description": "Id of the workflow.",
"Required": false,
"Type": "string"
}
]
}
}
]
}
}
}
}
}
}
⚼ 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
,
}
additionalData:
}
{
,
workflowId:
string
,
}
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
,
}