Get Full Sub Features

Get Full Sub Features

Returns information about NSXi platform sub features and operations. And their availability based on license.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/sub-features
COPY
Query Parameters
string
APP_NAME
Optional

Name of feature to return operation on.

APP_NAME example
INTELLIGENCE

Authentication
This operation uses the following authentication methods.
Responses
200

Obtained the NSXi platform sub features successfully.

Returns SubFeatures of type(s) application/json
{
    "subfeatures": [
        {
            "feature": "string",
            "is_available": false,
            "reasons": [
                "string"
            ]
        }
    ]
}
subfeatures
Required

subfeatures


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.