List All Features

List All Features

Returns information about top level NSXi platform features. And their availability based on license, form factor. The list is ordered to indicate how NSX UIs should consume verticals.

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

Obtained the top level NSXi platform features.

Returns AllTopLevelFeaturesList of type(s) application/json
{
    "result": [
        {
            "name": "string",
            "allowed": false,
            "disallowReason": "INSUFFICIENT_FORM_FACTOR"
        }
    ]
}
result
Required

result


500

unexpected error

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.