swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector Operation Status API schemes: - https tags: - name: Operation Status paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/locations/{locationName}/workflows/{workflowId}/operations/{operationId} : get: parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - name: locationName in: path required: true type: string description: The desired region to obtain information from. - name: workflowId in: path description: workflow Id required: true type: string - name: operationId in: path description: operation Id required: true type: string tags: - Operation Status operationId: microsoftAzureOperationstatusGet description: Get Operation status x-ms-examples: OperationStatus_Get: $ref: ./examples/OperationStatus_Get.json responses: '200': description: Operation Status schema: $ref: '#/definitions/OperationStatus' headers: x-ms-request-id: description: request id. type: string x-ms-correlation-request-id: description: correlation request id. type: string default: description: Error message indicating why the operation failed. schema: $ref: '#/definitions/StorageSyncError' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storagesync Locations Locationname Workflows Workflowid Operations Operationid /subscriptions/{subscriptionId}/providers/Microsoft.StorageSync/locations/{locationName}/operations/{operationId}: get: parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - name: locationName in: path required: true type: string description: The desired region to obtain information from. - name: operationId in: path description: operation Id required: true type: string tags: - Operation Status operationId: microsoftAzureLocationoperationstatus description: Get Operation status x-ms-examples: LocationOperationStatus: $ref: ./examples/LocationOperationStatus_Get.json responses: '200': description: Operation Status schema: $ref: '#/definitions/LocationOperationStatus' headers: x-ms-request-id: description: request id. type: string x-ms-correlation-request-id: description: correlation request id. type: string default: description: Error message indicating why the operation failed. schema: $ref: '#/definitions/StorageSyncError' summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Storagesync Locations Locationname Operations Operationid definitions: StorageSyncError: type: object description: Error type properties: error: $ref: '#/definitions/StorageSyncApiError' description: Error details of the given entry. innererror: $ref: '#/definitions/StorageSyncApiError' description: Error details of the given entry. OperationStatus: type: object properties: name: readOnly: true type: string description: Operation Id status: readOnly: true type: string description: Operation status startTime: readOnly: true type: string format: date-time description: Start time of the operation endTime: readOnly: true type: string format: date-time description: End time of the operation error: readOnly: true $ref: '#/definitions/StorageSyncApiError' description: Error details. description: Operation status object LocationOperationStatus: type: object properties: id: readOnly: true type: string description: Operation resource Id name: readOnly: true type: string description: Operation Id status: readOnly: true type: string description: Operation status startTime: readOnly: true type: string format: date-time description: Start time of the operation endTime: readOnly: true type: string format: date-time description: End time of the operation error: readOnly: true $ref: '#/definitions/StorageSyncApiError' description: Error details. percentComplete: readOnly: true type: integer format: int32 description: Percent complete. description: Operation status object StorageSyncApiError: type: object description: Error type properties: code: type: string description: Error code of the given entry. message: type: string description: Error message of the given entry. target: type: string description: Target of the given error entry. details: $ref: '#/definitions/StorageSyncErrorDetails' description: Error details of the given entry. innererror: $ref: '#/definitions/StorageSyncInnerErrorDetails' description: Inner error details of the given entry. StorageSyncErrorDetails: type: object description: Error Details object. properties: code: type: string description: Error code of the given entry. message: type: string description: Error message of the given entry. target: type: string description: Target of the given entry. requestUri: type: string description: Request URI of the given entry. exceptionType: type: string description: Exception type of the given entry. httpMethod: type: string description: HTTP method of the given entry. hashedMessage: type: string description: Hashed message of the given entry. httpErrorCode: type: string description: HTTP error code of the given entry. StorageSyncInnerErrorDetails: type: object description: Error Details object. properties: callStack: type: string description: Call stack of the error. message: type: string description: Error message of the error. innerException: type: string description: Exception of the inner error. innerExceptionCallStack: type: string description: Call stack of the inner error. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'