Microsoft.Support (preview:2021-06-01)

2025/09/12 • 2 new, 2 deleted methods

Operations_List (new)
Description This lists all the available Microsoft Support REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Support/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
,
}
LookUpResourceId_Post (new)
Description This operation fetches ARM resource id of support resource type.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.Support/lookUpResourceId
{
api-version: string ,
lookUpResourceIdRequest:
{
identifier: string ,
type: enum ,
}
,
}

⚐ Response (200)

{
resourceId: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
,
}
Operations_List (removed)
Description This lists all the available Microsoft Support REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Support/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
,
}
LookUpResourceId_Post (removed)
Description This operation fetches ARM resource id of support resource type.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.Support/lookUpResourceId
{
api-version: string ,
lookUpResourceIdRequest:
{
identifier: string ,
type: enum ,
}
,
}

⚐ Response (200)

{
resourceId: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
,
}