Get Prefix Lists

Get Prefix Lists

Retrieves all Prefix lists for a given edge gateway. Results can be sorted by only a single parameter. Sorting by combination of parameters (sortAsc=foo&sortDesc=bar) is not allowed.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/routing/bgp/prefixLists
COPY
Path Parameters
string
gatewayId
Required

gatewayId

string
gatewayId
Required

gatewayId

Query Parameters
string
sortAsc
Optional

Field to use for ascending sort

string
sortDesc
Optional

Field to use for descending sort


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EdgePrefixLists of type(s) application/json;version=37.0
{
    "values": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "prefixes": [
                {
                    "network": "10.22.0.0/22",
                    "action": "string",
                    "greaterThanEqualTo": 0,
                    "lessThanEqualTo": 0
                }
            ],
            "version": {
                "version": 0
            }
        }
    ]
}
values
Optional

All Prefix lists.