You can add an endpoint and configure the HTTP-REST plug-in to connect to a REST host.

Log in to the vCloud Automation Center console as a tenant administrator.

Verify that you have access to a REST host.

1

Select Administration > Advanced Services > Endpoints.

2

Click Add (Add a new resource action).

3

Select HTTP-REST from the Plug-in drop-down menu.

4

Click Next.

5

Enter a name and, optionally, a description.

6

Click Next.

7

Provide information about the REST host.

a

Enter the name of the host in the name text box.

b

Enter the address of the host in the url text box.

Note

If you use Kerberos access authentication, you must provide the host address in FDQN format.

c

(Optional) Enter the number of seconds before a connection times out in the connectionTimeout text box.

The default value is 30 seconds.

d

(Optional) Enter the number of seconds before an operation times out in the operationTimeout text box.

The default value is 60 seconds.

8

(Optional) Configure proxy settings.

a

Select Yes to use a proxy from the useProxy drop-down menu.

b

Enter the IP of the proxy server in the proxyHost text box.

c

Enter the port number to communicate with the proxy server in the proxyPort text box.

9

Click Next.

10

Select the authentication type.

Option

Action

None

No authentication is required.

OAuth 1.0

Uses OAuth 1.0 protocol. You must provide the required authentication parameters under OAuth 1.0.

a

Enter the key used to identify the consumer as a service provider in the consumerKey text box.

b

Enter the secret to establish ownership of the consumer key in the consumerSecret text box.

c

(Optional) Enter the access token that the consumer uses to gain access to the protected resources in the accessToken text box.

d

(Optional) Enter the secret that the consumer uses to establish ownership of a token in the accessTokenSecret text box.

OAuth 2.0

Uses OAuth 2.0 protocol.

Enter the authentication token in the oauth2Token text box.

Basic

Provides basic access authentication. The communication with the host is in shared session mode.

a

Enter the user name for the shared session in the authUserName text box.

b

Enter the password for the shared session in the authPassword text box.

Digest

Provides digest access authentication that uses encryption. The communication with the host is in shared session mode.

a

Enter the user name for the shared session in the authUserName text box.

b

Enter the password for the shared session in the authPassword text box.

NTLM

Provides NT LAN Manager (NTLM) access authentication within the Window Security Support Provider (SSP) framework. The communication with the host is in shared session mode.

a

Provide the user credentials for the shared session.

Enter the user name for the shared session in the authUserName text box.

Enter the password for the shared session in the authPassword text box.

b

Configure the NTLM details

(Optional) Enter the workstation name in the workstation text box.

Enter the domain name in the domain text box.

Kerberos

Provides Kerberos access authentication. The communication with the host is in shared session mode.

a

Enter the user name for the shared session in the authUserName text box.

b

Enter the password for the shared session in the authPassword text box.

11

Click Add.

You configured the endpoint and added a REST host. Service architects can use the Advanced Service Designer to publish HTTP-REST plug-in workflows as catalog items and resource actions.