Files
interdotlink-ripe-updater/tests/example.json
T
Christian Harendt dc08fddac3 initial import
2022-05-13 14:33:30 +02:00

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