Hardware IDs
Retrieve Criteria Hardware ID List of a session server with the specified ID.
The ID of a session server for which to retrieve the Criteria settings.
The ID of the Rule to retrieve.
GET /api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/HardwareIDs HTTP/1.1
Host:
Accept: */*
[
{
"hardwareID": "text"
}
]
Add a hardware ID to the Hardware ID List of the Criteria settings.
The ID of a session server for which to modify the Criteria settings.
The ID of the Rule to retrieve.
Add a hardware ID to the Criteria Hardware ID list
The hardware ID to add to the Criteria.
POST /api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/HardwareIDs HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 21
{
"hardwareID": "text"
}
No content
Remove a hardware ID from the Hardware ID List of the Criteria settings.
The ID of a session server for which to modify the Criteria settings.
The ID of the Rule to retrieve.
Remove a hardware ID from the Criteria Hardware ID list
The hardware ID to remove from the Criteria.
DELETE /api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/HardwareIDs HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 21
{
"hardwareID": "text"
}
No content
Last updated
Was this helpful?