swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector asyncOperations API schemes: - https tags: - name: asyncOperations paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopeOperationStatuses/{asyncOperationId} : get: x-ms-examples: Get specific operation status: $ref: ./examples/privateLinkScopeOperationStatuses.json tags: - asyncOperations operationId: microsoftAzurePrivatelinkscopeoperationstatusGet description: Get the status of an azure asynchronous operation associated with a private link scope operation. parameters: - name: asyncOperationId in: path required: true type: string description: The operation Id. - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter responses: '200': description: OK. Operation status. schema: $ref: '#/definitions/OperationStatus' default: description: An error occurred. schema: $ref: '#/definitions/DefaultErrorResponse' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopeoperationstatuses Asyncoperationid definitions: DefaultErrorResponse: title: Default error response description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). type: object properties: error: description: The error object. $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorDetail OperationStatus: 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 format: date-time x-nullable: true description: Start time of the job in standard ISO8601 format. endTime: type: string format: date-time x-nullable: true description: End time of the job in standard ISO8601 format. status: type: string description: The status of the operation. error: type: object description: The error detail of the operation if any. $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorDetail x-nullable: true x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'