swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector AscOperations API schemes: - https tags: - name: AscOperations paths: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/ascOperations/{operationId}: get: produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/LocationParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/OperationIdParameter responses: '200': description: The asynchronous operation was returned. schema: $ref: '#/definitions/AscOperation' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-examples: AscOperations_Get: $ref: ./examples/AscOperations_Get.json tags: - AscOperations description: Gets the status of an asynchronous operation for the Azure HPC Cache operationId: microsoftAzureAscoperationsGet summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Storagecache Locations Location Ascoperations Operationid definitions: ErrorResponse: description: Describes the format of Error response. type: object properties: code: description: Error code type: string message: description: Error message indicating why the operation failed. type: string AscOperationProperties: type: object description: Additional operation-specific output. properties: output: type: object description: Additional operation-specific output. additionalProperties: type: object CloudError: x-ms-external: true description: An error response. properties: error: description: The body of the error. $ref: '#/definitions/CloudErrorBody' type: object CloudErrorBody: description: An error response. properties: code: description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. type: string details: description: A list of additional details about the error. items: $ref: '#/definitions/CloudErrorBody' type: array x-ms-identifiers: [] message: description: A message describing the error, intended to be suitable for display in a user interface. type: string target: description: The target of the particular error. For example, the name of the property in error. type: string type: object AscOperation: description: The status of operation. type: object properties: id: type: string description: The operation Id. name: type: string description: The operation name. startTime: type: string description: The start time of the operation. endTime: type: string description: The end time of the operation. status: type: string description: The status of the operation. error: type: object description: The error detail of the operation if any. $ref: '#/definitions/ErrorResponse' properties: x-ms-client-flatten: true description: Additional operation-specific properties $ref: '#/definitions/AscOperationProperties' x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'