GET /lcm/api/v1/productinfo?productId=$product&version=$productVersionNumber$queryFor=listOfComponents displays the node types for the specified product and product version.

Prerequisites

Satisfy the following conditions before performing any 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.

curl Command

The following example requests node types for vRealize Automation 7.2.

curl -X GET "http://localhost:8000/lcm/api/v1/productinfo?productId=vra&version=7.2$queryFor=listOfComponents"
        -H "accept: application/json" \
        -H "x-xenon-auth-token: $token" \

JSON Output

The following JSON output is returned based on the command input.

["db","iaas-dem-orchestrator","iaas-dem-worker","iaas-manager-active","iaas-manager-passive","iaas-web","managementagent","proxy-agent-vsphere","vra-server-primary","vra-server-secondary"]