TSG-22348 feature: adapt maat support UUID
This commit is contained in:
@@ -3,19 +3,57 @@
|
||||
{
|
||||
"table_name": "SERVICE_FUNCTION_PROFILE",
|
||||
"table_content": [
|
||||
"1\t{\"tag\":\"device_group\",\"value\":\"device_group_a\"}\t1\t{\"method\":\"vxlan_g\",\"dest_ip\":\"1.1.1.1\"}\t{\"method\":\"none\"}\t1\t1"
|
||||
{
|
||||
"uuid": "00000000-0000-0000-3333-000000000001",
|
||||
"device_group": {
|
||||
"tag": "device_group",
|
||||
"value": "device_group_a"
|
||||
},
|
||||
"admin_status": 1,
|
||||
"connectivity": {
|
||||
"method": "vxlan_g",
|
||||
"dest_ip": "1.1.1.1"
|
||||
},
|
||||
"health_check": {
|
||||
"method": "none"
|
||||
},
|
||||
"vsys_id": 1,
|
||||
"is_valid": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"table_name": "SERVICE_FUNCTION_FORWARDER_PROFILE",
|
||||
"table_content": [
|
||||
"1\t1\thash-int-ip\tglobal\tbypass\tnull\t[1]\t1"
|
||||
{
|
||||
"uuid": "00000000-0000-0000-2222-000000000001",
|
||||
"type": 1,
|
||||
"load_balance_method": "hash-int-ip",
|
||||
"load_balance_localization": "global",
|
||||
"failure_action": "bypass",
|
||||
"service_func_profiles": [
|
||||
"00000000-0000-0000-3333-000000000001"
|
||||
],
|
||||
"is_valid": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"table_name": "SERVICE_CHAINING_COMPILE",
|
||||
"table_name": "SERVICE_CHAINING_RULE",
|
||||
"table_content": [
|
||||
"995199\t0\t2\t1\t1\t{}\t{\"vsys_id\":1,\"targeted_traffic\":\"raw\",\"sff_profiles\":[1]}\t0\t1"
|
||||
{
|
||||
"uuid": "00000000-0000-0000-1111-000000000001",
|
||||
"log_option": "all",
|
||||
"effective_range": {},
|
||||
"action_parameter": {
|
||||
"vsys_id": 1,
|
||||
"targeted_traffic": "raw",
|
||||
"sff_profiles": [
|
||||
"00000000-0000-0000-2222-000000000001"
|
||||
]
|
||||
},
|
||||
"is_valid": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user