Get About

Get About

Show version information for VCP LCM.

Request
URI
GET
https://{api_host}/https://{{host}}:{{port}}/api/about
COPY
Responses
200

Version information for CP LCM

Returns About of type(s) */*
{
    "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.


401

Unauthorized access

Returns About of type(s) */*
{
    "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.