[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention

Get Malware Prevention RBAC Permissions

Description

This API returns RBAC permissions of all NSX Malware Prevention APIs.

Request

Request

URL

URL


get
https://api.example.com/napp/api/v1/malware-prevention/rbac-permissions
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns RbacPermissionList of type(s) application/json
{
	"results": [
		{
			"authorizations": [
				"string"
			],
			"feature": "string",
			"http_method": "string",
			"operation_id": "string",
			"path": "string"
		}
	]
}
array of RbacPermission
results Optional

A list of RBAC permissions

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://api.example.com/napp/api/v1/malware-prevention/rbac-permissions


Feedback

Was this page helpful?