Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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"
}
}
}
}

  • No labels