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
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"
}
]
}
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