View the vRealize Suite Lifecycle Manager API version.

Prerequisites

Satisfy the following conditions before performing the tasks for this use case.

  • Use POST /lcm/api/v1/login to log in to vRealize Suite Lifecycle Manager.

  • Verify that you have a valid authentication token that matches your login credentials. See Request an Authentication Token.

Procedure

  1. Request the API version.
    curl -X GET "https://LCM-HostName/lcm/api/v1/version" -H "accept: application/json" -H "x-xenon-auth-token: $token"
  2. Examine the response for the request.

    The API version is value of the property name version in the response.

    {
      "version": "1.0.0"
    }