misp-client-rs 0.1.0

A Rust client library for interacting with MISP (Malware Information Sharing Platform) instances via their REST API.
Documentation
# ObjectRestSearchFilter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | Option<**i32**> |  | [optional]
**limit** | Option<**i32**> |  | [optional]
**quick_filter** | Option<**String**> | Search events by matching any tag names, event descriptions, attribute values or attribute comments | [optional]
**searchall** | Option<**String**> | Search events by matching any tag names, event descriptions, attribute values or attribute comments | [optional]
**timestamp** | Option<**String**> |  | [optional][default to 0]
**object_name** | Option<**String**> |  | [optional]
**object_template_uuid** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**object_template_version** | Option<**String**> |  | [optional]
**eventid** | Option<**String**> |  | [optional]
**eventinfo** | Option<**String**> |  | [optional]
**ignore** | Option<**bool**> | If true matches both true and false values for `to_ids` and `published` | [optional][default to false]
**from** | Option<**String**> | You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.) | [optional]
**to** | Option<**String**> | You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.) | [optional]
**date** | Option<**String**> | You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.) | [optional]
**tags** | Option<**Vec<String>**> |  | [optional]
**last** | Option<[**models::LastRestSearchFilter**]LastRestSearchFilter.md> |  | [optional]
**event_timestamp** | Option<**String**> |  | [optional][default to 0]
**publish_timestamp** | Option<**String**> |  | [optional][default to 0]
**org** | Option<[**models::RestSearchEventsRequestOrg**]restSearchEvents_request_org.md> |  | [optional]
**uuid** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**value** | Option<**String**> |  | [optional]
**r#type** | Option<[**models::AttributeType**]AttributeType.md> |  | [optional]
**category** | Option<[**models::AttributeCategory**]AttributeCategory.md> |  | [optional]
**object_relation** | Option<**String**> | Filter by the attribute object relation value | [optional]
**attribute_timestamp** | Option<**String**> |  | [optional][default to 0]
**first_seen** | Option<**String**> |  | [optional]
**last_seen** | Option<**String**> |  | [optional]
**comment** | Option<**String**> |  | [optional]
**to_ids** | Option<**bool**> |  | [optional]
**published** | Option<**bool**> |  | [optional][default to false]
**deleted** | Option<**bool**> |  | [optional][default to false]
**with_attachments** | Option<**bool**> | Extends the response with the base64 representation of the attachment, if there is one | [optional][default to false]
**enforce_warninglist** | Option<**bool**> | Should the warning list be enforced. Adds blocked field for matching attributes | [optional]
**include_all_tags** | Option<**bool**> | Include also exportable tags | [optional][default to false]
**include_event_uuid** | Option<**bool**> | Include matching eventUuids in the response | [optional][default to false]
**include_event_tags** | Option<**bool**> | Include tags of matching events in the response | [optional][default to false]
**include_proposals** | Option<**bool**> | Include proposals of matching events in the response | [optional][default to false]
**include_warninglist_hits** | Option<**bool**> |  | [optional]
**include_context** | Option<**bool**> | Adds events context fields in the CSV export | [optional]
**include_sightings** | Option<**bool**> | Adds events context fields in the CSV export | [optional]
**include_sightingdb** | Option<**bool**> | Extend response with Sightings DB results if the module is enabled | [optional]
**include_correlations** | Option<**bool**> |  | [optional]
**include_decay_score** | Option<**bool**> | Include all enabled decaying score | [optional][default to false]
**include_full_model** | Option<**bool**> | Include all model information of matching events in the response | [optional][default to false]
**allow_proposal_blocking** | Option<**bool**> | Allow blocking attributes from to_ids sensitive exports if a proposal has been made to it to remove the IDS flag | [optional][default to false]
**metadata** | Option<**bool**> | Will only return the metadata of the given query scope, contained data is omitted. | [optional]
**attack_galaxy** | Option<**String**> |  | [optional]
**exclude_decayed** | Option<**bool**> | Should the decayed elements by excluded | [optional][default to false]
**decaying_model** | Option<**String**> | Specify the decaying model from which the decaying score should be calculated | [optional]
**model_overrides** | Option<[**models::DecayingModelParameters**]DecayingModelParameters.md> |  | [optional]
**score** | Option<**String**> | An alias to override on-the-fly the threshold of the decaying model | [optional]
**return_format** | Option<[**models::ObjectsRestSearchReturnFormat**]ObjectsRestSearchReturnFormat.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)