In this post, I will walk through the steps of installing vCD Management Pack in vROPS via API. Installation of the management pack is leveraged via vROPS CaSA API. The adapter configuration is done via regular suite-api.
What is vROps CaSA API?
CaSA stands for Cluster and Slice Administration. The CaSA API manages the internal working of vRealize Operations Manager and runs on a standalone vFabric tcServer. CaSA API can be explored directly from vROPs by typing https://<vrops-fqdn>/casa/api-guide.html
Install and Configure vCD Management Pack & Adapter
1: Upload vCD Management Pack: First we need to upload vCD MP to vROPs via POST call.
Note: I am executing all API calls via Postman. If you have never used postman to upload files to the server, then please read this post for instructions.
1 2 3 4 5 6 7 8 9 |
Method: POST URL: https://<vrops-fqdn>/casa/upgrade/cluster/pak/reserved/operation/upload?pak_handling_advice=CLOBBER&force_content_update=true |