swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ReplicationExtension API description: Replication extension controller. schemes: - https tags: - name: ReplicationExtension description: Replication extension controller. paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationExtensions/{replicationExtensionName} : get: tags: - ReplicationExtension summary: Microsoft Azure Gets The Replication Extension description: Gets the details of the replication extension. operationId: microsoftAzureReplicationextensionGet produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/VaultNameParameter' - $ref: '#/parameters/ReplicationExtensionNameParameter' - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '200': description: Returns Replication extension Model on success. schema: $ref: '#/definitions/ReplicationExtensionModel' default: description: Error schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ReplicationExtension_Get: $ref: ./examples/ReplicationExtension_Get.json put: tags: - ReplicationExtension summary: Microsoft Azure Puts The Replication Extension description: Creates the replication extension in the given vault. operationId: microsoftAzureReplicationextensionCreate consumes: - application/json produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/VaultNameParameter' - $ref: '#/parameters/ReplicationExtensionNameParameter' - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - in: body name: body description: Replication extension model. schema: $ref: '#/definitions/ReplicationExtensionModel' responses: '200': description: Updated schema: $ref: '#/definitions/ReplicationExtensionModel' '201': description: Created schema: $ref: '#/definitions/ReplicationExtensionModel' default: description: Error schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location x-ms-examples: ReplicationExtension_Create: $ref: ./examples/ReplicationExtension_Create.json delete: tags: - ReplicationExtension summary: Microsoft Azure Deletes The Replication Extension description: Deletes the replication extension in the given vault. operationId: microsoftAzureReplicationextensionDelete produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/VaultNameParameter' - $ref: '#/parameters/ReplicationExtensionNameParameter' - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '202': description: Returns success on deletion. headers: Azure-AsyncOperation: description: Tracking URL for long running operation. type: string Location: type: string '204': description: No Content default: description: Error schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location x-ms-examples: ReplicationExtension_Delete: $ref: ./examples/ReplicationExtension_Delete.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationExtensions : get: tags: - ReplicationExtension summary: Microsoft Azure Lists The Replication Extensions description: Gets the list of replication extensions in the given vault. operationId: microsoftAzureReplicationextensionList produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/VaultNameParameter' - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '200': description: Returns Replication extension Model Collection on success. schema: $ref: '#/definitions/ReplicationExtensionModelCollection' default: description: Error schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: ReplicationExtension_List: $ref: ./examples/ReplicationExtension_List.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationExtensions/{replicationExtensionName}/operations/{operationId} : get: tags: - ReplicationExtension summary: Microsoft Azure Gets The Replication Extension Operation Status description: Tracks the results of an asynchronous operation on the replication extension. operationId: microsoftAzureReplicationextensionoperationstatusGet produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/VaultNameParameter' - $ref: '#/parameters/ReplicationExtensionNameParameter' - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/OperationIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/OperationStatus' default: description: Error schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ReplicationExtensionOperationStatus_Get: $ref: ./examples/ReplicationExtensionOperationStatus_Get.json definitions: ReplicationExtensionModel: description: Replication extension model. required: - properties type: object properties: properties: $ref: '#/definitions/ReplicationExtensionModelProperties' id: description: Gets or sets the Id of the resource. type: string readOnly: true name: description: Gets or sets the name of the resource. type: string readOnly: true type: description: Gets or sets the type of the resource. type: string readOnly: true systemData: allOf: - $ref: '#/definitions/SystemDataModel' readOnly: true x-ms-azure-resource: true ReplicationExtensionModelProperties: description: Replication extension model properties. required: - customProperties type: object properties: provisioningState: description: Gets or sets the provisioning state of the replication extension. enum: - Canceled - Creating - Deleting - Deleted - Failed - Succeeded - Updating type: string readOnly: true x-ms-enum: name: ProvisioningState modelAsString: true customProperties: $ref: '#/definitions/ReplicationExtensionModelCustomProperties' OperationStatus: description: Defines the operation status. type: object properties: id: description: Gets or sets the Id. type: string name: description: Gets or sets the operation name. type: string status: description: "Gets or sets the status of the operation. ARM expects the terminal status to be one of\r\nSucceeded/ Failed/ Canceled. All other values imply that the operation is still running." type: string startTime: description: Gets or sets the start time. type: string endTime: description: Gets or sets the end time. type: string ReplicationExtensionModelCustomProperties: description: Replication extension model custom properties. required: - instanceType type: object properties: instanceType: description: Gets or sets the instance type. minLength: 1 type: string discriminator: instanceType SystemDataModel: description: System data required to be defined for Azure resources. type: object properties: createdBy: description: Gets or sets identity that created the resource. type: string createdByType: description: "Gets or sets the type of identity that created the resource: user, application,\r\nmanagedIdentity." type: string createdAt: format: date-time description: Gets or sets the timestamp of resource creation (UTC). type: string lastModifiedBy: description: Gets or sets the identity that last modified the resource. type: string lastModifiedByType: description: "Gets or sets the type of identity that last modified the resource: user, application,\r\nmanagedIdentity." type: string lastModifiedAt: format: date-time description: Gets or sets the timestamp of resource last modification (UTC). type: string ReplicationExtensionModelCollection: description: Replication extension model collection. type: object properties: value: description: Gets or sets the list of replication extensions. type: array items: $ref: '#/definitions/ReplicationExtensionModel' x-ms-identifiers: [] nextLink: description: Gets or sets the value of next link. type: string parameters: VaultNameParameter: in: path name: vaultName description: The vault name. required: true type: string pattern: ^[a-zA-Z0-9]*$ x-ms-parameter-location: method ReplicationExtensionNameParameter: in: path name: replicationExtensionName description: The replication extension name. required: true type: string pattern: ^[a-zA-Z0-9]*$ x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'