@itentialopensource/adapter-nokia_vitalqip
Version:
This adapter integrates with system described as: Nokia Vital QIP
45 lines • 796 B
JSON
[
{
"subnetOrgName": "example",
"dhcpServer": "dhcp.test.com",
"dhcpOptionTemplate": "general",
"warningType": 0,
"warningPercent": 0,
"siteName": "example",
"subnetAddresses": [
"10.10.10.0",
"11.11.11.0"
],
"globalAllocationPolicys": [
{
"objectClass": "Server",
"offset": "10"
},
{
"objectClass": "Router",
"offset": "-5"
}
],
"domainControllers": [
"controller.example.com",
"controller1.example.com"
],
"udas": [
{
"name": "at1",
"value": "true"
}
],
"groups": [
{
"name": "gr1",
"udas": [
{
"name": "at1",
"value": "false"
}
]
}
]
}
]