List all Global IP Allowed Ports
Returns the ports allowed for Global IP traffic, for use when configuring Global IP resources.
Response
Successful response
Example response
{
"data": [
{
"first_port": 1024,
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"last_port": 49151,
"name": "TCP Registered",
"protocol_code": "tcp",
"record_type": "global_ip_allowed_port"
}
]
}Changes
Changed in 2 of the 61 revisions of this API.4
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲