7.3

Table Of Contents
n
Syntax for Constructing a JSON File to Approve a Machine Request
You can specify a JSON file in your vRealize Automation REST API command line input. For
example, when you enter a command to approve a machine request, you can include the name of a
JSON file that contains all the parameters required to approve the request and complete the work
item.
n
Syntax for Approving a Submitted Machine Request
PUT /api/workitems/{id} approves a submitted work item request to complete the request. To
construct the approval command, you add work item and work item form details to a JSON file, and
call that JSON file from the command line. Use a template to correctly format the JSON file content.
n
Syntax for Updating Price Information
POST /api/blueprints/{id}/costs/upfront of the composition service, updates and displays
price information for a deployment. The price of a deployment is based on which blueprint you
request plus details of the specific request. For example, if the blueprint allows for a range of CPU,
memory, or storage values, the price depends on the value requested.
Syntax for Listing Work Items
GET /api/workitems lists the unique IDs of all available work items.
Inputs
Use the supported input parameters to control the command output.
Parameter Description
URL https://$vRA/workitem-service/api/workitems
$vRA Specifies the appliance name and fully qualified domain name, or IP address of
the vRealize Automation server.
$token Specifies a valid HTTP bearer token with necessary credentials.
Output
The command output contains property names and values based on the command input parameters.
Property Description
Links Specifies an array of link objects, each of which contains the following parts:
n
rel: Specifies the name of the link.
n
Self refers to the object that was returned or requested. This property does not exist when you
query for a single profile.
n
First, Previous, Next, and Last refer to corresponding pages of pageable lists.
n
Specifies the application or service that determines the other names.
n
href: Specifies the URL that produces the result.
work itemNumber Displays a reference number for the work item.
id Specifies the unique identifier of this resource.
version Displays the object version number.
Programming Guide
VMware, Inc. 65