Description
Configures services for one or more DNS/DHCP Servers.
Attention:
- You must be an administrator to use this API.
- You cannot run concurrent configureServerServices API calls to configure multiple services on the same DNS/DHCP Server.
- If you use the response from the getServerServices API to help construct the JSON body content of the configureServerServices API, some content returned from the getServerServices API method might not be complete or compatible within the configureServerServices JSON body, such as the server-version field. BlueCat recommends using a JSON validation tool to validate the response of the getServerServices API and reviewing the examples of valid service configuration JSON body content before proceeding to update the response for use within the JSON body of the configureServerServices API method. For examples of valid configuration JSON body content for each server service, refer to Reference: Server service configuration examples.
Parameters
Name | Description |
---|---|
serverIds |
Location: query Type: string The object IDs of the servers to be configured.
|
body |
Location: body The configuration string of services to be configured in JSON format.
For more information and examples of service configurations, refer to
Reference: Server service configuration examples.
|
Responses
Code | Description |
---|---|
201 |
Type: string Returns a token string value of the configuration task.
|