Microsoft.ResourceConnector (stable:2022-10-27)

2025/11/10 • 3 updated methods

Appliances_ListOperations (updated)
Description Lists all available Appliances operations.
Reference Link ¶

⚶ Changes

{
  "#id": "Appliances_ListOperations",
  "$responses": {
    "200": {
      "Description": {
        "new": "Paged collection of ApplianceOperation items",
        "old": "Lists of Appliances operations."
      },
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The ApplianceOperation items on this page",
            "old": "Array of applianceOperation"
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "Next page of operations."
          }
        }
      ]
    }
  }
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
isDataAction: boolean ,
name: string ,
origin: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_ListBySubscription (updated)
Description Gets a list of Appliances in the specified subscription. The operation returns properties of each Appliance
Reference Link ¶

⚶ Changes

{
  "#id": "Appliances_ListBySubscription",
  "$responses": {
    "200": {
      "Description": {
        "new": "Paged collection of Appliance items",
        "old": "The List Appliances operation response."
      },
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The Appliance items on this page",
            "old": "The list of Appliances."
          },
          "Required": {
            "new": true,
            "old": false
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The URL to use for getting the next set of results."
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ResourceConnector/appliances
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
distro: enum ,
infrastructureConfig:
{
provider: enum ,
}
,
provisioningState: string ,
publicKey: string ,
status: enum ,
version: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_ListByResourceGroup (updated)
Description Gets a list of Appliances in the specified subscription and resource group. The operation returns properties of each Appliance.
Reference Link ¶

⚶ Changes

{
  "#id": "Appliances_ListByResourceGroup",
  "$responses": {
    "200": {
      "Description": {
        "new": "Paged collection of Appliance items",
        "old": "The List Appliances operation response."
      },
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The Appliance items on this page",
            "old": "The list of Appliances."
          },
          "Required": {
            "new": true,
            "old": false
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The URL to use for getting the next set of results."
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
distro: enum ,
infrastructureConfig:
{
provider: enum ,
}
,
provisioningState: string ,
publicKey: string ,
status: enum ,
version: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}