Revoke tokens for devices according to the request parameters.
Device revocation parameters.
Details for token revocation request.
The filter to find devices by their distinguished names. It is used with "starts with" logic. If a full distinguished name is passed, then a single device will be affected. If "OU=ldap" is passed, then all devices for "ldap" identity provider will be affected. If left as empty string "", then all active devices past 24 hours will be affected. Cannot be null.
Specific distinguished names can be defined to renew tokens in bulk for a specific list of devices. "distinguishedNameFilter" field should be empty string for this to work.
Optional parameter to revoke only devices that connected to the given Site ID.
Optional parameter to revoke only certain types of tokens.
Optional reason text for the revocation. The value is stored and logged.
The delay time for client token revocation in minutes. Client will renew the token(s) at least 5 minutes before the revocation time, without losing connection.
In order to spread the workload on the Controllers, tokens are revoked in batches according to this value.
Device tokens were revoked successfully. Returns the list of devices affected.
The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.
The field name used to sort the list.
Whether the sorting is applied descending or ascending.
The queries applied to the list.
The total readable count of entities. Not influenced by the query.
The filters applied to the list.
The field name the filter is applied to.
The value used for comparison.
List of Registered Devices.
Distinguished name of a user&device combination. Format: "CN=,CN=,OU="
The device ID, same as the one in the Distinguished Name.
The username, same as the one in the Distinguished Name.
The provider name of the user, same as the one in the Distinguished Name.
Type of the registered device.
Hostname of the Device at the time of registration, sent by the Device.
Registration time.
The time when the device last signed in. 'null' if it has signed in last on a Controller that was older than 5.4 at the time.
JSON error. Check the JSON format.
Generic HTTP error.
Machine readable error code.
Human readable error details.
Token error. Login again.
Generic HTTP error.
Machine readable error code.
Human readable error details.
Insufficient permissions to access this resource.
Generic HTTP error.
Machine readable error code.
Human readable error details.
Invalid 'Accept' header.
Generic HTTP error.
Machine readable error code.
Human readable error details.
Request validation error. Check "errors" array for details.
Http 422 error for object validation.
Machine readable error code.
Human readable error details.
List of fields with validation errors.
Name of the field that failed validation.
Failure reason.
Unexpected server side error.
Generic HTTP error.
Machine readable error code.
Human readable error details.