Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: ClientEntry
This resource is used to manage the 
 class of Network Registrar objects.
Defines the selection criteria and configuration for a specific client.
Functions
Get ClientEntry Object List
Gets the list of Network Registrar ClientEntry objects.
Request:
GET /web-services/rest/resource/ClientEntry 
ClientEntry 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 ClientEntry 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 ClientEntry Object By Name
Gets the Network Registrar ClientEntry object by name.
Request:
GET /web-services/rest/resource/ClientEntry/{objectName}
objectName
: the string representation of the ClientEntry name property
Response:
Returns the ClientEntry object
Content-Type: application/xml, application/json
Put ClientEntry Object By Name
Modifies or creates the specified Network Registrar ClientEntry object.
Request:
PUT /web-services/rest/resource/ClientEntry/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the ClientEntry name property
Response:
Returns the location of the ClientEntry object, if created
Content: none
Create ClientEntry Object
Creates a Network Registrar ClientEntry object.
Request:
POST /web-services/rest/resource/ClientEntry
Accept: application/xml, application/json, application/x-www-form-urlencoded 
These required ClientEntry properties must be specified in the input object or form: 
  name: Provides the name of the client.
Response:
Returns the location of the new ClientEntry object
Content: none
Delete ClientEntry Object By Name
Deletes the specified Network Registrar ClientEntry object.