Skip to content

Commit

Permalink
add sfc intent docu
Browse files Browse the repository at this point in the history
  • Loading branch information
severindellsperger committed Aug 14, 2024
1 parent f974cd4 commit 40a312d
Show file tree
Hide file tree
Showing 34 changed files with 754 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"requests": [
{
"location": "flex-algo 128 igp-request-0.json"
"location": "flex-algo 128 igp metric-request-0.json"
}
],
"operationType": "duplexStreaming",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"ipv6_source_address": "2001:db8:a::10",
"ipv6_destination_address": "2001:db8:c::10",
"intents": [
{
"type": "INTENT_TYPE_SFC",
"values": [
{
"type": "VALUE_TYPE_SFC",
"string_value": "fw"
},
{
"type": "VALUE_TYPE_SFC",
"string_value": "ids"
}
]
},
{
"type": "INTENT_TYPE_FLEX_ALGO",
"values": [
{
"type": "VALUE_TYPE_FLEX_ALGO_NR",
"number_value": 128
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "flex-algo 128 sfc with firwall and ids igp metric-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"ipv6_source_address": "2001:db8:a::10",
"ipv6_destination_address": "2001:db8:c::10",
"intents": [
{
"type": "INTENT_TYPE_SFC",
"values": [
{
"type": "VALUE_TYPE_SFC",
"string_value": "fw"
},
{
"type": "VALUE_TYPE_SFC",
"string_value": "ids"
}
]
},
{
"type": "INTENT_TYPE_FLEX_ALGO",
"values": [
{
"type": "VALUE_TYPE_FLEX_ALGO_NR",
"number_value": 128
}
]
},
{
"type": "INTENT_TYPE_LOW_PACKET_LOSS"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "flex-algo 128 sfc with firwall and ids low packet loss-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"ipv6_destination_address": "2001:db8:b::10",
"ipv6_source_address": "2001:db8:a::10",
"intents": [
{
"type": "INTENT_TYPE_FLEX_ALGO",
"values": [
{
"type": "VALUE_TYPE_FLEX_ALGO_NR",
"number_value": 128
}
]
},
{
"type": "INTENT_TYPE_LOW_LATENCY"
},
{
"type": "INTENT_TYPE_LOW_PACKET_LOSS"
},
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "flex-algo 128 with low latency and low packet loss-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
18 changes: 18 additions & 0 deletions api/flex algo/flex-algo 128 with low packet loss-request-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"ipv6_destination_address": "2001:db8:b::10",
"ipv6_source_address": "2001:db8:a::10",
"intents": [
{
"type": "INTENT_TYPE_FLEX_ALGO",
"values": [
{
"type": "VALUE_TYPE_FLEX_ALGO_NR",
"number_value": 128
}
]
},
{
"type": "INTENT_TYPE_LOW_PACKET_LOSS"
}
]
}
13 changes: 13 additions & 0 deletions api/flex algo/flex-algo 128 with low packet loss.krop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "flex-algo 128 with low packet loss-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"requests": [
{
"location": "flex-algo 129 igp-request-0.json"
"location": "flex-algo 129 igp metric-request-0.json"
}
],
"operationType": "duplexStreaming",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"ipv6_source_address": "2001:db8:a::10",
"ipv6_destination_address": "2001:db8:c::10",
"intents": [
{
"type": "INTENT_TYPE_SFC",
"values": [
{
"type": "VALUE_TYPE_SFC",
"string_value": "fw"
},
{
"type": "VALUE_TYPE_SFC",
"string_value": "ids"
}
]
},
{
"type": "INTENT_TYPE_LOW_LATENCY"
},
{
"type": "INTENT_TYPE_LOW_PACKET_LOSS",
"values": [
{
"type": "VALUE_TYPE_MAX_VALUE",
"number_value": 3
}
]
},
{
"type": "INTENT_TYPE_HIGH_BANDWIDTH",
"values": [
{
"type": "VALUE_TYPE_MIN_VALUE",
"number_value": 200000
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "sfc with firewall and IDS low latency and low packet loss with max and min constraints-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"ipv6_source_address": "2001:db8:a::10",
"ipv6_destination_address": "2001:db8:c::10",
"intents": [
{
"type": "INTENT_TYPE_SFC",
"values": [
{
"type": "VALUE_TYPE_SFC",
"string_value": "fw"
},
{
"type": "VALUE_TYPE_SFC",
"string_value": "ids"
}
]
},
{
"type": "INTENT_TYPE_LOW_LATENCY"
},
{
"type": "INTENT_TYPE_LOW_PACKET_LOSS",
"values": [
{
"type": "VALUE_TYPE_MAX_VALUE",
"number_value": 2
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "sfc with firewall and IDS low latency and low packet loss with max constraints-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"ipv6_source_address": "2001:db8:a::10",
"ipv6_destination_address": "2001:db8:b::10",
"intents": [
{
"type": "INTENT_TYPE_SFC",
"values": [
{
"type": "VALUE_TYPE_SFC",
"string_value": "fw"
},
{
"type": "VALUE_TYPE_SFC",
"string_value": "ids"
}
]
},
{
"type": "INTENT_TYPE_LOW_LATENCY"
},
{
"type": "INTENT_TYPE_LOW_PACKET_LOSS"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "sfc with firewall and IDS low latency and low packet loss-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
19 changes: 19 additions & 0 deletions api/sfc/sfc with firwall and IDS IGP metric-request-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"ipv6_source_address": "2001:db8:a::10",
"ipv6_destination_address": "2001:db8:b::10",
"intents": [
{
"type": "INTENT_TYPE_SFC",
"values": [
{
"type": "VALUE_TYPE_SFC",
"string_value": "fw"
},
{
"type": "VALUE_TYPE_SFC",
"string_value": "ids"
}
]
},
]
}
13 changes: 13 additions & 0 deletions api/sfc/sfc with firwall and IDS IGP metric.krop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"details": {
"methodFqn": "api.IntentController.GetIntentPath"
},
"requests": [
{
"location": "sfc with firwall and IDS IGP metric-request-0.json"
}
],
"operationType": "duplexStreaming",
"invokerName": "grpc",
"importStreamId": "5cd780b6-dbe1-43db-b488-54f0d58a019d"
}
22 changes: 22 additions & 0 deletions api/sfc/sfc with firwall and IDS low packet loss -request-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"ipv6_source_address": "2001:db8:a::10",
"ipv6_destination_address": "2001:db8:b::10",
"intents": [
{
"type": "INTENT_TYPE_SFC",
"values": [
{
"type": "VALUE_TYPE_SFC",
"string_value": "fw"
},
{
"type": "VALUE_TYPE_SFC",
"string_value": "ids"
}
]
},
{
"type": "INTENT_TYPE_LOW_PACKET_LOSS"
}
]
}
Loading

0 comments on commit 40a312d

Please sign in to comment.