# ListAssetHosts Returns a list of hosts associated with an asset sorted by latest activity time in descending order. Endpoint: GET /asset/hosts Version: 1.0.0 Security: AuthorizationHeader ## Query parameters: - `asset_name` (string, required) Asset Name - `asset_type` (string, required) Asset Type - `from` (integer) Page number - `size` (integer) Record per page. Default no of records per page is 50. Maximum allowed records per page is 100. - `latest_activity_time_gt` (string) Returns list of asset hosts having latest activity time greater than the specified time if provided. The format of time is 'YYYY-MM-DD HH:MM:SS'. ## Response 200 fields (application/json): - `error` (string) - `result` (object) - `result.data` (array) - `result.data.city` (string) - `result.data.country` (string) - `result.data.host_ip` (string) - `result.data.host_name` (string) - `result.data.latest_activity_time` (string) - `result.data.state` (string) - `result.total` (integer) - `success` (boolean) ## Response 400 fields (application/json): - `error` (string) - `result` (object) - `result.data` (array) - `result.data.city` (string) - `result.data.country` (string) - `result.data.host_ip` (string) - `result.data.host_name` (string) - `result.data.latest_activity_time` (string) - `result.data.state` (string) - `result.total` (integer) - `success` (boolean) ## Response 500 fields (application/json): - `error` (string) - `result` (object) - `result.data` (array) - `result.data.city` (string) - `result.data.country` (string) - `result.data.host_ip` (string) - `result.data.host_name` (string) - `result.data.latest_activity_time` (string) - `result.data.state` (string) - `result.total` (integer) - `success` (boolean)