Counters describing the result of the STIX ingestion request.

Hierarchy

  • STIXIngestResponseAttributes

Constructors

Properties

accepted: number

The number of supported indicators accepted.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
invalid: number

The number of indicators with patterns that could not be parsed.

unsupported: number

The number of indicator objects with an unsupported STIX version or a pattern that produced no supported observable values.

Generated using TypeDoc