mirror of
https://github.com/interdotlink/ripe-updater.git
synced 2024-05-06 15:54:57 +00:00
26 lines
738 B
JSON
26 lines
738 B
JSON
{
|
|
"templates":
|
|
{
|
|
"CLOUD-POOL": {"attributes": [
|
|
{"descr": "MyCompany Cloud Pool"}
|
|
],
|
|
"inherit": "base_mycompany.json"
|
|
},
|
|
"INFRA-TRANSFER-NET": {"attributes": [
|
|
{"descr": "MyCompany Infrastructure Transfer Network"}
|
|
],
|
|
"inherit": "base_mycompany.example.json"
|
|
},
|
|
"CUST-ACCESS-NET": {"attributes": [
|
|
{"descr": "MyCompany Customer Access"}
|
|
],
|
|
"inherit": "base_mycompany.example.json"
|
|
},
|
|
"CUST-ACCESS-NET-MYCUSTOMER1": {"attributes": [
|
|
{"descr": "MyCustomer 1 Ltd., Example Street 33"}
|
|
],
|
|
"inherit": "base_mycustomer1.example.json"
|
|
}
|
|
}
|
|
}
|