Use this API to see the blacklisted nodes.
Note
Only an admin can call this API and ensure that you have admin privileges.
GET /api/v3/nodeCollections/blacklist
This is a cURL request.
curl -X GET \
http://localhost:9047/api/v3/nodeCollections/blacklist \
-H "Content-Type: application/json" \
-H "Authorization: <$AuthToken>" \
[
"automaster-2.c.dremio-1093.external",
"automaster-1.c.dremio-1093.external"
]