tenable-sc-license
Get license and status information from Tenable Security Center.
Syntax
tenable-sc-license [profile=PROFILE] [verify=VERIFY]
- 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. sc |
| uuid | String | UUID | GUID format, e.g. 7c741654-9f0c-5f48-8e4d-2e498a7e5d50 |
| license_type | String | License Type | e.g. Demo |
| license_status | String | License Status | e.g. Valid |
| current_active_hosts | Long | Current Active Hosts | e.g. 3 |
| licensed_hosts | Long | Licensed Hosts | e.g. 512 |
| version | String | Version | e.g. 6.5.1 |
| build_id | String | Build ID | e.g. 20241210172706 |
| expiry | Date | Expiry | e.g. 2026-02-08 09:00:00+0900 |