Hi Joshua,
When you call the install-policy API and the server responds with "200 OK", it means that the server has accepted the request to install policy. The actual status of the policy installation is still unknown at this point as the policy installation process may take a few minutes.
Have a look at the server response, you'll see that the response payload contains a "task-id".
You can use this "task-id" token to check on the policy installation progress, final status and list or errors/warnings.
To do that, call the "show-task" API and provide the task-id that you got from the "install-policy" API as an argument.
I recommend calling the "show-task" API with the parameter "details-level" set to "full".
Uri