Clarification and example on how to modify an app's Cloudlock classification from an API call
Cisco Cloudlock documentation covers the option to modify an app's classification in:
https://docs.umbrella.com/cloudlock-documentation/docs/apps-endpoint
The process to do this may require clarification from what is noted in the referenced document, as the call (POST) itself would need to use a JSON expression in order to work properly, and where to use it may not be obvious to a casual user.
Using the above image as an example:
1. A POST to the apps endpoint, the app id (as per Cisco Cloudlock's internal ID provisioning) and the classification filter as per the documentation.
2. Modifying the BODY of the call in order to edit the request type.
3. Utilizing JSON (application/json) in order to add the necessary data that will be updated.
4. Adding the new classification information as needed.
SEND
This will correctly update the app classification as noted in the API documentation. The above example was produced with POSTMAN but this would work in many other applications in similar ways.
Comments
0 comments
Please sign in to leave a comment.