Description
Add a BlueCat DNS/DHCP Server to the system.
Parameters
| Name | Description |
|---|---|
| body | Location: body Type: form-data Information about the DNS/DHCP Server
including the following:
Example:
form-data (key/value) authentication_method: password server_ip: 192.168.1.30 receiver_ip: 192.168.1.1 username: root password: rootpass |
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
{
"message": "Added successfully"
}
|