List Public IPs
GET
/projects/:projectId/public-ipsReturns a paged list of the project's public IP addresses.
Supported values for sorts and filters on this endpoint are id,
projectId, networkId and ip. The default sort order when sorts is
omitted is projectId,id.
Request
Responses
- 200
- 400
A page of public IP addresses.
sorts or filters referenced a field that is not supported by this endpoint, or had invalid syntax.