The payload for installing a Plugin via API in Aria Automation Orchestrator shows only "string"
search cancel

The payload for installing a Plugin via API in Aria Automation Orchestrator shows only "string"

book

Article ID: 389765

calendar_today

Updated On:

Products

VMware Aria Suite

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}