Description: Returns the list of IPs in the JPD allowlist. See Allowlist API limitations.
Since: January 25, 2023
Security: Requires a valid token
Usage: GET api/jmis/v1/allowlist/{serverName}
Note
If your JFrog URL is myserver.jfrog.io, the serverName is myserver.
Content-Type: application/json
Produces: application/json
Sample Usage:
curl --location --request GET 'https://my.jfrog.com/api/jmis/v1/allowlist/{serverName}' \
--header 'Authorization: Bearer token'Sample Response:
{
"status": "COMPLETED",
"ips": [
{
"ip": "2.2.2.7/1"
},
{
"ip": "1.1.1.7/1"
}
]
}Response status codes:
200 -Success
401- Unauthorized user
403- User forbidden