5.5.2

Table Of Contents
4 Provide values for the input parameters of the Use vCenter Server license workflow in an execution-
context element in the request body.
Option Description
host
The IP address or DNS name of the vCenter Server host.
port
The port number of the vCenter Server host.
user name
The user name that Orchestrator must use to establish connection to
vCenter Server. The user must have administrative privileges on your
vCenter Server instance.
password
The password for authenticating on the vCenter Server instance.
Enter a License Key by Using the REST API
You can import a license key by running a workflow from the Configuration plug-in or by using the REST
API.
Procedure
1 Make a GET request at the URL of the Workflow service of the Enter license key workflow.
GET https://{vcoHost}:{port}/vco/api/workflows?conditions=name=Enter license key
2 Retrieve the definition of the Enter license key workflow by making a GET request at the URL of the
definition.
GET https://{vcoHost}:{port}/vco/api/workflows/780cb259-a137-46ca-a232-7e06c413af8c
3 Make a POST request at the URL that holds the execution objects of the Enter license key workflow.
POST https://{vcoHost}:{port}/vco/api/workflows/780cb259-a137-46ca-
a232-7e06c413af8c/executions/
4 Provide values for the input parameters of the Enter license key workflow in an execution-context
element in the request body.
Option Description
owner
The license owner
serial
The license serial number
Chapter 7 Configuring Orchestrator by Using the Configuration Plug-In and the REST API
VMware, Inc. 79