Skip to main content

List Scans

Retrieves a list of all scans.

External Documentation

To learn more, visit the Tenable Security Center documentation.

Example Output

{
"type" : "regular",
"response" : {
"usable" : [
{
"id" : "2",
"name" : "test",
"description" : null,
"status" : "0",
"uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
},
{
"id" : "3",
"name" : "test2",
"description" : null,
"status" : "0",
"uuid" : "EC81E13E-B3B2-4A51-968D-E94D524B5254"
},
{
"id" : "4",
"name" : "POSTtest",
"description" : "This is a test for POST",
"status" : "0",
"uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
}
],
"manageable" : [
{
"id" : "2",
"name" : "test",
"description" : null,
"status" : "0",
"uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
},
{
"id" : "3",
"name" : "test2",
"description" : null,
"status" : "0",
"uuid" : "EC81E13E-B3B2-4A51-968D-E94D524B5254"
{
"id" : "4",
"name" : "POSTtest",
"description" : "This is a test for POST",
"status" : "0",
"uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
}
]
},
"error_code" : 0,
"error_msg" : "",
"warnings" : [],
"timestamp" : 1406828340
}

Workflow Library Example

List Scans with Tenable Security Center and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop