Restart a Bridge at the Bridge Client

JFrog REST APIs

Content Type
REST API

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.Manage JFrog Bridges

Security: Requires a valid admin tokenGenerate a Token in MyJFrog

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