Get Malware Prevention Rbac Permissions
This API returns RBAC permissions of all NSX Malware Prevention APIs.
Request
URI
GET
https://{api_host}/napp/api/v1/malware-prevention/rbac-permissions
COPY
Responses
200
OK
Returns RbacPermissionList of type(s) application/json
{
"results": [
{
"feature": "string",
"operation_id": "string",
"path": "string",
"http_method": "string",
"authorizations": [
"string"
]
}
]
}
array of object
results
Optional
A list of RBAC permissions
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/napp/api/v1/malware-prevention/rbac-permissions
Malware Prevention Operations
GET
Get File Inspection Events
GET
Get Inspected Files
GET
Get Inspected File Details
GET
Get Allow List
POST
Add To Allow List
DELETE
Delete Allow List
POST
Auto Complete Search
GET
Get Service Definition
POST
Register Svm
DELETE
Delete Deployment Spec
GET
Query Search
GET
Get Malware Prevention Rbac Permissions
GET
Get Malware Prevention Usage Details