Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: Dns64
This resource is used to manage the 
 class of Network Registrar objects.
Used for configuration of DNS64
Functions
Get Dns64 Object List
Gets the list of Network Registrar Dns64 objects.
Request:
GET /web-services/rest/resource/Dns64 
Dns64 string properties may be specified as query parameters to filter the return list. Filter values
can specify a regular expression or exact match. Use an empty string to test for unset values.
Response:
Returns the list of Dns64 objects
Content-Type: application/xml, application/json
If the list exceeds the maximum return list size, the next link is provided to get the next set of
objects.
Get Dns64 Object By Name
Gets the Network Registrar Dns64 object by name.
Request:
GET /web-services/rest/resource/Dns64/{objectName}
objectName
: the string representation of the Dns64 name property
Response:
Returns the Dns64 object
Content-Type: application/xml, application/json
Put Dns64 Object By Name
Modifies or creates the specified Network Registrar Dns64 object.
Request:
PUT /web-services/rest/resource/Dns64/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the Dns64 name property
Response:
Returns the location of the Dns64 object, if created
Content: none
Create Dns64 Object
Creates a Network Registrar Dns64 object.
Request:
POST /web-services/rest/resource/Dns64
Accept: application/xml, application/json, application/x-www-form-urlencoded 
These required Dns64 properties must be specified in the input object or form: 
  name: The name of the DNS64 configuration instance.
Response:
Returns the location of the new Dns64 object
Content: none
Delete Dns64 Object By Name
Deletes the specified Network Registrar Dns64 object.
Request:
DELETE /web-services/rest/resource/Dns64/{objectName}