swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ReplicationEligibilityResults API schemes: - https tags: - name: ReplicationEligibilityResults paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/providers/Microsoft.RecoveryServices/replicationEligibilityResults : get: tags: - ReplicationEligibilityResults summary: Microsoft Azure Gets The Validation Errors In Case The Vm Is Unsuitable For Protection description: Validates whether a given VM can be protected or not in which case returns list of errors. operationId: microsoftAzureReplicationeligibilityresultsList produces: - application/json parameters: - $ref: '#/parameters/ApiVersion' - $ref: '#/parameters/ResourceGroupName' - $ref: '#/parameters/SubscriptionId' - name: virtualMachineName in: path description: Virtual Machine name. required: true type: string responses: '200': description: OK schema: $ref: '#/definitions/ReplicationEligibilityResultsCollection' x-ms-examples: Gets the validation errors in case the VM is unsuitable for protection.: $ref: ./examples/ReplicationEligibilityResults_List.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default : get: tags: - ReplicationEligibilityResults summary: Microsoft Azure Gets The Validation Errors In Case The Vm Is Unsuitable For Protection description: Validates whether a given VM can be protected or not in which case returns list of errors. operationId: microsoftAzureReplicationeligibilityresultsGet produces: - application/json parameters: - $ref: '#/parameters/ApiVersion' - $ref: '#/parameters/ResourceGroupName' - $ref: '#/parameters/SubscriptionId' - name: virtualMachineName in: path description: Virtual Machine name. required: true type: string responses: '200': description: OK schema: $ref: '#/definitions/ReplicationEligibilityResults' x-ms-examples: Gets the validation errors in case the VM is unsuitable for protection.: $ref: ./examples/ReplicationEligibilityResults_Get.json definitions: ReplicationEligibilityResults: description: Replication eligibility results response model. type: object properties: name: description: Gets the name of this object. type: string readOnly: true type: description: Gets the object type. type: string readOnly: true id: description: Gets Unique ARM identifier for this object. type: string readOnly: true properties: $ref: '#/definitions/ReplicationEligibilityResultsProperties' description: Gets properties model for replication eligibility results API. readOnly: true ReplicationEligibilityResultsErrorInfo: description: Error model that can be exposed to the user. type: object properties: code: description: The error code. type: string message: description: The error message. type: string possibleCauses: description: The possible causes. type: string recommendedAction: description: The recommended action. type: string status: description: The error status. readOnly: true type: string ReplicationEligibilityResultsCollection: description: Replication eligibility results collection response model. type: object properties: value: description: The replication eligibility results details. uniqueItems: false type: array items: $ref: '#/definitions/ReplicationEligibilityResults' ReplicationEligibilityResultsProperties: description: Properties model for replication eligibility results API. type: object properties: clientRequestId: description: The client request Id. readOnly: true type: string errors: description: The error details. type: array uniqueItems: false items: $ref: '#/definitions/ReplicationEligibilityResultsErrorInfo' parameters: ResourceGroupName: name: resourceGroupName in: path description: The name of the resource group where the recovery services vault is present. required: true type: string x-ms-parameter-location: client ApiVersion: name: api-version in: query description: Client Api Version. required: true type: string SubscriptionId: name: subscriptionId in: path description: The subscription Id. required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'