List Assets
Retrieve a list of all assets.
External Documentation
To learn more, visit the Tenable Security Center documentation.
Example Output
{
"type": "regular",
"response": {
"assets": [
{
"id": "1",
"name": "dnsnameTestPost",
"description": "",
"type": "dnsname",
"status": 0,
"uuid": "1908739A-A74D-4A46-B0D1-720828ECEE1F",
"organization": {
"id": "1",
"name": "org1",
"description": "",
"uuid": "8FDC3F6C-9901-47B8-A720-ACF1681DE8F4"
}
}
]
},
"error_code": 0,
"error_msg": "",
"warnings": [],
"timestamp": 1412273607
}
Workflow Library Example
List Assets with Tenable Security Center and Send Results Via Email
Preview this Workflow on desktop