tenable-sc-repositories
Get repository list from Tenable Security Center.
Syntax
tenable-sc-repositories [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 | e.g. tenable_sc |
| id | String | ID | e.g. 1 |
| uuid | String | UUID | e.g. 36-char GUID |
| name | String | Name | e.g. Local |
| type | String | Type | e.g. Local, Offline |
| vuln_count | Long | Vulnerability Count | e.g. 15234 |
| data_format | String | Data Format | e.g. IPv4 |
| download_format | String | Download Format | e.g. v2 |
| is_running | Bool | Running | e.g. true, false |
| is_deleted | Bool | Deleted | e.g. true, false |
| last_vuln_updated | Date | Last Vulnerability Updated | e.g. 2024-12-01 14:20:00 |
| last_sync_time | Date | Last Sync Time | e.g. 2024-12-01 14:20:00 |
| created | Date | Created | e.g. 2024-01-15 10:30:00 |
| updated | Date | Updated | e.g. 2024-12-01 14:20:00 |