View Denied Nodes
Use this API to see the denied nodes.
Note:
Only an admin can call this API and ensure that you have admin privileges.
Syntax
Method and URLGET /api/v3/nodeCollections/blacklist
Request
This is a cURL request.
Example requestcurl -X GET \
http://localhost:9047/api/v3/nodeCollections/blacklist \
-H "Content-Type: application/json" \
-H "Authorization: <$AuthToken>"
Response
Example response[
"localhost-2.c.dremio-1093.external",
"localhost-1.c.dremio-1093.external"
]
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.