Method: getEndSystemTableData

Retrieve end-system table data as a JSON string.

Parameters

Name Type Description
start int Starting record index
limit int Number of end-systems to return
sort string Column ID to sort on
dir string Sort direction, options are:
ASC – ascending
DESC – descending
search string Search string
userName string Username used to determine zone access

Returns

Returns end-system data in JSON format.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACEndSystemWebService/getEndSystemTableData?start=0&limit=100&sort=ipAddress&dir=ASC&search=180&userName=root