swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector VMHHostList API schemes: - https tags: - name: VMHHostList paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/listVMHost : post: tags: - VMHHostList summary: Microsoft Azure List The Vm Resources Currently Being Monitored By The Elastic Monitor Resource operationId: microsoftAzureVmhostList produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' responses: '200': description: Success schema: $ref: '#/definitions/VMHostListResponse' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: VMHost_List: $ref: ./examples/VMHost_List.json description: Needs a more full description created. definitions: ResourceProviderDefaultErrorResponse: description: RP default error response. type: object properties: error: description: Response body of Error readOnly: true $ref: '#/definitions/ErrorResponseBody' VMHostListResponse: description: Response of a list operation. type: object properties: value: description: Results of a list operation. type: array x-ms-identifiers: [] items: $ref: '#/definitions/VMResources' nextLink: description: Link to the next Vm resource Id, if any. type: string VMResources: description: The vm resource properties that is currently being monitored by the Elastic monitor resource. type: object properties: vmResourceId: description: The ARM id of the VM resource. type: string ErrorResponseBody: description: Error response body. title: ErrorResponseBody type: object properties: code: description: Error code. type: string message: description: Error message. type: string target: description: Error target. type: string details: description: Error details. type: array x-ms-identifiers: [] items: $ref: '#/definitions/ErrorResponseBody' parameters: MonitorNameParameter: in: path name: monitorName description: Monitor resource name required: true type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'