Confirm Deployment
Confirm the policy deployment.
What you are doing
Confirm that the policies have been deployed to the respective datastores.
Why it matters
Verifying deployment confirms the policy is active, correctly mapped, and enforceable.
CLI Code
pim get deploy
CLI Actual Output
## Uid Policies Applications
1 ['1'] []
API Endpoint
POST /pim/deploy
API Code
curl -k \
-H "Authorization: Bearer ${TOKEN}" \
-H "accept: application/json" \
-X GET "https://${GW_HOST}/pty/v2/pim/deploy"
API Actual Output
{"dataStores":[{"uid":"1","policies":["1"],"applications":[]}]}
Feedback
Was this page helpful?