Get About Page

Get About Page

The page contains information about the supported API versions and the latest API version. The version parameter is mandatory for endpoints introduced after version 2019-01-15and optional for the rest though highly recommended. If you do not specify explicitly an exact version, you will be calling the latest supported General Availability API version. Here is an example of a call which specifies the exact version you are using: GET /iaas/api/network-profiles?apiVersion=2021-07-15

Note that this version is deprecated: 2019-01-15.

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/iaas/api/about
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Successful operation

Returns About of type(s) application/json
{
    "supportedApis": [
        {
            "apiVersion": "string",
            "documentationLink": "string",
            "deprecationPolicy": {
                "deprecatedAt": "string",
                "expiresAt": "string",
                "description": "string"
            }
        }
    ],
    "latestApiVersion": "string"
}
array of object
supportedApis
Required

A collection of all currently supported api versions.

string
latestApiVersion
Required

The latest version of the API in yyyy-MM-dd format (UTC).


403

Forbidden

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse Object"
string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode

array of string
details
Optional

details

string
serverErrorId
Optional

serverErrorId

string
documentKind
Optional

documentKind

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/iaas/api/about