The payload for installing a Plugin via API in Aria Automation Orchestrator shows only "string"
https://knowledge.broadcom.com/external/article?articleNumber=389765
Issue/Introduction
The Swagger API documentation of Aria Automation Orchestrator, shows only "string"
for the PATCH call /plugins/installations/{id}
Environment
Aria Automation Orchestrator
Cause
The payload can vary and depending on the plugin used for installation.
Resolution
If the Plugin payload is unknown then please use the Browser Debug, Network tab to trace the API calls while installing/updating a Plugin from the Aria Automation Orchestrator portal. Then identify the PATCH call /plugins/installations/{id}
and review the Request page to see the payload used.
The payload for installing the vSphere plugin is:
{"eulaAccepted":true}
Comments
Post a Comment