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
Responses
200
Obtained the NSXi platform sub features successfully.
Returns SubFeatures of type(s) application/json
{
"subfeatures": [
{
"feature": "string",
"is_available": false,
"reasons": [
"string"
]
}
]
}
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.
Deprecated
Availability
Deprecated in 4.2
Clusterapi Operations
GET
Get Full Sub Features
Deprecated
GET
Get Reputation Config
Deprecated
GET
Get Service Feature Health
Deprecated
GET
List All Features
Deprecated
POST
Post Deployment
Deprecated