OutputAlert
May 24, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| _type | String | ||
| _created_by | String | ||
| _created_at | i64 | ||
| _updated_by | Option<String> | [optional] | |
| _updated_at | Option<i64> | [optional] | |
| r#type | String | ||
| source | String | ||
| source_ref | String | ||
| external_link | Option<String> | [optional] | |
| title | String | ||
| description | String | ||
| severity | i32 | ||
| severity_label | String | ||
| date | i64 | ||
| tags | Option<Vec | [optional] | |
| tlp | i32 | ||
| tlp_label | String | ||
| pap | i32 | ||
| pap_label | String | ||
| follow | bool | ||
| custom_fields | Option<Vecmodels::OutputCustomFieldValue> | [optional] | |
| status | String | ||
| summary | Option<String> | [optional] | |
| assignee | Option<String> | [optional] | |
| case_template | Option<String> | [optional] | |
| case_id | Option<String> | [optional] | |
| observable_count | i32 | ||
| stage | String | ||
| extra_data | std::collections::HashMap<String, serde_json::Value> | ||
| new_date | i64 | ||
| in_progress_date | Option<i64> | [optional] | |
| closed_date | Option<i64> | [optional] | |
| imported_date | Option<i64> | [optional] | |
| time_to_detect | i64 | ||
| time_to_triage | Option<i64> | [optional] | |
| time_to_qualify | Option<i64> | [optional] | |
| time_to_acknowledge | Option<i64> | [optional] |