Get Specific Policy
This endpoint returns an instance of a policy.
GET /openapi/v1/policies/{policy_id}
Returns the policy object associated with the specified ID.
Sample Python code
policy_id = '5f88ca1e755f0222f85ce85c'
restclient.get('/policies/%s' % policy_id)