[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get UI Plugin Permissions
DescriptionReturns 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
Request
URLURL
https://{api_host}/napp/api/v1/platform/ui-plugin-permissions
Query Parameters
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.
x_nsx_roles
Scopes:
enterprise_admin, auditor, network_engineer, network_op, security_engineer, security_op, lb_admin, lb_auditor, waf_admin, waf_op, vpn_admin, gi_partner_admin, netx_partner_admin, support_bundle_collector
Response
Response
Response BodyResponse Body
200 OK
Returns
UIPluginPermissionsResult
of type application/json
Obtained the NSXi platform UI features and permissions successfully.
array of
UIPluginPermissions
results
Required
NSXi platform UI plugin query result composed of feature APIs and their permissions
Errors
Error
404
Backend microservices not found
Error
424
Backend microservices not connected or not responding
Error
500
unexpected error
Code Samples
cURL Command
curl https://{api_host}/napp/api/v1/platform/ui-plugin-permissions
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform