[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Get UI Plugin Permissions

Description

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

Request

Request

URL

URL


get
https://{api_host}/napp/api/v1/platform/ui-plugin-permissions
Copy

Query Parameters

Query Parameters

string
APP_NAME Optional

Name of feature to return operation on.

APP_NAME example
"INTELLIGENCE"

Authentication

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 Body

Response Body

200 OK

Returns UIPluginPermissionsResult of type application/json

Obtained the NSXi platform UI features and permissions successfully.

results Required

NSXi platform UI plugin query result composed of feature APIs and their permissions

Errors

Errors

Error
404

Backend microservices not found


Error
424

Backend microservices not connected or not responding


Error
500

unexpected error

Code Samples

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
Feedback

Was this page helpful?