DNS REST Endpoints
DNS
The operations from the DNS category.
- Create a new attachment between a steering policy and a domain, giving the policy permission to answer queries for the specified domain
- Method: postPath:
/20180115/steeringPolicyAttachments
- Create a new steering policy in the specified compartment
- Method: postPath:
/20180115/steeringPolicies
- Creates a new TSIG key in the specified compartment
- Method: postPath:
/20180115/tsigKeys
- Creates a new zone in the specified compartment
- Method: postPath:
/20180115/zones
- Delete the specified TSIG key
- Method: deletePath:
/20180115/tsigKeys/{tsig_key_id}
- Deletes all records at the specified zone and domain
- Method: deletePath:
/20180115/zones/{zone_name_or_id}/records/{domain}
- Deletes all records in the specified RRSet
- Method: deletePath:
/20180115/zones/{zone_name_or_id}/records/{domain}/{rtype}
- Deletes the specified steering policy
- Method: deletePath:
/20180115/steeringPolicies/{steering_policy_id}
- Deletes the specified steering policy attachment
- Method: deletePath:
/20180115/steeringPolicyAttachments/{steering_policy_attachment_id}
- Deletes the specified zone and all its steering policy attachments
- Method: deletePath:
/20180115/zones/{zone_name_or_id}
- Get a list of all steering policies in the specified compartment
- Method: getPath:
/20180115/steeringPolicies
- Get a list of all TSIG keys in the specified compartment
- Method: getPath:
/20180115/tsigKeys
- Get information about the specified steering policy
- Method: getPath:
/20180115/steeringPolicies/{steering_policy_id}
- Get information about the specified steering policy attachment
- Method: getPath:
/20180115/steeringPolicyAttachments/{steering_policy_attachment_id}
- Get information about the specified TSIG key
- Method: getPath:
/20180115/tsigKeys/{tsig_key_id}
- Get the requested zone's zone file
- Method: getPath:
/20180115/zones/{zone_name_or_id}/content
- Gets a list of all records at the specified zone and domain
- Method: getPath:
/20180115/zones/{zone_name_or_id}/records/{domain}
- Gets a list of all records in the specified RRSet
- Method: getPath:
/20180115/zones/{zone_name_or_id}/records/{domain}/{rtype}
- Gets a list of all zones in the specified compartment
- Method: getPath:
/20180115/zones
- Gets all records in the specified zone
- Method: getPath:
/20180115/zones/{zone_name_or_id}/records
- Gets information about the specified zone, including its creation date, zone type, and serial
- Method: getPath:
/20180115/zones/{zone_name_or_id}
- List the steering policy attachments in the specified compartment
- Method: getPath:
/20180115/steeringPolicyAttachments
- Move a steering policy into a different compartment
- Method: postPath:
/20180115/steeringPolicies/{steering_policy_id}/actions/changeCompartment
- Move a TSIG key into a different compartment
- Method: postPath:
/20180115/tsigKeys/{tsig_key_id}/actions/changeCompartment
- Moves a zone into a different compartment
- Method: postPath:
/20180115/zones/{zone_name_or_id}/actions/changeCompartment
- Replaces records in the specified RRSet
- Method: putPath:
/20180115/zones/{zone_name_or_id}/records/{domain}/{rtype}
- Replaces records in the specified zone at a domain with the records specified in the request body
- Method: putPath:
/20180115/zones/{zone_name_or_id}/records/{domain}
- Replaces records in the specified zone with the records specified in the request body
- Method: putPath:
/20180115/zones/{zone_name_or_id}/records
- Update the configuration of the specified steering policy
- Method: putPath:
/20180115/steeringPolicies/{steering_policy_id}
- Update the specified steering policy attachment with your new information
- Method: putPath:
/20180115/steeringPolicyAttachments/{steering_policy_attachment_id}
- Update the specified TSIG key
- Method: putPath:
/20180115/tsigKeys/{tsig_key_id}
- Update the zone with the specified information
- Method: putPath:
/20180115/zones/{zone_name_or_id}
- Updates a collection of records in the specified zone
- Method: patchPath:
/20180115/zones/{zone_name_or_id}/records
- Updates records in the specified RRSet
- Method: patchPath:
/20180115/zones/{zone_name_or_id}/records/{domain}/{rtype}
- Updates records in the specified zone at a domain
- Method: patchPath:
/20180115/zones/{zone_name_or_id}/records/{domain}