Next Topic

Previous Topic

Book Contents

Get Agent Connection Gateway IP

Gets all unique values for the ConnectionGatewayIP for Agents.

GET /assetmgmt/connectiongatewayips

Headers

Response Codes

The table below explains each response code.

Response Code

Status

200

OK

403

Unauthorized - Need access to FID(s): 560206

500

Server Error

Sample Response Model

{ 
  "TotalRecords": 4, 
  "Result": [ 
    "10.10.32.6", 
    "10.10.33.59", 
    "10.10.34.250", 
    "127.0.0.1" 
  ], 
  "ResponseCode": 200, 
  "Status": "OK", 
  "Error": "None" 
}