Microsoft.Edge (stable:2025-08-01)

2025/10/09 • 2 updated methods

Jobs_ListByTarget (updated)
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 ,
}
,
]
,
}
,
}
Jobs_Get (updated)
Description Get a Job resource
Reference Link ¶

⚶ Changes

{
  "#id": "Jobs_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_4758a59042044565ab46bfc032a09396": {
              "#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/{jobName}
{
api-version: string ,
resourceUri: string ,
jobName: string ,
}

⚐ Response (200)

{
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 ,
}

⚐ 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 ,
}
,
]
,
}
,
}