/
Example JSON File for Multiple Switch Configurations

Example JSON File for Multiple Switch Configurations

See the following example JSON file for multiple switch configurations:

{
"sn": ["TEST-SN-1", "TEST-SN-2"],
"hardware_model": "as4610_54p",
"location": "Beijing",
"global_config_name": "2022-8-2-glob-as4610_54p-test",
"site_template_name": ["test-template-1", "test-template-2"],
"agent_config": {},
"vpn": true,
"retrieve_config": true,
"default_config_param": {
"test-template-1": {
"address": "1.1.1.1",
"interface": "1",
"prefix_length": "4",
"vif": "1"
},
"test-template-2": {
"classifier": "4"
}
},
"unique_config_param": {
"TEST-SN-2": {
"test-template-1": {
"address": "111.2.2.2"
},
"test-template-2": {
"classifier": "5"
}
}
}
}

{
"sn": ["TEST-SN-1", "TEST-SN-2"],
"hardware_model": "as4610_54p",
"location": "Beijing",
"global_config_name": "2022-8-2-glob-as4610_54p-test",
"site_template_name": ["test-template-1", "test-template-2"],
"agent_config": {},
"vpn": true,
"retrieve_config": true,
"default_config_param": {
"test-template-1": {
"address": "1.1.1.1",
"interface": "1",
"prefix_length": "4",
"vif": "1"
},
"test-template-2": {
"classifier": "4"
}
},
"unique_config_param": {
"TEST-SN-2": {
"test-template-1": {
"address": "111.2.2.2"
},
"test-template-2": {
"classifier": "5"
}
}
}
}

Related content

Copyright © 2025 Pica8 Inc. All Rights Reserved.