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

2025/10/30 • 11 new, 11 deleted methods

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_GetTelemetryConfig (new)
Description Gets the telemetry config.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
telemetryInstrumentationKey: string ,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_Get (new)
Description Gets the details of an Appliance with a specified resource group and name.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_CreateOrUpdate (new)
Description Creates or updates an Appliance in the specified Subscription and Resource Group.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
distro: enum ,
infrastructureConfig:
{
provider: enum ,
}
,
provisioningState: string ,
publicKey: string ,
status: enum ,
version: string ,
}
,
}
,
}

⚐ Response (200)

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

⚐ Response (201)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_Delete (new)
Description Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_Update (new)
Description Updates an Appliance with the specified Resource Name in the specified Resource Group and Subscription.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_ListClusterUserCredential (new)
Description Returns the cluster user credentials for the dedicated appliance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
hybridConnectionConfig:
{
expirationTime: integer ,
hybridConnectionName: string ,
relay: string ,
token: string ,
}
,
kubeconfigs:
[
{
name: enum ,
value: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_ListKeys (new)
Description Returns the cluster customer credentials for the dedicated appliance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/listkeys
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
artifactType: string ,
}

⚐ Response (200)

{
artifactProfiles: object ,
kubeconfigs:
[
{
name: enum ,
value: string ,
}
,
]
,
sshKeys: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_GetUpgradeGraph (new)
Description Gets the upgrade graph of an Appliance with a specified resource group and name and specific release train.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
id: string ,
name: string ,
properties:
{
applianceVersion: string ,
supportedVersions:
[
{
metadata:
{
catalogVersion:
{
data:
{
audience: string ,
catalog: string ,
offer: string ,
version: string ,
}
,
name: string ,
namespace: string ,
}
,
}
,
version: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_ListOperations (removed)
Description Lists all available Appliances operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_GetTelemetryConfig (removed)
Description Gets the telemetry config.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
telemetryInstrumentationKey: string ,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_Get (removed)
Description Gets the details of an Appliance with a specified resource group and name.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_CreateOrUpdate (removed)
Description Creates or updates an Appliance in the specified Subscription and Resource Group.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
properties:
{
distro: enum ,
infrastructureConfig:
{
provider: enum ,
}
,
provisioningState: string ,
publicKey: string ,
status: enum ,
version: string ,
}
,
}
,
}

⚐ Response (200)

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

⚐ Response (201)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_Delete (removed)
Description Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_Update (removed)
Description Updates an Appliance with the specified Resource Name in the specified Resource Group and Subscription.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_ListClusterUserCredential (removed)
Description Returns the cluster user credentials for the dedicated appliance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
hybridConnectionConfig:
{
expirationTime: integer ,
hybridConnectionName: string ,
relay: string ,
token: string ,
}
,
kubeconfigs:
[
{
name: enum ,
value: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_ListKeys (removed)
Description Returns the cluster customer credentials for the dedicated appliance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/listkeys
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
artifactType: string ,
}

⚐ Response (200)

{
artifactProfiles: object ,
kubeconfigs:
[
{
name: enum ,
value: string ,
}
,
]
,
sshKeys: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Appliances_GetUpgradeGraph (removed)
Description Gets the upgrade graph of an Appliance with a specified resource group and name and specific release train.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
id: string ,
name: string ,
properties:
{
applianceVersion: string ,
supportedVersions:
[
{
metadata:
{
catalogVersion:
{
data:
{
audience: string ,
catalog: string ,
offer: string ,
version: string ,
}
,
name: string ,
namespace: string ,
}
,
}
,
version: string ,
}
,
]
,
}
,
}

⚐ Response (default)

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