swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector SessionHostConfigurations API schemes: - https tags: - name: SessionHostConfigurations paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/sessionHostConfigurations/default/operationStatuses/{operationId} : get: tags: - SessionHostConfigurations operationId: microsoftAzureSessionhostconfigurationsoperationstatusGet description: Get Operation status for SessionHostManagement x-ms-examples: SessionHostConfigurationsOperationStatus_Get: $ref: ./examples/SessionHostConfigurationsOperationStatus_Get.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/ResourceGroupNameParameter - $ref: '#/parameters/HostPoolNameParameter' - $ref: '#/parameters/OperationIdParameter' responses: '200': description: Successfully retrieved operation status. schema: $ref: '#/definitions/SessionHostConfigurationOperationStatus' default: description: Automation error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Desktopvirtualization Hostpools Hostpoolname Sessionhostconfigurations Default Operationstatuses Operationid ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/sessionHostConfigurations/default/operationStatuses : get: tags: - SessionHostConfigurations operationId: microsoftAzureSessionhostconfigurationsoperationstatusList description: Get Operation status for SessionHostConfiguration x-ms-examples: SessionHostConfigurationsOperationStatus_List: $ref: ./examples/SessionHostConfigurationsOperationStatus_List.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/ResourceGroupNameParameter - $ref: '#/parameters/HostPoolNameParameter' - name: isLatest in: query required: false type: boolean description: Returns the most recent sessionHostConfiguration operation. - name: isNonTerminal in: query required: false type: boolean description: Returns currently running operations. Ignored if 'isLatest' is true responses: '200': description: Successfully retrieved operation status. schema: $ref: '#/definitions/SessionHostConfigurationOperationStatusList' default: description: Automation error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Desktopvirtualization Hostpools Hostpoolname Sessionhostconfigurations Default Operationstatuses definitions: CloudError: description: Cloud error object. type: object x-ms-external: true properties: error: $ref: '#/definitions/CloudErrorProperties' SessionHostConfigurationOperationStatusList: type: object title: OperationStatusList description: List of OperationStatus definitions. properties: value: type: array description: List of OperationStatus definitions. items: $ref: '#/definitions/SessionHostConfigurationOperationStatus' nextLink: type: string readOnly: true description: Link to the next page of results. SessionHostConfigurationOperationStatus: description: The current status of an async operation. type: object required: - status properties: id: description: Fully qualified ID for the async operation. type: string name: description: Name of the async operation. type: string status: description: Operation status. Current defined values are type: string percentComplete: description: Percent of the operation that is complete. type: number minimum: 0 maximum: 100 startTime: description: The start time of the operation. type: string format: date-time endTime: description: The end time of the operation. type: string format: date-time operations: description: The operations list. type: array items: $ref: '#/definitions/SessionHostConfigurationOperationStatus' error: description: If present, details of the operation error. $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorDetail CloudErrorProperties: description: Cloud error object properties. type: object properties: code: description: Error code type: string message: description: Error message indicating why the operation failed. type: string parameters: OperationIdParameter: name: operationId in: path required: true type: string description: The Guid of the operation. maxLength: 36 minLength: 36 x-ms-parameter-location: method HostPoolNameParameter: name: hostPoolName in: path required: true type: string description: The name of the host pool within the specified resource group maxLength: 64 minLength: 3 x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'