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
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
Responses
200
OK
Returns
IpSpaceMigrationViolations
of type(s)
application/json;version=39.1
{
"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"
}
}
]
}
array of
object
values
Optional
Constraints:
maxItems: 10
Detailed information about a violation related to IP Space migration of a Provider Gateway.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/ipSpaceMigration/violations
Availability
Added in 38.0
On This Page
External Network Operations
GET
Get External Network
PUT
Update External Network
DELETE
Delete External Network
GET
Get Used Ip Addresses
GET
Get Available Ip Addresses
GET
Get Edge Gateways For Provider Gateway Topology
GET
Get Ip Space Uplinks For Provider Gateway Topology
GET
Get Provider Gateway Ip Space Migration Violations
POST
Migrate Provider Gateway To Use Ip Spaces