5.5.1

Table Of Contents
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 8 Configuring Orchestrator by Using the Configuration Plug-In and the REST API
VMware, Inc. 81