Class: DatadogAPIClient::V2::STIXIngestResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::STIXIngestResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/stix_ingest_response_attributes.rb
Overview
Counters describing the result of the STIX ingestion request.
Instance Attribute Summary collapse
-
#accepted ⇒ Object
readonly
The number of supported indicators accepted.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#invalid ⇒ Object
readonly
The number of indicators with patterns that could not be parsed.
-
#unsupported ⇒ Object
readonly
The number of indicator objects with an unsupported STIX version or a pattern that produced no supported observable values.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#accepted ⇒ Object
The number of supported indicators accepted.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/stix_ingest_response_attributes.rb', line 25 def accepted @accepted end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/stix_ingest_response_attributes.rb', line 33 def additional_properties @additional_properties end |
#invalid ⇒ Object
The number of indicators with patterns that could not be parsed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/stix_ingest_response_attributes.rb', line 28 def invalid @invalid end |
#unsupported ⇒ Object
The number of indicator objects with an unsupported STIX version or a pattern that produced no supported observable values.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/stix_ingest_response_attributes.rb', line 31 def unsupported @unsupported end |