V1 APIs

V1 APIs

API version 1 was introduced with VCP LCM 1.2 and is deprecated since VCP LCM 1.3.0.
It is still supported, but it is recommended to work with version 2 of the API, as support for API version 1 might be dropped in the future.

API Categories
environmentV1

This API section defines requests to deploy new products or register an existing deployment in VCP LCM.

If not for a specific reason, please consider using API version 2 instead of version 1.

loginV1

Two authentication options exist for VMware Cloud Provider Lifecycle Manager API:
JSESSIONID - retrieve a session ID that has to be provided with every subsequent API request in the JSESSIONID header. The session ID is valid for a specific amount of time (default 15 minutes).
OAUTH token - retrieve an authentication token that has to be provided with every subsequent API request in the Authorization header. The token is valid for a specific amount of time (10 hours).

If not for a specific reason, please consider using API version 2 instead of version 1.

productV1

This API section defines requests to retrieve details about and perform day 2 operations for deployed products.

If not for a specific reason, please consider using API version 2 instead of version 1.

taskV1

This API section defines requests to retrieve info about tasks in VCP LCM.
Running tasks can also be cancelled, using the update request.

If not for a specific reason, please consider using API version 2 instead of version 1.