Manage DNS Lookup Zones with KopiCloud AD API»
Manage Microsoft DNS Lookup Zones using the KopiCloud AD API.
List All DNS Lookup Zones»
GET /api/DnsLookupZone/All
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
IgnoreSystemZones | boolean | Ignore System Zones (Default = true) | Yes |
Auth-Token | string | Bearer or Basic Authentication Token | Yes |
Return Schema
1 2 3 4 5 6 7 8 9 10 11 |
|
Create a DNS Lookup Zone»
POST /api/DnsLookupZone/{ZoneName}
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
ZoneName | string | DNS Zone Name | Yes |
Auth-Token | string | Bearer or Basic Authentication Token | Yes |
Return Schema
1 2 3 4 5 6 7 8 9 10 11 |
|
Remove a DNS Lookup Zone»
DELETE /api/DnsLookupZone/{ZoneName}
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
ZoneName | string | DNS Zone Name | Yes |
Auth-Token | string | Bearer or Basic Authentication Token | Yes |
Return Schema
1 2 3 4 5 6 7 8 9 10 11 |
|