To learn more, visit the Tenable documentation.

Parameters

ParameterDescription
Config IDThe UUID of the scan configuration that you want to retrieve details for. Can be retrieved from the ‘List Scan Configurations’.

Example Output

{    "value": {        "config_id": "f08a9605-231a-45b0-b0f8-5ab4f5510239",        "container_id": "9f084368-f11e-4d69-be63-df5e2a0b2635",        "created_at": "2020-02-10T12:49:23.503Z",        "default_permissions": "no_access",        "description": null,        "folder": {            "folder_id": "71bd4347-db84-41e5-9e2f-9600f8f846f2",            "name": "Eastern Region"        },        "in_trash": false,        "name": "Bank of Tenable full",        "notifications": {            "emails": []        },        "owner_id": "01c924ee-e6ab-4d55-b283-dffba6dcce4c",        "permissions": [],        "results_visibility": "dashboard",        "scanner_id": 36973541,        "schedule": null,        "settings": {            "assessment": {                "dictionary": "limited",                "element_exclusions": [                    {                        "element_type": "dom_element",                        "selector": "Logout",                        "selector_type": "text"                    },                    {                        "element_type": "dom_element",                        "selector": {                            "id_form": "login"                        },                        "selector_type": "attribute"                    }                ],                "enable": true,                "fingerprinting": null,                "rfi_remote_url": "http://rfi.nessus.org/rfi.txt"            },            "audit": {                "cookies": true,                "forms": true,                "headers": true,                "jsons": false,                "links": true,                "parameter_names": false,                "parameter_values": true,                "ui_forms": true,                "ui_inputs": true,                "xmls": false            },            "browser": {                "analysis": null,                "ignore_images": true,                "job_timeout": 30,                "pool_size": 3,                "screen_height": 1200,                "screen_width": 1600            },            "chrome": {                "script_command_wait": 500,                "script_finish_wait": 5000,                "script_page_load_wait": 30000            },            "credentials": {                "credential_ids": [                    "a982f52a-d1ee-48bf-8c94-e5d3b62804e6"                ]            },            "debug_mode": false,            "http": {                "custom_user_agent": false,                "include_scan_id": false,                "request_concurrency": 10,                "request_headers": {                    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",                    "Accept-Language": "en-US,en;q=0.5"                },                "request_redirect_limit": 2,                "request_timeout": 5,                "response_max_size": 500000,                "user_agent": "WAS/%v"            },            "plugin": {                "families": [],                "ids": [],                "mode": "disable",                "names": [],                "rate_limiter": {                    "autothrottle": true,                    "requests_per_second": 25,                    "timeout_threshold": 100                }            },            "scope": {                "auto_redundant_paths": 5,                "crawl_script": null,                "decompose_paths": false,                "directory_depth_limit": 10,                "dom_depth_limit": 5,                "exclude_binaries": true,                "exclude_file_extensions": [                    "js",                    "css",                    "png",                    "jpeg",                    "gif",                    "pdf",                    "csv",                    "svn-base",                    "svg",                    "jpg",                    "ico"                ],                "exclude_path_patterns": [                    "logout"                ],                "option": "all",                "page_limit": 10000,                "urls": []            },            "timeout": "08:00:00"        },        "targets": [            "http://192.0.2.119"        ],        "template_id": "f93dfcb4-6eb2-4820-9b64-3dee8893a3f0",        "updated_at": "2020-03-30T17:37:29.603Z",        "user_template_id": null    }}

Workflow Library Example

Get Scan Configuration Detail with Tenable and Send Results Via Email

Preview this Workflow on desktop