Rules

Get

get

Retrieve a rule from the Rule List of a client policy with the specified ID.

Path parameters
idinteger · int32Required

The ID of a client policy for which to retrieve the Rule settings.

ruleIdinteger · int32Required

The ID of the Rule to retrieve.

Responses
get
/api/ClientPolicies/{id}/Rules/{ruleId}

Update

put

Update a rule within the Rule List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Rule settings.

ruleIdinteger · int32Required

The ID of the Rule to retrieve.

Body

Add a rule to the Rule list

enabledboolean | nullableOptional

Whether the rule will be enabled or disabled.

ruleNamestring | nullableOptional

The modified name of the rule.

descriptionstring | nullableOptional

The modified description of the rule.

prioritystring · enumOptional

Move Direction.

Possible values:
Responses
204

No Content

No content

put
/api/ClientPolicies/{id}/Rules/{ruleId}

No content

Remove

delete

Remove a rule from the Rule List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Rule settings.

ruleIdinteger · int32Required

The ID of the Rule to remove.

Responses
204

No Content

No content

delete
/api/ClientPolicies/{id}/Rules/{ruleId}

No content

List

get

Retrieve the Rule List of a client policy with the specified ID.

Path parameters
idinteger · int32Required

The ID of a client policy for which to retrieve the Rule settings.

Responses
get
/api/ClientPolicies/{id}/Rules

Add

post

Add an Rule to the Rule List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Rule settings.

Body

Add a rule to the Rule list

enabledbooleanOptional

Whether the new rule will be enabled or disabled.

ruleNamestring | nullableRequired

The name of the rule to add to the Criteria.

descriptionstring | nullableOptional

Description for the new rule.

Responses
post
/api/ClientPolicies/{id}/Rules

No content

Was this helpful?