Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: DHCPServer
This resource is used to manage the 
 class of Network Registrar objects.
The global configuration attributes for the DHCP server.
Functions
Get DHCPServer Object
Gets the Network Registrar DHCPServer 'DHCP' object.
Request:
GET /web-services/rest/resource/DHCPServer
Response: Returns the DHCPServer object
Content-Type: application/xml, application/json
Get DHCPServer Object By Name
Gets the Network Registrar DHCPServer object by name.
Request:
GET /web-services/rest/resource/DHCPServer/DHCP
Response: Returns the DHCPServer object
Content-Type: application/xml, application/json
Put DHCPServer Object
Modifies the Network Registrar DHCPServer object.
Request:
PUT /web-services/rest/resource/DHCPServer
Accept: application/xml, application/json 
Query Parameters 
  action: extra action to perform; value can be 'reload' 
The optional reload action will issue a server reload after changes are made. If the input object is null,
or identical to the currently saved object, only the server reload action will be performed.
Response: Content: none
Put DHCPServer Object By Name
Modifies the specified Network Registrar DHCPServer object.
Request:
PUT /web-services/rest/resource/DHCPServer/DHCP 
Accept: application/xml, application/json 
Query Parameters 
  action: extra action to perform; value can be 'reload' 
The optional reload action will issue a server reload after changes are made. If the input object is null,
or identical to the currently saved object, only the server reload action will be performed.
Response: Content: none