tenable-sc-scan-zones
Get scan zone list from Tenable Security Center.
Syntax
tenable-sc-scan-zones [profile=PROFILE] [verify=t|f]
- profile=PROFILE
- Optional. Connect profile code
- verify=t|f
- 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 |
| uuid | String | UUID | Scan zone UUID |
| name | String | Name | Scan zone name |
| description | String | Description | Scan zone description |
| ip_list | String | IP List | Scan zone IP list |
| active_scanner_count | Integer | Active Scanner Count | Number of active scanners |
| total_scanner_count | Integer | Total Scanner Count | Total number of scanners |
| created | Date | Created | Scan zone creation time |
| updated | Date | Updated | Scan zone last updated time |