Administrator Guide

208 | Using the W-ClearPass Configuration API Dell Networking W-ClearPass Deployment Guide
<Name>[AirGroup Authorization Service]</Name></EntityOrderList>
</TipsApiRequest>
XML Response
The following is an example of the Reorder method XML response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TipsApiResponse xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
<TipsHeader exportTime="Wed Aug 24 15:45:24 PST 2016" version="6.x"/>
<StatusCode>Success</StatusCode>
<LogMessages><Message>Services have been reordered successfully</Message></LogMessages>
<EntityOrderList entity="Service"><Name>[Aruba Device Access Service]</Name>
<Name>[Guest Operator Logins]</Name><Name>test 802.1X Wireless</Name>
<Name>[Policy Manager Admin Network Login Service]</Name>
<Name>[AirGroup Authorization Service]</Name>
</EntityOrderList>
</TipsApiResponse>
Status Change
The Status Change method gets the name-list of disabled and enabled entities of a specific type and changes
the status of the entities as required. The XML request contains an EntityStatusList that includes the entity-
type and a name-list.
You must specify the Enabled elements first and then the Disabled elements within the name-list. The status
list of the entity is returned in the XML response.
Multiple EntityStatusList requests for different entity types are supported.
The URL for the Status Change method is:
https://<server>/tipsapi/config/status/<Entity>
XML Request
The following is an example of the Status Change method XML request:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TipsApiRequest xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
<TipsHeader version="6.x"/>
<EntityStatusList entity="Service">
<Enabled>[Aruba Device Access Service]</Enabled>
<Enabled>[Guest Operator Logins]</Enabled>
<Disabled>test 802.1X Wireless</Disabled>
<Disabled>[Policy Manager Admin Network Login Service]</Disabled>
</EntityStatusList>
</TipsApiRequest>
XML Response
The following is an example of the Status Change method XML response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TipsApiResponse xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
<TipsHeader exportTime="Wed Aug 24 16:08:13 PST 2016" version="6.x"/>
<StatusCode>Success</StatusCode>