Get Private Links by Server Name

JFrog REST APIs

Content Type
REST API

Description: Retrieve all private links associated with a specific server.

Security: Requires a valid tokenGenerate a Token in MyJFrog

Usage: GET https://my.jfrog.com/api/jmis/v1/private-link/servers/{serverName}

Content-Type: application/json

Produces: application/json

Sample Usage:

curl --location 'https://my.jfrog.com/api/jmis/v1/private-link/servers/my-server-01' \
--header 'Authorization: Bearer '

Sample Response:

{
  "serverName": "myServer01",
  "private_links": [
    {
      "privateLinkId": "pl-abc123def456",
      "status": "connected"
    },

Response status codes:

200- Success

400- Failed

403- Account is not permitted for this action

401- Unauthorized user