Get Provider Gateway Ip Space Migration Violations

Get Provider Gateway Ip Space Migration Violations

Retrieve information about the violations which are required to be fixed in order to migrate the existing Provider Gateway to use IP Spaces. Only the first 10 violations will be returned in the response. 'category' filter is required. This endpoint is only supported for Provider Gateways which are backed by NSX-T Tier-0 router.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/ipSpaceMigration/violations
COPY
Path Parameters
string
externalNetworkId
Required

externalNetworkId

string
externalNetworkId
Required

externalNetworkId

Query Parameters
string
filter
Optional

Filter for a query. FIQL format.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns IpSpaceMigrationViolations of type(s) application/json;version=39.0
{
    "values": [
        {
            "violationValue": "string",
            "violationMessage": "string",
            "category": "string",
            "matchingIpSpaceRef": {
                "name": "string",
                "id": "string"
            },
            "matchingIpSpaceUplinkRef": {
                "name": "string",
                "id": "string"
            },
            "usedByRef": {
                "name": "string",
                "id": "string"
            },
            "ownerRef": {
                "name": "string",
                "id": "string"
            },
            "orgRef": {
                "name": "string",
                "id": "string"
            }
        }
    ]
}
values
Optional

values