NSX-T Data Center REST API
ThirdPartyIPAMInfo (type)
{
"additionalProperties": false,
"description": "Third party IPAM information indicates if the object is managed by a third-party IPAM.",
"id": "ThirdPartyIPAMInfo",
"module_id": "PolicyIpam",
"nsx_feature": "IPAMInfobloxIntegration",
"properties": {
"ipam_provider": {
"$ref": "IpamThirdPartyProviderType",
"description": "Third-party IPAM provider managing the IP block",
"required": true,
"title": "Third-party IPAM provider"
},
"object_id": {
"description": "CIDR object ID on third-party IPAM",
"required": true,
"title": "Object ID",
"type": "string"
}
},
"title": "Third party IPAM information",
"type": "object"
}