Struct RestSearchEventsRequest

Source
pub struct RestSearchEventsRequest {
Show 36 fields pub page: Option<Option<i32>>, pub limit: Option<Option<i32>>, pub value: Option<String>, pub type: Option<AttributeType>, pub category: Option<AttributeCategory>, pub org: Option<Box<RestSearchEventsRequestOrg>>, pub tags: Option<Option<Vec<String>>>, pub event_tags: Option<Option<Vec<String>>>, pub searchall: Option<String>, pub from: Option<Option<String>>, pub to: Option<Option<String>>, pub last: Option<Option<Box<LastRestSearchFilter>>>, pub eventid: Option<String>, pub with_attachments: Option<bool>, pub sharinggroup: Option<Option<Vec<String>>>, pub metadata: Option<Option<bool>>, pub uuid: Option<Uuid>, pub publish_timestamp: Option<String>, pub timestamp: Option<String>, pub published: Option<bool>, pub enforce_warninglist: Option<Option<bool>>, pub sg_reference_only: Option<bool>, pub requested_attributes: Option<Vec<String>>, pub include_context: Option<Option<bool>>, pub headerless: Option<Option<bool>>, pub include_warninglist_hits: Option<Option<bool>>, pub attack_galaxy: Option<Option<String>>, pub to_ids: Option<bool>, pub deleted: Option<bool>, pub exclude_local_tags: Option<Option<bool>>, pub date: Option<Option<String>>, pub include_sightingdb: Option<Option<bool>>, pub tag: Option<String>, pub object_relation: Option<Option<String>>, pub threat_level_id: Option<ThreatLevelId>, pub return_format: Option<EventsRestSearchReturnFormat>,
}

Fields§

§page: Option<Option<i32>>§limit: Option<Option<i32>>§value: Option<String>§type: Option<AttributeType>§category: Option<AttributeCategory>§org: Option<Box<RestSearchEventsRequestOrg>>§tags: Option<Option<Vec<String>>>§event_tags: Option<Option<Vec<String>>>§searchall: Option<String>

Search events by matching any tag names, event descriptions, attribute values or attribute comments

§from: Option<Option<String>>

You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.)

§to: Option<Option<String>>

You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.)

§last: Option<Option<Box<LastRestSearchFilter>>>§eventid: Option<String>§with_attachments: Option<bool>

Extends the response with the base64 representation of the attachment, if there is one

§sharinggroup: Option<Option<Vec<String>>>

Sharing group ID(s), either as single string or list of IDs

§metadata: Option<Option<bool>>

Will only return the metadata of the given query scope, contained data is omitted.

§uuid: Option<Uuid>§publish_timestamp: Option<String>§timestamp: Option<String>§published: Option<bool>§enforce_warninglist: Option<Option<bool>>

Should the warning list be enforced. Adds blocked field for matching attributes

§sg_reference_only: Option<bool>

Will only return the sharing group ID

§requested_attributes: Option<Vec<String>>

List of properties that will be selected in the CSV export

§include_context: Option<Option<bool>>

Adds events context fields in the CSV export

§headerless: Option<Option<bool>>

Removes header in the CSV export

§include_warninglist_hits: Option<Option<bool>>§attack_galaxy: Option<Option<String>>§to_ids: Option<bool>§deleted: Option<bool>

Whether to include soft-deleted attributes. Default value 0. If set to 1, only deleted attributes will be returned. If set to [0,1], both deleted and non-deleted attributes wil be returned.

§exclude_local_tags: Option<Option<bool>>

Exclude local tags from the export

§date: Option<Option<String>>

You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.)

§include_sightingdb: Option<Option<bool>>

Extend response with Sightings DB results if the module is enabled

§tag: Option<String>§object_relation: Option<Option<String>>

Filter by the attribute object relation value

§threat_level_id: Option<ThreatLevelId>§return_format: Option<EventsRestSearchReturnFormat>

Implementations§

Trait Implementations§

Source§

impl Clone for RestSearchEventsRequest

Source§

fn clone(&self) -> RestSearchEventsRequest

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RestSearchEventsRequest

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for RestSearchEventsRequest

Source§

fn default() -> RestSearchEventsRequest

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RestSearchEventsRequest

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl PartialEq for RestSearchEventsRequest

Source§

fn eq(&self, other: &RestSearchEventsRequest) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for RestSearchEventsRequest

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for RestSearchEventsRequest

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> ErasedDestructor for T
where T: 'static,