tenable-sc-scanners
Get scanner list from Tenable Security Center.
Syntax
tenable-sc-scanners [profile=PROFILE] [verify=VERIFY]
- profile=PROFILE
- Optional. Connect profile code
- verify=VERIFY
- Optional. Verify profile (default: t). If f, returns empty on missing profile
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect Profile | Connect profile code of Tenable Security Center |
| id | String | ID | Scanner ID |
| name | String | Name | Scanner name |
| description | String | Description | Scanner description |
| uuid | String | UUID | Scanner UUID |
| status | String | Status | Scanner status |
| ip | IP address | IP Address | Scanner IP address |
| port | Integer | Port | Scanner port |
| version | String | Version | Scanner version |
| is_enabled | Bool | Enabled | Whether scanner is enabled |
| is_agent_capable | Bool | Agent Capable | Whether scanner supports agents |
| created | Date | Created | Scanner creation time |
| updated | Date | Updated | Scanner last updated time |