Closed ibaldin closed 1 year ago
@ibaldin - what, if any, description should be captured for these?
"Net.FABNetv4Ext": "allows to create slices with public peering",
"Net.FABNetv6Ext": "allows to create slices with public peering",
"Net.Peering": "allows to create slices with public peering",
Net.FABNetv4Ext | Allows to create slices with public IPv4 connectivity Net.FABNetv6Ext | Allows to create slices with public IPv6 connectivity
Updated across all platforms
$ curl -X 'GET' 'https://uis.fabric-testbed.net/projects/tags?search=net' -H 'accept: application/json'
{
"results": [
"Net.AllFacilityPorts",
"Net.FABNetv4Ext",
"Net.FABNetv6Ext",
"Net.FacilityPort.Chameleon-StarLight",
"Net.FacilityPort.ESnet-StarLight",
"Net.FacilityPort.Internet2-StarLight",
"Net.NoLimitBW",
"Net.PortMirroring"
],
"size": 8,
"status": 200,
"type": "projects.tags.base"
}
Starting with CF rel 1.4 Net.Peering project tag is going away to be replaced with Net.FABNetv4Ext and Net.FABNetv6Ext. Please update core api accordingly.