Description
Selectively deploys—creates a differential deployment task to deploy changes made to specific DNS
entities, such as resource records, to a managed DNS/DHCP Server.
Note: You can use the selectiveDeploy API method to deploy DNS resource records that have moved zones.
The new zone of the resource record to must be deployed to the same DNS/DHCP Server as
the previous zone that the resource record was deployed to. You cannot deploy the
DNS resource record if the new zone is deployed to a different DNS/DHCP Server.
Parameters
Name | Description |
---|---|
properties |
Location: query Type: string A string containing the following deployment options:
|
body |
Location: body A list of entity IDs that specify the DNS entities to
deploy. You can provide the entity IDs of DNS resource
records and IP addresses. When you provide the entity ID
of an IP address, the PTR records that are linked to the
host records (A or AAAA) are deployed.
Note: If you are
deploying IP address entity IDs, you must also have
a DNS deployment role configured on the network that
contains IP addresses with resource record
dependencies.
Attention: Restrictions:
|
Responses
Code | Description |
---|---|
201 |
Type: string Returns a token string value of the deployment task.
|