Get Bridge Server Debug Snapshot

JFrog REST APIs

Content Type
REST API

Description: Returns a summary of current operating status for a bridge, or for a single TCP node of a bridge.

Related Documentation: The returned payload contains Bridge Advanced Parameters.Bridge Advanced Parameters

Security: Requires a valid admin tokenGenerate a Token in MyJFrog

Usage:

GET https://{{bridge_server_URL}}/bridge-server/api/v1/bridges/debug

where

{{bridge_server_URL}} is the URL of the SaaS JPD that is the Bridge Client.

Content-Type: application/json

Produces: application/json

Sample Response:

{
    "bridges": [
        {
            "id": "jfrog-platform-artifactory-8082",
            "type": "default",
            "active_connections": [
                {
                    "id": "conn-5DMjqhFvTE3jlwEfdqkCiI",
                    "active_streams": 0,
                    "created_at": "2025-11-19T08:12:06Z",
                    "last_dialed_at": "2025-11-19T11:08:55Z"
                },
                {
                    "id": "conn-5ZmcEpsdBUS15HNspJHA4x",
                    "active_streams": 0,
                    "created_at": "2025-11-19T08:12:06Z",
                    "last_dialed_at": "2025-11-19T11:08:35Z"
                }
            ],
            "created_at": "2025-11-19T08:12:06Z",
            "requests": {
                "processing": 0,
                "success": {
                    "200": 5,
                    "201": 3,
                    "409": 1
                },
                "failed": {},
                "total": 9,
                "first_at": "2025-11-19T08:13:51Z",
                "latest_at": "2025-11-19T08:15:05Z"
            }
        }
    ]
}

Response status codes:

200- Success

400- Failed

401- Unauthorized user

403- Action not permitted for this account