Get Features Versions

Get Features Versions

Returns the version for all features that are currently installed on NAPP.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/features/version
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Successfully retrieved the version for features.

Returns Array of FeatureVersion of type(s) application/json
[
    {
        "name": "string",
        "version": "string"
    }
]

500

Internal error occurred when trying to retrieve version for the features. Please check logs for cluster-api pod OR reach out to VMware support personnel.

Returns Error of type(s) application/json
{
    "code": 0,
    "message": "string"
}
integer As int32 As int32
code
Required

Error code refers to either HTTP status code OR a unique code identifying the internal error - which can be referenced in VMware documents for more information.

string
message
Required

Descriptive user understandable error message to help identify root cause of the error.