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.
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"
}
}
]
}
Availability
Added in 38.0
On This Page
External Network Operations
DELETE
Delete External Network
GET
Get Available Ip Addresses
GET
Get Edge Gateways For Provider Gateway Topology
GET
Get External Network
GET
Get Ip Space Uplinks For Provider Gateway Topology
GET
Get Provider Gateway Ip Space Migration Violations
GET
Get Used Ip Addresses
POST
Migrate Provider Gateway To Use Ip Spaces
PUT
Update External Network