Get Devices of a Compliance
Gets the list of devices attached to a patch compliance.
Path Parameters
- tenantId
Describes the clientId of the tenant
- complianceId
Unique Identifier (UUID) of the compliance
Query Parameters
- pageNo
Default: 1
- pageSize
Default: 100
- isDescendingOrder
- sortName
Default: name
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- previousPageNo
- descendingOrder
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
}