[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get Data Collection RBAC Permissions
DescriptionThis API returns RBAC permissions of all Data Collection APIs supported by NSX Intelligence
Request
Operation doesn't accept any path, query or header parameters.
URL
https://api_host/napp/api/v1/intelligence/data-collection/rbac-permissions
Authentication
This operation uses the following authentication methods.
METHOD
enterprise_admin
METHOD
security_engineer
METHOD
auditor
METHOD
network_engineer
METHOD
network_op
METHOD
security_op
Response
Response
Response BodyResponse Body
200 OK
Returns
RbacPermissionList
of type(s) application/json
Retrieval of rbac permissions list completed successfully.
{
"results": [
{
"authorizations": [
"string"
],
"feature": "string",
"http_method": "string",
"operation_id": "string",
"path": "string"
}
]
}
Errors
400
Backend error. Please check the data collection pod for more information.
Code Samples
cURL Command
curl https://api_host/napp/api/v1/intelligence/data-collection/rbac-permissions
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform