Description: Returns the Bridge service's blacklist. When a Bridge is added to the blacklist, the Bridge Server terminates connections to the Bridge Client, and declines new connections - but the Bridge is not removed.
Related Documentation: Server /blacklist APIs correspond to the Block and Unblock options when you Manage JFrog Bridges in the JFrog Platform interface.
Security: Requires a valid admin token
Usage:
GET https://{{bridge_server_BaseURL}}/bridge-server/api/v1/blacklistwhere
{{bridge_server_BaseURL}} is the URL of the SaaS JPD that is the Bridge Server.
Content-Type: application/json
Produces: application/json
Sample Response:
["bridge-id1","bridge-id2"]
Response status codes:
200 - Success
401 - Unauthorized user
403 - Action not permitted for this account
403- Action not permitted for this account