You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there needs consensus on the interface_id, which is the OF id from Kytos now. The SDX middleware is neutral on this, but it's really about what you want the end user sees and uses to specify the end points of a request.
But the interface_id is strange, And does not accept our sample topology (below).
{"name": "AMLIGHT_vlan_10001_10001", "dynamic_backup_path": true, "uni_a": {"tag": {"value": 107, "tag_type": 1}, "interface_id": "urn:sdx:port:amlight.net:B1:2"}, "uni_z": {"tag": {"value": 107, "tag_type": 1}, "interface_id": "urn:sdx:port:amlight.net:B2:3"}}
it says this:
{"description":"The request body contains invalid API data. 'urn:sdx:port:amlight.net:B1:2' does not match '^([0-9A-Fa-f]{2}[:-]){8}(\\d{1,5})
The text was updated successfully, but these errors were encountered:
Cong tested and reports following:
It seems there needs consensus on the interface_id, which is the OF id from Kytos now. The SDX middleware is neutral on this, but it's really about what you want the end user sees and uses to specify the end points of a request.
But the interface_id is strange, And does not accept our sample topology (below).
{"name": "AMLIGHT_vlan_10001_10001", "dynamic_backup_path": true, "uni_a": {"tag": {"value": 107, "tag_type": 1}, "interface_id": "urn:sdx:port:amlight.net:B1:2"}, "uni_z": {"tag": {"value": 107, "tag_type": 1}, "interface_id": "urn:sdx:port:amlight.net:B2:3"}}
it says this:
{"description":"The request body contains invalid API data. 'urn:sdx:port:amlight.net:B1:2' does not match '^([0-9A-Fa-f]{2}[:-]){8}(\\d{1,5})
The text was updated successfully, but these errors were encountered: