1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | {
"type" : "regular" ,
"response" : {
"usable" : [
{
"id" : "1" ,
"reportDefinitionID" : "-1" ,
"jobID" : "1614" ,
"name" : "Test Scan" ,
"description" : "This report identifies installed software across a series of hosts, utilizing Nessus plugin 22869, Software Enumeration (SSH). This plugin lists the software installed on the remote host by calling the appropriate command (rpm -qa on RPM-based Linux distributions, qpkg, dpkg, etc.).\nThis report is comprised of a Table of Contents for each identified host. The Identified Hosts Table lists the hosts by IP Address, NetBIOS Name, and DNS Name, and is followed by a detailed look at each host individually.\n\nThis area provides some host details in a header with IP Address, DNS Name, NetBIOS Name, and Last Scan Date, and is followed by the host Operating System and a list of installed software, and version (if available)." ,
"type" : "pdf" ,
"status" : "Completed" ,
"running" : "false" ,
"errorDetails" : "Error removing components.\nError removing component #6.\nError deleting Data Source #10.\nError retrieving owner of Query.\nUser #1 not found.\n" ,
"totalSteps" : "8" ,
"completedSteps" : "4" ,
"startTime" : "1403298387" ,
"finishTime" : "1403299387" ,
"ownerGID" : "0" ,
"displayType" : "pdf" ,
"pubSites" : [
{
"id" : "2" ,
"name" : "test" ,
"description" : "desc" }
],
"txLogs" : [],
"canUse" : "true" ,
"canManage" : "true" ,
"creator" : {
"id" : "1" ,
"username" : "head" ,
"firstname" : "test" ,
"lastname" : "User" ,
"uuid" : "2E2B70F2-3471-428F-82AF-A6905090EAA9" },
"owner" : {
"id" : "1" ,
"username" : "head" ,
"firstname" : "test" ,
"lastname" : "User" ,
"uuid" : "2E2B70F2-3471-428F-82AF-A6905090EAA9" },
"ownerGroup" : {
"id" : "0" ,
"name" : "Full Access" ,
"description" : "Full Access group" }
},
...
]
"manageable" : [
{
"id" : "1" ,
"reportDefinitionID" : "-1" ,
"jobID" : "1614" ,
"name" : "Test Scan" ,
"description" : "This report identifies installed software across a series of hosts, utilizing Nessus plugin 22869, Software Enumeration (SSH). This plugin lists the software installed on the remote host by calling the appropriate command (rpm -qa on RPM-based Linux distributions, qpkg, dpkg, etc.).\nThis report is comprised of a Table of Contents for each identified host. The Identified Hosts Table lists the hosts by IP Address, NetBIOS Name, and DNS Name, and is followed by a detailed look at each host individually.\n\nThis area provides some host details in a header with IP Address, DNS Name, NetBIOS Name, and Last Scan Date, and is followed by the host Operating System and a list of installed software, and version (if available)." ,
"type" : "pdf" ,
"status" : "Completed" ,
"running" : "false" ,
"errorDetails" : "Error removing components.\nError removing component #6.\nError deleting Data Source #10.\nError retrieving owner of Query.\nUser #1 not found.\n" ,
"totalSteps" : "8" ,
"completedSteps" : "4" ,
"startTime" : "1403298387" ,
"finishTime" : "1403299387" ,
"ownerGID" : "0" ,
"displayType" : "pdf" ,
"pubSites" : [
{
"id" : "2" ,
"name" : "test" ,
"description" : "desc" }
],
"txLogs" : [],
"canUse" : "true" ,
"canManage" : "true" ,
"creator" : {
"id" : "1" ,
"username" : "head" ,
"firstname" : "test" ,
"lastname" : "User" ,
"uuid" : "2E2B70F2-3471-428F-82AF-A6905090EAA9" },
"owner" : {
"id" : "1" ,
"username" : "head" ,
"firstname" : "test" ,
"lastname" : "User" ,
"uuid" : "2E2B70F2-3471-428F-82AF-A6905090EAA9" },
"ownerGroup" : {
"id" : "0" ,
"name" : "Full Access" ,
"description" : "Full Access group" }
},
...
]
}
"error_code" : 0,
"error_msg" : "" ,
"warnings" : [],
"timestamp" : 1404919744
}
|