Cisco Cisco Prime IP Express 8.3 技术参考

下载
页码 1286
Resource: DnsSec
This resource is used to manage the 
 class of Network Registrar objects.
Used for configuration of DNSSEC
Functions
Get DnsSec Object
Gets the Network Registrar DnsSec object.
Request:
GET /web-services/rest/resource/DnsSec
Response:
Returns the DnsSec object
Content-Type: application/xml, application/json
Get DnsSec Object By Name
Gets the Network Registrar DnsSec object by name.
Request:
GET /web-services/rest/resource/DnsSec/{objectName}
objectName
: the string representation of the DnsSec name property
Response:
Returns the DnsSec object
Content-Type: application/xml, application/json
Put DnsSec Object By Name
Modifies or creates the specified Network Registrar DnsSec object.
Request:
PUT /web-services/rest/resource/DnsSec/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the DnsSec name property
Response:
Returns the location of the DnsSec object, if created
Content: none
Create DnsSec Object
Creates a Network Registrar DnsSec object.
Request:
POST /web-services/rest/resource/DnsSec
Accept: application/xml, application/json, application/x-www-form-urlencoded 
These required DnsSec properties must be specified in the input object or form: 
  name: The name of the DNSSEC configuration instance.
Response:
Returns the location of the new DnsSec object
Content: none
Delete DnsSec Object By Name
Deletes the specified Network Registrar DnsSec object.
Request:
DELETE /web-services/rest/resource/DnsSec/{objectName} 
objectName
: the string representation of the DnsSec name property
Response:
Content: none