5.5.1

Table Of Contents
Procedure
1 Make a GET request at the URL of the Configure SSO Workflow service.
GET https://{vcoHost}:{port}/vco/api/workflows?conditions=name=Configure SSO
2 Retrieve the definition of the Configure SSO workflow.
GET
https://{vcoHost}:{port}/vco/api/workflows/9ff67fbc-411c-47c7-af80-c81b1215b516
3 Make a POST request at the URL that holds the execution objects of the Configure SSO workflow.
POST
https://{vcoHost}:{port}/vco/api/workflows/9ff67fbc-411c-47c7-af80-c81b1215b516/executions
4 Provide values for the input parameters of the workflow in an execution-context element in the request
body.
Option Description
mode
The authentication mode
ssoHost
The URL of the machine on which vCenter Single Sign-On is installed
ssoPort
The vCenter Single Sign-On server port
tokenServiceURL
The URL for the vCenter Single Sign-On token service interface
adminServiceURL
The URL for the vCenter Single Sign-On administration service interface
ssoAdminUser
The vCenter Single Sign-On administrator user name
ssoAdminPassword
The vCenter Single Sign-On administrator password
clockTolerance
The time difference between a client clock and a domain controller clock
vcoAdminGroup
The vCO Admin domain group
Configure the Database Connection by Using the REST API
You can modify the Orchestrator database connection when you run a workflow from the Configuration
plug-in. You can also configure the database connection by using the REST API.
The Configuration plug-in contains workflows for configuring the database types supported by
Orchestrator. To change the settings of the Orchestrator database connection, you can run a workflow
named after the database type you want to configure. You can find these workflows by navigating to
Configuration > Database in the Workflows view of the Orchestrator client. In addition, you can also run
these workflows by using the Orchestrator REST API.
For more information about configuring the Orchestrator database connection by using the Orchestrator
configuration interface, see “Configure the Database Connection,” on page 53.
Procedure
1 Make a GET request at the URL of the Workflow service, for the database connection you want to
configure.
Option Description
Oracle
Configures Orchestrator to work with an Oracle database instance
Microsoft SQL Server
Configures Orchestrator to work with a Microsoft SQL Server or Microsoft
SQL Server Express database instance
Installing and Configuring VMware vCenter Orchestrator
76 VMware, Inc.