Device List Locking Policy
This specific policy cannot be inherited. However, if you make changes to these policies at the mount point of a child server and save these changes to be applied recursively, the changes are pushed to all the locations present directly under the mount point.
JSON Table
Parameter | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | ID of the location at which the policy has been defined. For details about the JSON, click Location ID. |
policyType | String | A read-only field for internal use. |
apListLocked | boolean | A true or false value indicating the list of authorized APs are locked at this location. True indicates that the list of authorized APs is locked. |
clListLocked | boolean | A true or false value indicating whether the list of authorized clients are locked at this location. True indicates that the list of authorized clients is locked. |
recursiveApply | boolean | A true or false value indicating whether the changes in the policy must be applied to all sub-locations. This attribute is only applicable to Save policies, not to Get policies. True indicates that the changes in the policy apply to all sub-locations. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "DEVICE_LIST_LOCKING_POLICY", "apListLocked": false, "clListLocked": false, "recursiveApply": false }
API Calls
/V5/policies/devicelistlocking/{fetch_factory_default}
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
/V5/policies/devicelistlocking