Populate Action
Description
Performing a POST /api/actions/{id}/query
would yield a response object that
includes the resources that the action would apply to with the populated values of each action
context field for the resource. The response contains information about the parameters to the
action’s method. It also includes a sample input that would be used for running the action with
POST /api/actions/{id}
if you chose to run it on all applicable resources
and not change the default input values.
The json result inside actionExecution can be used directly as input perform the action. In the xml
result, the xml element ops:action-execution will need namespace binding added to it in order to use it
in the request.
xmlns:ops=“http://webservice.vmware.com/vRealizeOpsMgr/1.0/"
Request
URLURL
Path Parameters
Path Parameters
The Id for the action to be populate.
Request Body
The additional information needed to populate the action.
Authentication
Response
Response BodyResponse Body
200 OK
The populated action information