Description: Restart a JFrog bridge connection between JPDs. Active sessions over TCP nodes or communication tunnels are terminated and new sessions are established after restart .
Related Documentation: You can Manage JFrog Bridges in the JFrog Platform interface.
Security: Requires a valid admin token
Usage
POST https://{{bridge_client_BaseURL}}/bridge-client/api/v1/bridges/{{bridge_ID}}/restart
where
{{bridge_client_BaseURL}} is the URL of the JPD that is the Bridge Client.
{{bridge_ID}} is the unique identifier of the Bridge.
Content-Type: application/json
Produces: application/json
Response status codes:
204- Success
400- Failed
401- Unauthorized user
403- Action not permitted for this account
404: Specified bridge not found