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: post
Path: /20180115/steeringPolicyAttachments
Create a new steering policy in the specified compartment
Method: post
Path: /20180115/steeringPolicies
Creates a new TSIG key in the specified compartment
Method: post
Path: /20180115/tsigKeys
Creates a new zone in the specified compartment
Method: post
Path: /20180115/zones
Delete the specified TSIG key
Method: delete
Path: /20180115/tsigKeys/{tsig_key_id}
Deletes all records at the specified zone and domain
Method: delete
Path: /20180115/zones/{zone_name_or_id}/records/{domain}
Deletes all records in the specified RRSet
Method: delete
Path: /20180115/zones/{zone_name_or_id}/records/{domain}/{rtype}
Deletes the specified steering policy
Method: delete
Path: /20180115/steeringPolicies/{steering_policy_id}
Deletes the specified steering policy attachment
Method: delete
Path: /20180115/steeringPolicyAttachments/{steering_policy_attachment_id}
Deletes the specified zone and all its steering policy attachments
Method: delete
Path: /20180115/zones/{zone_name_or_id}
Get a list of all steering policies in the specified compartment
Method: get
Path: /20180115/steeringPolicies
Get a list of all TSIG keys in the specified compartment
Method: get
Path: /20180115/tsigKeys
Get information about the specified steering policy
Method: get
Path: /20180115/steeringPolicies/{steering_policy_id}
Get information about the specified steering policy attachment
Method: get
Path: /20180115/steeringPolicyAttachments/{steering_policy_attachment_id}
Get information about the specified TSIG key
Method: get
Path: /20180115/tsigKeys/{tsig_key_id}
Get the requested zone's zone file
Method: get
Path: /20180115/zones/{zone_name_or_id}/content
Gets a list of all records at the specified zone and domain
Method: get
Path: /20180115/zones/{zone_name_or_id}/records/{domain}
Gets a list of all records in the specified RRSet
Method: get
Path: /20180115/zones/{zone_name_or_id}/records/{domain}/{rtype}
Gets a list of all zones in the specified compartment
Method: get
Path: /20180115/zones
Gets all records in the specified zone
Method: get
Path: /20180115/zones/{zone_name_or_id}/records
Gets information about the specified zone, including its creation date, zone type, and serial
Method: get
Path: /20180115/zones/{zone_name_or_id}
List the steering policy attachments in the specified compartment
Method: get
Path: /20180115/steeringPolicyAttachments
Move a steering policy into a different compartment
Method: post
Path: /20180115/steeringPolicies/{steering_policy_id}/actions/changeCompartment
Move a TSIG key into a different compartment
Method: post
Path: /20180115/tsigKeys/{tsig_key_id}/actions/changeCompartment
Moves a zone into a different compartment
Method: post
Path: /20180115/zones/{zone_name_or_id}/actions/changeCompartment
Replaces records in the specified RRSet
Method: put
Path: /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: put
Path: /20180115/zones/{zone_name_or_id}/records/{domain}
Replaces records in the specified zone with the records specified in the request body
Method: put
Path: /20180115/zones/{zone_name_or_id}/records
Update the configuration of the specified steering policy
Method: put
Path: /20180115/steeringPolicies/{steering_policy_id}
Update the specified steering policy attachment with your new information
Method: put
Path: /20180115/steeringPolicyAttachments/{steering_policy_attachment_id}
Update the specified TSIG key
Method: put
Path: /20180115/tsigKeys/{tsig_key_id}
Update the zone with the specified information
Method: put
Path: /20180115/zones/{zone_name_or_id}
Updates a collection of records in the specified zone
Method: patch
Path: /20180115/zones/{zone_name_or_id}/records
Updates records in the specified RRSet
Method: patch
Path: /20180115/zones/{zone_name_or_id}/records/{domain}/{rtype}
Updates records in the specified zone at a domain
Method: patch
Path: /20180115/zones/{zone_name_or_id}/records/{domain}