6.2

Table Of Contents
Example: JSON Output
The highlighted resource action ID corresponds to the reprovisioning actions that are available for the
specified machine.
{
"links" : [ ],
"content" : [ {
"@type" : "ConsumerResourceOperation",
"name" : "Reprovision",
"description" : "Reprovision a machine.",
"iconId" : "machineReprovision.png",
"type" : "ACTION",
"id" : "a1caee9b-d67f-41e8-a7b3-131616a0f6ac",
"extensionId" : null,
"providerTypeId" : "com.mycompany.csp.iaas.blueprint.service",
"bindingId" : "Infrastructure.Machine.Action.Reprovision",
"hasForm" : false,
"formScale" : null
} ]
}
Syntax for Reprovisioning a Provisioned Machine
You can use the REST API catalog service to reprovision a provisioned machine, or perform other entitled
and enabled actions .
Input
Use the supported input parameters to control the command output.
The JSON Template Values table describes the information used in, in conjunction with the JSON
template format, to create a JSON text file to include in the reprovision command request.
Table 35. JSON Template Values
Property Description
resourceRef : id Specifies the resource ID of the resource on which the operation is to be performed.
resourceActionRef : id Specifies the resource action ID on which the operations is to be performed.
organization Specifies the organization to which the resource belongs. Supply the tenant and
subtenant information as necessary. The tenant corresponds to the organization and the
subtenant corresponds to the business group.
State Specifies the state of the request. At the time of requesting, the state is SUBMITTED.
The other possible state values are UNSUBMITTED, SUBMITTED, DELETED,
PENDING_PRE_APPROVAL, PRE_APPROVAL_SEND_ERROR, PRE_APPROVED,
PRE_REJECTED, IN_PROGRESS, PROVIDER_SEND_ERROR,
PROVIDER_COMPLETED, PROVIDER_FAILED, PENDING_POST_APPROVAL,
POST_APPROVAL_SEND_ERROR, POST_APPROVED,
POST_REJECTION_RECEIVED, ROLLBACK_ERROR, POST_REJECTED,
SUCCESSFUL, and FAILED.
Programming Guide
VMware, Inc. 129