CONTAP-423939: Unable to display VIP broadcast domain via REST /api/network/ethernet/broadcast-domains call
Issue
- Trying to delete an IPspace fails with the following error:
Cannot delete an IPspace with an existing broadcast domain. Delete the broadcast domain with "network port broadcast-domain delete
- Viewing the broadcast for that IP space via the REST call provides zero results:
curl -X GET " https://dea-nas201/api/network/ether...urn_timeout=15" -H "accept: application/json"
Response body
Download
{
"records": [],
"num_records": 0
}
- Viewing it via CLI shows a Vip Broadcast domain that was created from a BGP peer group:
cluster1::> broadcast-domain show -ipspace testIPspace -broadcast-domain Vip
(network port broadcast-domain show)
IPspace Name: testIPspace
Layer 2 Broadcast Domain: Vip
Configured MTU: 1500
Ports: cluster1-01:v0a
Port Update Status: complete
Status Detail Description: complete
Combined Port Update Status: complete
Failover Groups: Vip
Subnet Names: -
Is VIP Broadcast Domain: true