Get UI Plugin Permissions
Returns information about NSXi platform features and operations. And their availability based on license, form factor and user's roles in the UI Plugin framework format
Name of feature to return operation on.
INTELLIGENCE
Obtained the NSXi platform UI features and permissions successfully.
{
"results": [
{
"feature": "string",
"permission": "string"
}
]
}
Backend microservices not found
{
"code": 0,
"message": "string"
}
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.
Descriptive user understandable error message to help identify root cause of the error.
Backend microservices not connected or not responding
{
"code": 0,
"message": "string"
}
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.
Descriptive user understandable error message to help identify root cause of the error.
unexpected error
{
"code": 0,
"message": "string"
}
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.
Descriptive user understandable error message to help identify root cause of the error.