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

Get Data Collection RBAC Permissions

Description

This API returns RBAC permissions of all Data Collection APIs supported by NSX Intelligence

Request

Request

URL

URL


get
https://api_host/napp/api/v1/intelligence/data-collection/rbac-permissions
Copy

Authentication

Authentication

This operation uses the following authentication methods.


METHOD

auditor



METHOD

network_op


METHOD

security_op


Response

Response

Response Body

Response 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"
		}
	]
}
array of RbacPermission
results Optional

A list of RBAC permissions

Errors

Errors

400

Backend error. Please check the data collection pod for more information.

Code Samples

Code Samples

cURL Command

curl https://api_host/napp/api/v1/intelligence/data-collection/rbac-permissions


Feedback

Was this page helpful?