Skip to content

Commit

Permalink
fix a typo in a test request json
Browse files Browse the repository at this point in the history
  • Loading branch information
YufengXin committed Oct 4, 2024
1 parent 91a1461 commit 79f1a4d
Showing 1 changed file with 71 additions and 73 deletions.
144 changes: 71 additions & 73 deletions src/sdx_datamodel/data/requests/test-l2vpn-p2p-v2.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,76 @@
[
{
"name": "new-connection",
"id": "urn:sdx:connection:ampath.net:Ampath3:50-sax.net:Sax01:41",
"endpoints": [
{
"port_id": "urn:sdx:port:ampath.net:Ampath3:50",
"vlan": "777"
},
{
"port_id": "urn:sdx:port:sax.net:Sax01:41",
"vlan": "55:90"
}
],
"description": "a test circuit",
"scheduling": {
"start_time": "2024-06-24T01:00:00.000Z",
"end_time": "2024-06-26T01:00:00.000Z"
{
"name": "new-connection",
"id": "urn:sdx:connection:ampath.net:Ampath3:50-sax.net:Sax01:41",
"endpoints": [
{
"port_id": "urn:sdx:port:ampath.net:Ampath3:50",
"vlan": "777"
},
"qos_metrics": {
"min_bw": {
"value": 12,
"strict": true
},
"max_delay": {
"value": 4,
"strict": false
},
"max_number_oxps": {
"value": 7,
"strict": true
}
{
"port_id": "urn:sdx:port:sax.net:Sax01:41",
"vlan": "55:90"
}
],
"description": "a test circuit",
"scheduling": {
"start_time": "2024-06-24T01:00:00.000Z",
"end_time": "2024-06-26T01:00:00.000Z"
},
"qos_metrics": {
"min_bw": {
"value": 12,
"strict": true
},
"max_delay": {
"value": 4,
"strict": false
},
"notifications": [
{
"email": "[email protected]"
}
]
"max_number_oxps": {
"value": 7,
"strict": true
}
},
{
"name": "new-connection",
"id": "urn:sdx:connection:ampath.net:Ampath3:50-sax.net:Sax01:41",
"endpoints": [
{
"port_id": "urn:sdx:port:ampath.net:Ampath3:50",
"vlan": "777"
},
{
"port_id": "urn:sdx:port:sax.net:Sax01:41",
"vlan": "55:90"
}
],
"description": "a test circuit",
"scheduling": {
"start_time": "2024-06-24T01:00:00.000Z",
"end_time": "2024-06-26T01:00:00.000Z"
"notifications": [
{
"email": "[email protected]"
}
]
},
{
"name": "new-connection",
"id": "urn:sdx:connection:ampath.net:Ampath3:50-sax.net:Sax01:41",
"endpoints": [
{
"port_id": "urn:sdx:port:ampath.net:Ampath3:50",
"vlan": "777"
},
"qos_metrics": {
"min_bw": {
"value": 12,
"strict": true
},
"max_delay": {
"value": 4,
"strict": false
},
"max_number_oxps": {
"value": 7,
"strict": true
}
{
"port_id": "urn:sdx:port:sax.net:Sax01:41",
"vlan": "55:90"
}
],
"description": "a test circuit",
"scheduling": {
"start_time": "2024-06-24T01:00:00.000Z",
"end_time": "2024-06-26T01:00:00.000Z"
},
"qos_metrics": {
"min_bw": {
"value": 12,
"strict": true
},
"notifications": [
{
"email": "[email protected]"
}
]
}
]
"max_delay": {
"value": 4,
"strict": false
},
"max_number_oxps": {
"value": 7,
"strict": true
}
},
"notifications": [
{
"email": "[email protected]"
}
]
}

0 comments on commit 79f1a4d

Please sign in to comment.