Get Devices of a Compliance

Gets the list of devices attached to a patch compliance.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • complianceIdstringrequired

    Unique Identifier (UUID) of the compliance

Query Parameters

  • pageNointeger

    Default: 1

  • pageSizeinteger

    Default: 100

  • isDescendingOrderboolean

  • sortNamestring

    Default: name

Responses

  • resultsarray

  • totalResultsinteger

  • orderBystring

  • pageNointeger

  • pageSizeinteger

  • totalPagesinteger

  • nextPageboolean

  • previousPageNointeger

  • descendingOrderboolean

Response Samples

{
  "results": [
    {
      "id": "2771a95d-496a-4c0b-a4f4-1cf1b7f94045",
      "generalInfo": {
        "osName": "Microsoft Windows 7 Professional Service Pack 1, 32-bit",
        "ipAddresses": "10.0.3.15",
        "hostName": "ADMIN-PC",
        "resourceType": "Windows",
        "resourceName": "172.31.26.40",
        "aliasName": "alias name"
      },
      "clientUniqueId": "client_16",
      "type": "DEVICE"
    }
  ],
  "totalResults": 1,
  "orderBy": "name",
  "pageNo": 1,
  "pageSize": 10,
  "totalPages": 1,
  "nextPage": false,
  "previousPageNo": 0,
  "descendingOrder": true
}