OutputAnalyzerJob
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] | |
| analyzer_id | String | ||
| analyzer_name | String | ||
| analyzer_definition | String | ||
| status | String | ||
| start_date | i64 | ||
| end_date | Option<i64> | [optional] | |
| cortex_id | String | ||
| cortex_job_id | String | ||
| id | String | ||
| operations | Option<String> | ||
| report | Option<std::collections::HashMap<String, serde_json::Value>> | [optional] | |
| case_artifact | Option<std::collections::HashMap<String, serde_json::Value>> | [optional] |