tatum-cnapp-cloud-scan-logs
Get cloud scan logs from the Tatum CNAPP service.
tatum-cnapp-cloud-scan-logs [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] [cloud-name=CLOUD-NAME] [cloud-id=CLOUD-ID] [status=STATUS]
- profile=PROFILE
- Connect profile code of Tatum CNAPP.
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- cloud-name=CLOUD-NAME
- Cloud account name to filter scan logs.
- cloud-id=CLOUD-ID
- Cloud ID to filter scan logs.
- status=STATUS
- Status to filter scan logs. e.g. WAITING, PROCESSING, DONE.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Connect profile code of Tatum CNAPP |
| scan_id | String | Scan history ID | Unique ID of scan history |
| cloud_alias | String | Cloud alias | Alias name of the cloud account. e.g. acme-dev |
| cloud_provider | String | Cloud service provider | e.g. AWS, AZURE, GCP |
| cloud_name | String | Cloud name | Name of the cloud account. e.g. acme-dev |
| cloud_account | String | Cloud account | Cloud account number e.g. 12 digits for AWS |
| started_by | String | Started by | Scan start method. e.g. SCHEDULER |
| scheduled_time | Date | Scheduled time | Scheduled time for the scan. |
| start_time | Date | Start time | Scan start time. |
| end_time | Date | End time | Scan end time. |
| total_asset_count | Integer | Total asset count | Number of assets found during scan. |
| total_scan_count | Integer | Total scan count | Number of policy checks performed. |
| api_call_count | Integer | API call count | Total number of API calls made during the scan |
| status | String | Status | e.g. WAITING, PROCESSING, DONE |
| summary_status | String | Summary status | e.g. DONE |
| scan_type | String | Scan type | e.g. MANUAL, AUTO |
| is_hidden | Bool | Is hidden | Flag to indicate if view log is disabled |
| cloud_id | String | Cloud ID | e.g. 67778745c1c389327fc4d6cc |
| created | Date | Created time | Time when the scan record was created |
| updated | Date | Updated time | Time when the scan record was last updated |