Cisco Cisco Prime Collaboration Assurance 11.5 Guia Do Programador

Página de 32
 
 
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public  
Page 14 
 
id 
responses 
status: 
200 - OK 
representations 
application/json    Example: 
The response will contain a json object similar to the response of add 
device API. 
 
POST 
getDevices () 
This API will return all the device that match the filtering criteria. 
request 
representations 
application/json    Example: 
The filter and sort fields are not mandatory. 
The output of the API will be limited to 500 records. 
This API will need to be called multiple times providing data for the 
pagination field to retrieve more data. 
 
responses 
status: 
200 - OK 
representations 
application/json    Example: 
The response json will be similar to that of getDevice operation but with 
a list of devices. 
GET 
getDevice () 
Returns the device if exists. 
request 
query params 
ipAddress 
id 
responses 
status: