tenable-sc-assets
Get asset list from Tenable Security Center.
Syntax
tenable-sc-assets [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. 9 |
| uuid | String | UUID | e.g. 36-char GUID |
| name | String | Name | e.g. Linux Hosts |
| description | String | Description | e.g. The operating system detected has Linux installed. |
| type | String | Type | e.g. dynamic |
| tags | String | Tags | e.g. production, web |
| ip_count | Integer | IP Count | e.g. 12 |
| owner_name | String | Owner Name | e.g. admin |
| owner_firstname | String | Owner First Name | e.g. John |
| owner_lastname | String | Owner Last Name | e.g. Doe |
| owner_uuid | String | Owner UUID | e.g. 36-char GUID |
| owner_id | String | Owner ID | e.g. 1 |
| group_name | String | Group Name | e.g. Full Access |
| groups | List | Groups | e.g. [Full Access, Read Only] |
| target_group_name | String | Target Group Name | e.g. Default |
| template_name | String | Template Name | e.g. Linux Hosts |
| template_id | String | Template ID | e.g. 15 |
| repositories | List | Repositories | e.g. [Repo1, Repo2] |
| created | Date | Created | e.g. 2024-01-15 10:30:00 |
| updated | Date | Updated | e.g. 2024-12-01 14:20:00 |