/lce/{id}/client
Methods
GET
Gets the list of LCE Clients associated with LCE server <id>, depending on access and permissions.
Request Parameters
None
Example Response
/lce/{id}/client/types
Methods
GET
Gets the types for the LCE Client associated with {id}.
Request Parameters
None
Example Response
/lce/{id}/client/osTypes
Methods
GET
Gets the OS Types for the LCE Client associated with {id}.
Request Parameters
None
Example Response
/lce/{serverID}/client/{clientID}
Methods
PATCH
Edits the LCE Client associated with {clientID} in server {serverID}, changing only the passed in fields.
Request Parameters
Example Response
/lce/{serverID}/client/{clientID}/authorize
Methods
POST
Authorizes the LCE Client associated with LCE {lceID} and client {clientID}, depending on access and permissions.
Request Parameters
None
Example Response
/lce/{serverID}/client/{clientID}/revoke
Methods
POST
Revokes authorization for the LCE Client associated with LCE {serverID} and client {clientID}.
Request Parameters
None