Skip to main content

List Hosts

Retrieve a list of all hosts.

External Documentation

To learn more, visit the Tenable Security Center documentation.

Parameters

ParameterDescription
End OffsetThe ending offset of the results to retrieve. Get results until this offset.
LimitThe maximal number of returned results.
Start OffsetThe starting offset of the results to retrieve. Get results from this offset.

Example Output

{
"type": "regular",
"response": [
{
"id": "154",
"uuid": "68262460-941b-4762-906e-47298f79911e",
"tenableUUID": "58bd0909-f66d-4248-8c20-2501b208bb65",
"name": "Aerified",
"ipAddress": "201.22.196.102",
"os": "Linux",
"firstSeen": "1770798",
"lastSeen": "1685038",
},
{
"id": "47",
"uuid": "e9344880-c32f-458c-b78e-211ce81d10cb",
"tenableUUID": "dce3a590-70f0-4530-9843-5d3c83666f75",
"name": "Windows 10",
"ipAddress": "90.248.112.168",
"os": "Windows 10",
"firstSeen": "1755893",
"lastSeen": "1221376",
}
],
"error_code": 0,
"error_msg": "",
"warnings": [],
"timestamp": 1626889388
}

Workflow Library Example

List Hosts with Tenable Security Center and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop