OSes
Path parameters
idinteger · int32Required
The ID of a session server for which to modify the Criteria settings.
ruleIdinteger · int32Required
The ID of the Rule to retrieve.
Responses
200
Success
application/json; api-version=1.0
Allowed Operating Systems
chromebooleanOptional
Whether Chrome is allowed or not.
androidbooleanOptional
Whether Android is allowed or not.
webClientbooleanOptional
Whether Web Client is allowed or not.
iOSbooleanOptional
Whether iOS is allowed or not.
linuxbooleanOptional
Whether Linux is allowed or not.
macbooleanOptional
Whether MAC OS is allowed or not.
wysebooleanOptional
Whether Wyse is allowed or not.
windowsbooleanOptional
Whether Windows is allowed or not.
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/OSesPath parameters
idinteger · int32Required
The ID of a session server for which to modify the Criteria settings.
ruleIdinteger · int32Required
The ID of the Rule to retrieve.
Body
allowClientChromeboolean · nullableOptional
Allow Chrome OS clients.
allowClientAndroidboolean · nullableOptional
Allow Android clients.
allowClientWebboolean · nullableOptional
Allow Web clients.
allowClientIOSboolean · nullableOptional
Allow IOS clients.
allowClientLinuxboolean · nullableOptional
Allow Linux clients.
allowClientMACboolean · nullableOptional
Allow Mac clients.
allowClientWindowsboolean · nullableOptional
Allow Windows clients.
allowClientWyseboolean · nullableOptional
Allow Wyse clients.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/ClientPolicies/{id}/Rules/{ruleId}/Criteria/OSesNo content
Last updated