GET Platform Cloud NAT IPs

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Get the list of JFrog Cloud Platform NAT IPs. To assure proper communications are established with external services (like LDAP and SSO), you need to whitelist JFrog Platform Cloud NAT IPs on the external service.

Since: August 9, 2023

Security: Does not require authentication.

Usage: GET https://my.jfrog.com/api/jmis/v1/ip-ranges

Sample Usage

curl --location GET 'https://my.jfrog.com/api/jmis/v1/ip-ranges'

Sample Response

 {
    "cidr": [
      "34.86.118.153/32",
      "34.145.193.114/32"
    ],
    "region": "us-east4",
    "service": "jfrog_cloud_cidr",
    "cloud": "gcp"
  },
  {
    "cidr": [
      "35.194.79.117/32",
      "34.150.215.121/32"
    ],
    "region": "us-east4",
    "service": "jfrog_pipelines_build_plane_cidr",
    "cloud": "gcp"
  }