Get About Using GET 1

Get About Using GET 1

The page contains information about the supported API versions and the latest API version. The version parameter is optional but highly recommended. If you do not specify explicitly an exact version, you will be calling the latest supported API version. Here is an example of a call which specifies the exact version you are using: GET /blueprint/api/blueprints?apiVersion=2019-09-12

Request
URI
GET
https://{api_host}//cava-s-182-041.eng.vmware.com/blueprint/api/about
COPY
Responses
200

OK

Returns BlueprintAbout of type(s) application/json
{
    "latestApiVersion": "string",
    "supportedApis": [
        {
            "apiVersion": "string"
        }
    ]
}
string
latestApiVersion
Optional

Latest API Version

supportedApis
Optional

Supported API's