About

About
About
JSON Example
{
    "productVersion": "string",
    "buildNumber": "string",
    "interopVersion": "string",
    "interopBuildNumber": "string",
    "apiVersions": [
        {
            "apiVersion": "string",
            "deprecated": false
        }
    ]
}
string
productVersion
Required

The version of the VCP LCM instance.

string
buildNumber
Optional

The build number of the VCP LCM instance.

string
interopVersion
Optional

The version of the installed interop bundle of the VCP LCM instance.

string
interopBuildNumber
Optional

The build number of the installed interop bundle of the VCP LCM instance.

array of ApiVersion
apiVersions
Required

List of available API versions.

Returned By