commonfields: id: ArgusManagedDefence version: -1 sectionorder: - Connect - Collect name: ArgusManagedDefence display: mnemonic MDR - Argus Managed Defence category: Data Enrichment & Threat Intelligence provider: mnemonic description: Rapidly detect, analyse and respond to security threats with mnemonic’s leading Managed Detection and Response (MDR) service. configuration: - display: Fetch incidents name: isFetch type: 8 required: false section: Collect - display: Incident type name: incidentType type: 13 required: false section: Collect - display: Incidents Fetch Interval name: incidentFetchInterval defaultvalue: '1' required: false type: 19 section: Collect advanced: true - display: API URL name: api_url defaultvalue: https://api.mnemonic.no type: 0 required: true additionalinfo: "URL to Argus' API Endpoint." section: Connect - display: API Key name: api_key type: 4 required: true additionalinfo: "API Key of API user in Argus." section: Connect - display: Minimum severity of alerts to fetch name: min_severity defaultvalue: Low type: 15 required: true section: Collect options: - Low - Medium - High - Critical additionalinfo: "Argus Cases with priority lower than this value will be excluded by fetch incidents." - display: First fetch time name: first_fetch defaultvalue: 3 days type: 0 additionalinfo: "How far back should the first run fetch open cases in Argus." required: false section: Collect - display: Maximum number of incidents per fetch name: max_fetch defaultvalue: "0" type: 0 additionalinfo: "Maximum number of cases to be fetched from Argus. 0 means up to system limit (100 000)" required: false section: Collect - display: Fetch incidents exclude tag name: exclude_tag type: 0 additionalinfo: 'Excludes fetching incidents with the optional tag. May be used to exclude fetching Argus Cases created by XSOAR. Tags in Argus are of key: value pairs. You may exclude with either (1) tag key, or (2) key: value pairs by a comma-separated string.' required: false section: Collect - display: Incident Mirroring Direction name: mirror_direction defaultvalue: Incoming And Outgoing type: 15 options: - None - Incoming - Outgoing - Incoming And Outgoing additionalinfo: "Which direction should the integration mirror incidents." hidden: - marketplacev2 - platform required: false section: Collect - display: Mirroring tag name: mirror_tag type: 0 defaultvalue: "argus_mirror" additionalinfo: "Names of tags used to mark incident entries to be mirrored. Comma separated." hidden: - marketplacev2 - platform required: false section: Collect - display: Close Argus Case name: close_argus_case defaultvalue: "true" type: 8 additionalinfo: 'If true, when an incident is closed in XSOAR: close the mirrored Argus Case' hidden: - marketplacev2 - platform required: false section: Collect - display: Close XSOAR Incident name: close_incident defaultvalue: "true" type: 8 additionalinfo: 'If true, when mirrored Argus Case is closed: also close the XSOAR Incident' section: Collect hidden: - marketplacev2 - platform required: false - display: Trust any certificate (not secure) name: insecure type: 8 additionalinfo: "Skip HTTPS certification verification." required: false section: Connect - display: Use system proxy settings name: proxy type: 8 additionalinfo: "Use system proxy settings." required: false section: Connect script: script: '' type: python commands: - name: argus-add-attachment arguments: - name: case_id required: true description: ID of Argus case. - name: file_id required: true description: ID of attachement. outputs: - contextPath: Argus.Attachment.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Attachment.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Attachment.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Attachment.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Attachment.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Attachment.messages.message description: Attachment Messages Message. type: String - contextPath: Argus.Attachment.messages.messageTemplate description: Attachment Messages Message Template. type: String - contextPath: Argus.Attachment.messages.type description: Attachment Messages Type. type: String - contextPath: Argus.Attachment.messages.field description: Attachment Messages Field. type: String - contextPath: Argus.Attachment.messages.timestamp description: Attachment Messages Timestamp. type: Number - contextPath: Argus.Attachment.data.id description: Attachment ID. type: String - contextPath: Argus.Attachment.data.addedTimestamp description: Attachment Added Timestamp. type: Number - contextPath: Argus.Attachment.data.addedByUser.id description: Attachment Added By User ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customerID description: Attachment Added By User Customer ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customer.id description: Attachment Added By User Customer ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customer.name description: Attachment Added By User Customer Name. type: String - contextPath: Argus.Attachment.data.addedByUser.customer.shortName description: Attachment Added By User Customer Short Name. type: String - contextPath: Argus.Attachment.data.addedByUser.customer.domain.id description: Attachment Added By User Customer Domain ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customer.domain.name description: Attachment Added By User Customer Domain Name. type: String - contextPath: Argus.Attachment.data.addedByUser.domain.id description: Attachment Added By User Domain ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.domain.name description: Attachment Added By User Domain Name. type: String - contextPath: Argus.Attachment.data.addedByUser.userName description: Attachment Added By User User Name. type: String - contextPath: Argus.Attachment.data.addedByUser.name description: Attachment Added By User Name. type: String - contextPath: Argus.Attachment.data.addedByUser.type description: Attachment Added By User Type. type: String - contextPath: Argus.Attachment.data.name description: Attachment Name. type: String - contextPath: Argus.Attachment.data.mimeType description: Attachment Mime Type. type: String - contextPath: Argus.Attachment.data.flags description: Attachment Flags. type: String - contextPath: Argus.Attachment.data.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Attachment.data.originEmailAddress description: Attachment Origin Email Address. type: String - contextPath: Argus.Attachment.data.addedTime description: Attachment Added Time. type: String description: Add attachment to case (Max 50 MB, should be an archive). - name: argus-add-case-tag arguments: - name: case_id required: true description: Case ID to add tag to. - name: key required: true description: Key of tag to add to case. - name: value required: true description: Value of tag to add to case. outputs: - contextPath: Argus.Tags.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Tags.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Tags.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Tags.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Tags.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Tags.messages.message description: Tag Messages Message. type: String - contextPath: Argus.Tags.messages.messageTemplate description: Tag Messages Message Template. type: String - contextPath: Argus.Tags.messages.type description: Tag Messages Type. type: String - contextPath: Argus.Tags.messages.field description: Tag Messages Field. type: String - contextPath: Argus.Tags.messages.timestamp description: Tag Messages Timestamp. type: Number - contextPath: Argus.Tags.data.id description: Tag ID. type: String - contextPath: Argus.Tags.data.key description: Tag Key. type: String - contextPath: Argus.Tags.data.value description: Tag Value. type: String - contextPath: Argus.Tags.data.addedTimestamp description: Tag Added Timestamp. type: Number - contextPath: Argus.Tags.data.addedByUser.id description: Tag Added By User ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customerID description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.id description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.name description: Tag Added By User Customer Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.shortName description: Tag Added By User Customer Short Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.domain.id description: Tag Added By User Customer Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.domain.name description: Tag Added By User Customer Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.domain.id description: Tag Added By User Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.domain.name description: Tag Added By User Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.userName description: Tag Added By User User Name. type: String - contextPath: Argus.Tags.data.addedByUser.name description: Tag Added By User Name. type: String - contextPath: Argus.Tags.data.addedByUser.type description: Tag Added By User Type. type: String - contextPath: Argus.Tags.data.flags description: Tag Flags. type: String - contextPath: Argus.Tags.data.addedTime description: Tag Added Time. type: String description: Adds a key, value tag to an Argus case. - name: argus-list-case-tags arguments: - name: case_id required: true description: Case ID. - name: limit description: Limit the amount of fetched tags. (Default 25). - name: offset description: Skip a number of results. outputs: - contextPath: Argus.Tags.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Tags.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Tags.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Tags.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Tags.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Tags.messages.message description: Tag Messages Message. type: String - contextPath: Argus.Tags.messages.messageTemplate description: Tag Messages Message Template. type: String - contextPath: Argus.Tags.messages.type description: Tag Messages Type. type: String - contextPath: Argus.Tags.messages.field description: Tag Messages Field. type: String - contextPath: Argus.Tags.messages.timestamp description: Tag Messages Timestamp. type: Number - contextPath: Argus.Tags.data.id description: Tag ID. type: String - contextPath: Argus.Tags.data.key description: Tag Key. type: String - contextPath: Argus.Tags.data.value description: Tag Value. type: String - contextPath: Argus.Tags.data.addedTimestamp description: Tag Added Timestamp. type: Number - contextPath: Argus.Tags.data.addedByUser.id description: Tag Added By User ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customerID description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.id description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.name description: Tag Added By User Customer Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.shortName description: Tag Added By User Customer Short Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.domain.id description: Tag Added By User Customer Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.domain.name description: Tag Added By User Customer Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.domain.id description: Tag Added By User Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.domain.name description: Tag Added By User Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.userName description: Tag Added By User User Name. type: String - contextPath: Argus.Tags.data.addedByUser.name description: Tag Added By User Name. type: String - contextPath: Argus.Tags.data.addedByUser.type description: Tag Added By User Type. type: String - contextPath: Argus.Tags.data.flags description: Tag Flags. type: String - contextPath: Argus.Tags.data.addedTime description: Tag Added Time. type: String description: List tags attached to an Argus case. - name: argus-add-comment arguments: - name: case_id required: true description: Case ID. - name: comment required: true description: The comment to attach. - name: as_reply_to description: ID of comment this comment will reply to. - name: internal auto: PREDEFINED predefined: - "false" - "true" description: Whether this comment will be shown to the customer. defaultValue: "false" - name: origin_email_address description: Define the e-mail address this comment originates from. - name: associated_attachment_id description: ID of case attachement this comment is related to. outputs: - contextPath: Argus.Comment.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Comment.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Comment.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Comment.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Comment.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Comment.messages.message description: Comment Messages Message. type: String - contextPath: Argus.Comment.messages.messageTemplate description: Comment Messages Message Template. type: String - contextPath: Argus.Comment.messages.type description: Comment Messages Type. type: String - contextPath: Argus.Comment.messages.field description: Comment Messages Field. type: String - contextPath: Argus.Comment.messages.timestamp description: Comment Messages Timestamp. type: Number - contextPath: Argus.Comment.data.id description: Comment ID. type: String - contextPath: Argus.Comment.data.addedTimestamp description: Comment Added Timestamp. type: Number - contextPath: Argus.Comment.data.addedByUser.id description: Comment Added By User ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customerID description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.id description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.name description: Comment Added By User Customer Name. type: String - contextPath: Argus.Comment.data.addedByUser.customer.shortName description: Comment Added By User Customer Short Name. type: String - contextPath: Argus.Comment.data.addedByUser.customer.domain.id description: Comment Added By User Customer Domain ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.domain.name description: Comment Added By User Customer Domain Name. type: String - contextPath: Argus.Comment.data.addedByUser.domain.id description: Comment Added By User Domain ID. type: Number - contextPath: Argus.Comment.data.addedByUser.domain.name description: Comment Added By User Domain Name. type: String - contextPath: Argus.Comment.data.addedByUser.userName description: Comment Added By User User Name. type: String - contextPath: Argus.Comment.data.addedByUser.name description: Comment Added By User Name. type: String - contextPath: Argus.Comment.data.addedByUser.type description: Comment Added By User Type. type: String - contextPath: Argus.Comment.data.comment description: Comment Comment. type: String - contextPath: Argus.Comment.data.flags description: Comment Flags. type: String - contextPath: Argus.Comment.data.lastUpdatedTimestamp description: Comment Last Updated Timestamp. type: Number - contextPath: Argus.Comment.data.status description: Comment Status. type: String - contextPath: Argus.Comment.data.priority description: Comment Priority. type: String - contextPath: Argus.Comment.data.originEmailAddress description: Comment Origin Email Address. type: String - contextPath: Argus.Comment.data.associatedAttachments.id description: Comment Associated Attachments ID. type: String - contextPath: Argus.Comment.data.associatedAttachments.name description: Comment Associated Attachments Name. type: String - contextPath: Argus.Comment.data.references.type description: Comment References Type. type: String - contextPath: Argus.Comment.data.references.commentID description: Comment References Comment ID. type: String - contextPath: Argus.Comment.data.lastUpdatedTime description: Comment Last Updated Time. type: String - contextPath: Argus.Comment.data.addedTime description: Comment Added Time. type: String description: Add comment to an Argus case. - name: argus-list-case-comments arguments: - name: case_id required: true description: Case ID of Argus case. - name: before_comment auto: PREDEFINED predefined: - "" description: Limit to comments before this comment ID (in sort order). - name: offset description: Skip a number of results (default 0). - name: limit description: Maximum number of returned results (default 25). - name: sort_by auto: PREDEFINED predefined: - ascending - descending description: Sort ordering. Default is ascending. - name: after_comment description: Limit to comments after this comment ID (in sort order). outputs: - contextPath: Argus.Comments.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Comments.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Comments.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Comments.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Comments.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Comments.messages.message description: Comment Messages Message. type: String - contextPath: Argus.Comments.messages.messageTemplate description: Comment Messages Message Template. type: String - contextPath: Argus.Comments.messages.type description: Comment Messages Type. type: String - contextPath: Argus.Comments.messages.field description: Comment Messages Field. type: String - contextPath: Argus.Comments.messages.timestamp description: Comment Messages Timestamp. type: Number - contextPath: Argus.Comments.data.id description: Comment ID. type: String - contextPath: Argus.Comments.data.addedTimestamp description: Comment Added Timestamp. type: Number - contextPath: Argus.Comments.data.addedByUser.id description: Comment Added By User ID. type: Number - contextPath: Argus.Comments.data.addedByUser.customerID description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comments.data.addedByUser.customer.id description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comments.data.addedByUser.customer.name description: Comment Added By User Customer Name. type: String - contextPath: Argus.Comments.data.addedByUser.customer.shortName description: Comment Added By User Customer Short Name. type: String - contextPath: Argus.Comments.data.addedByUser.customer.domain.id description: Comment Added By User Customer Domain ID. type: Number - contextPath: Argus.Comments.data.addedByUser.customer.domain.name description: Comment Added By User Customer Domain Name. type: String - contextPath: Argus.Comments.data.addedByUser.domain.id description: Comment Added By User Domain ID. type: Number - contextPath: Argus.Comments.data.addedByUser.domain.name description: Comment Added By User Domain Name. type: String - contextPath: Argus.Comments.data.addedByUser.userName description: Comment Added By User User Name. type: String - contextPath: Argus.Comments.data.addedByUser.name description: Comment Added By User Name. type: String - contextPath: Argus.Comments.data.addedByUser.type description: Comment Added By User Type. type: String - contextPath: Argus.Comments.data.comment description: Comment Comment. type: String - contextPath: Argus.Comments.data.flags description: Comment Flags. type: String - contextPath: Argus.Comments.data.lastUpdatedTimestamp description: Comment Last Updated Timestamp. type: Number - contextPath: Argus.Comments.data.status description: Comment Status. type: String - contextPath: Argus.Comments.data.priority description: Comment Priority. type: String - contextPath: Argus.Comments.data.originEmailAddress description: Comment Origin Email Address. type: String - contextPath: Argus.Comments.data.associatedAttachments.id description: Comment Associated Attachments ID. type: String - contextPath: Argus.Comments.data.associatedAttachments.name description: Comment Associated Attachments Name. type: String - contextPath: Argus.Comments.data.references.type description: Comment References Type. type: String - contextPath: Argus.Comments.data.references.commentID description: Comment References Comment ID. type: String - contextPath: Argus.Comments.data.lastUpdatedTime description: Comment Last Updated Time. type: String - contextPath: Argus.Comments.data.addedTime description: Comment Added Time. type: String description: List the comments of an Argus case. - name: argus-advanced-case-search arguments: - name: start_timestamp auto: PREDEFINED predefined: - "" description: Start timestamp. - name: end_timestamp description: End timestamp. - name: limit description: Set this value to set max number of results. By default, no restriction on result set size. - name: offset description: 'Set this value to skip the first (offset) objects. By default, return result from first object. ' - name: include_deleted auto: PREDEFINED predefined: - "true" - "false" description: Set to true to include deleted objects. By default, exclude deleted objects. defaultValue: "false" - name: sub_criteria description: Set additional criterias which are applied using a logical OR. isArray: true - name: exclude auto: PREDEFINED predefined: - "true" - "false" description: 'Only relevant for subcriteria. If set to true, objects matching this subcriteria object will be excluded. ' - name: required auto: PREDEFINED predefined: - "true" - "false" description: 'Only relevant for subcriteria. If set to true, objects matching this subcriteria are required (AND-ed together with parent criteria). ' - name: customer_id description: 'Restrict search to data belonging to specified customers. ' isArray: true - name: case_id description: 'Restrict search to specific cases (by ID). ' isArray: true - name: customer description: 'Restrict search to specific customers (by ID or shortname). ' isArray: true - name: case_type description: Restrict search to entries of one of these types. isArray: true - name: service description: 'Restrict search to entries of one of these services (by service shortname or ID). ' isArray: true - name: category description: Restrict search to entries of one of these categories (by category shortname or ID). isArray: true - name: status description: 'Restrict search to entries of one of these statuses. ' isArray: true - name: priority description: Restrict search to entries with given priorties. isArray: true - name: asset_id description: Restrict search to cases associated with specified assets (hosts, services or processes). isArray: true - name: tag description: 'Restrict search to entries matching the given tag criteria. ' isArray: true - name: workflow description: 'Restrict search to entries matching the given workflow criteria. ' isArray: true - name: field description: 'Restrict search to entries matching the given field criteria. ' isArray: true - name: keywords description: Search for keywords. isArray: true - name: time_field_strategy description: 'Defines which timestamps will be included in the search (default all). ' isArray: true - name: time_match_strategy description: Defines how strict to match against different timestamps (all/any) using start and end timestamp (default any). - name: keyword_field_strategy description: 'Defines which fields will be searched by keywords (default all supported fields). ' isArray: true - name: keyword_match_strategy description: 'Defines the MatchStrategy for keywords (default match all keywords). ' - name: user description: 'Restrict search to cases associated with these users or user groups (by ID or shortname). ' isArray: true - name: user_field_strategy description: 'Defines which user fields will be searched (default match all user fields). ' isArray: true - name: user_assigned auto: PREDEFINED predefined: - "true" - "false" description: If set, limit search to cases where assignedUser field is set/unset. - name: tech_assigned auto: PREDEFINED predefined: - "true" - "false" description: If set, limit search to cases where assignedTech field is set/unset. - name: include_workflows auto: PREDEFINED predefined: - "true" - "false" description: 'If true, include list of workflows in result. Default is false (not present). ' defaultValue: "false" - name: include_description auto: PREDEFINED predefined: - "true" - "false" description: 'If false, omit description from response. Default is true (description is present). ' defaultValue: "true" - name: access_mode description: If set, only match cases which is set to one of these access modes. isArray: true - name: explicit_access description: If set, only match cases which have explicit access grants matching the specified criteria. isArray: true - name: sort_by description: List of properties to sort by (prefix with "-" to sort descending). isArray: true - name: include_flags description: 'Only include objects which have includeFlags set. ' isArray: true - name: exclude_flags description: 'Exclude objects which have excludeFlags set. ' isArray: true outputs: - contextPath: Argus.Cases.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Cases.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Cases.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Cases.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Cases.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Cases.messages.message description: Case Messages Message. type: String - contextPath: Argus.Cases.messages.messageTemplate description: Case Messages Message Template. type: String - contextPath: Argus.Cases.messages.type description: Case Messages Type. type: String - contextPath: Argus.Cases.messages.field description: Case Messages Field. type: String - contextPath: Argus.Cases.messages.timestamp description: Case Messages Timestamp. type: Number - contextPath: Argus.Cases.data.id description: Case ID. type: Number - contextPath: Argus.Cases.data.customer.id description: Case Customer ID. type: Number - contextPath: Argus.Cases.data.customer.name description: Case Customer Name. type: String - contextPath: Argus.Cases.data.customer.shortName description: Case Customer Short Name. type: String - contextPath: Argus.Cases.data.customer.domain.id description: Case Customer Domain ID. type: Number - contextPath: Argus.Cases.data.customer.domain.name description: Case Customer Domain Name. type: String - contextPath: Argus.Cases.data.service.id description: Case Service ID. type: Number - contextPath: Argus.Cases.data.service.name description: Case Service Name. type: String - contextPath: Argus.Cases.data.service.shortName description: Case Service Short Name. type: String - contextPath: Argus.Cases.data.service.localizedName description: Case Service Localized Name. type: String - contextPath: Argus.Cases.data.category.id description: Case Category ID. type: Number - contextPath: Argus.Cases.data.category.name description: Case Category Name. type: String - contextPath: Argus.Cases.data.category.shortName description: Case Category Short Name. type: String - contextPath: Argus.Cases.data.category.localizedName description: Case Category Localized Name. type: String - contextPath: Argus.Cases.data.type description: Case Type. type: String - contextPath: Argus.Cases.data.initialStatus description: Case Initial Status. type: String - contextPath: Argus.Cases.data.status description: Case Status. type: String - contextPath: Argus.Cases.data.initialPriority description: Case Initial Priority. type: String - contextPath: Argus.Cases.data.priority description: Case Priority. type: String - contextPath: Argus.Cases.data.subject description: Case Subject. type: String - contextPath: Argus.Cases.data.description description: Case Description. type: String - contextPath: Argus.Cases.data.customerReference description: Case Customer Reference. type: String - contextPath: Argus.Cases.data.accessMode description: Case Access Mode. type: String - contextPath: Argus.Cases.data.reporter.id description: Case Reporter ID. type: Number - contextPath: Argus.Cases.data.reporter.customerID description: Case Reporter Customer ID. type: Number - contextPath: Argus.Cases.data.reporter.customer.id description: Case Reporter Customer ID. type: Number - contextPath: Argus.Cases.data.reporter.customer.name description: Case Reporter Customer Name. type: String - contextPath: Argus.Cases.data.reporter.customer.shortName description: Case Reporter Customer Short Name. type: String - contextPath: Argus.Cases.data.reporter.customer.domain.id description: Case Reporter Customer Domain ID. type: Number - contextPath: Argus.Cases.data.reporter.customer.domain.name description: Case Reporter Customer Domain Name. type: String - contextPath: Argus.Cases.data.reporter.domain.id description: Case Reporter Domain ID. type: Number - contextPath: Argus.Cases.data.reporter.domain.name description: Case Reporter Domain Name. type: String - contextPath: Argus.Cases.data.reporter.userName description: Case Reporter User Name. type: String - contextPath: Argus.Cases.data.reporter.name description: Case Reporter Name. type: String - contextPath: Argus.Cases.data.reporter.type description: Case Reporter Type. type: String - contextPath: Argus.Cases.data.assignedUser.id description: Case Assigned User ID. type: Number - contextPath: Argus.Cases.data.assignedUser.customerID description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Cases.data.assignedUser.customer.id description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Cases.data.assignedUser.customer.name description: Case Assigned User Customer Name. type: String - contextPath: Argus.Cases.data.assignedUser.customer.shortName description: Case Assigned User Customer Short Name. type: String - contextPath: Argus.Cases.data.assignedUser.customer.domain.id description: Case Assigned User Customer Domain ID. type: Number - contextPath: Argus.Cases.data.assignedUser.customer.domain.name description: Case Assigned User Customer Domain Name. type: String - contextPath: Argus.Cases.data.assignedUser.domain.id description: Case Assigned User Domain ID. type: Number - contextPath: Argus.Cases.data.assignedUser.domain.name description: Case Assigned User Domain Name. type: String - contextPath: Argus.Cases.data.assignedUser.userName description: Case Assigned User User Name. type: String - contextPath: Argus.Cases.data.assignedUser.name description: Case Assigned User Name. type: String - contextPath: Argus.Cases.data.assignedUser.type description: Case Assigned User Type. type: String - contextPath: Argus.Cases.data.assignedTech.id description: Case Assigned Tech ID. type: Number - contextPath: Argus.Cases.data.assignedTech.customerID description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Cases.data.assignedTech.customer.id description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Cases.data.assignedTech.customer.name description: Case Assigned Tech Customer Name. type: String - contextPath: Argus.Cases.data.assignedTech.customer.shortName description: Case Assigned Tech Customer Short Name. type: String - contextPath: Argus.Cases.data.assignedTech.customer.domain.id description: Case Assigned Tech Customer Domain ID. type: Number - contextPath: Argus.Cases.data.assignedTech.customer.domain.name description: Case Assigned Tech Customer Domain Name. type: String - contextPath: Argus.Cases.data.assignedTech.domain.id description: Case Assigned Tech Domain ID. type: Number - contextPath: Argus.Cases.data.assignedTech.domain.name description: Case Assigned Tech Domain Name. type: String - contextPath: Argus.Cases.data.assignedTech.userName description: Case Assigned Tech User Name. type: String - contextPath: Argus.Cases.data.assignedTech.name description: Case Assigned Tech Name. type: String - contextPath: Argus.Cases.data.assignedTech.type description: Case Assigned Tech Type. type: String - contextPath: Argus.Cases.data.createdTimestamp description: Case Created Timestamp. type: Number - contextPath: Argus.Cases.data.createdByUser.id description: Case Created By User ID. type: Number - contextPath: Argus.Cases.data.createdByUser.customerID description: Case Created By User Customer ID. type: Number - contextPath: Argus.Cases.data.createdByUser.customer.id description: Case Created By User Customer ID. type: Number - contextPath: Argus.Cases.data.createdByUser.customer.name description: Case Created By User Customer Name. type: String - contextPath: Argus.Cases.data.createdByUser.customer.shortName description: Case Created By User Customer Short Name. type: String - contextPath: Argus.Cases.data.createdByUser.customer.domain.id description: Case Created By User Customer Domain ID. type: Number - contextPath: Argus.Cases.data.createdByUser.customer.domain.name description: Case Created By User Customer Domain Name. type: String - contextPath: Argus.Cases.data.createdByUser.domain.id description: Case Created By User Domain ID. type: Number - contextPath: Argus.Cases.data.createdByUser.domain.name description: Case Created By User Domain Name. type: String - contextPath: Argus.Cases.data.createdByUser.userName description: Case Created By User User Name. type: String - contextPath: Argus.Cases.data.createdByUser.name description: Case Created By User Name. type: String - contextPath: Argus.Cases.data.createdByUser.type description: Case Created By User Type. type: String - contextPath: Argus.Cases.data.lastUpdatedTimestamp description: Case Last Updated Timestamp. type: Number - contextPath: Argus.Cases.data.lastUpdatedByUser.id description: Case Last Updated By User ID. type: Number - contextPath: Argus.Cases.data.lastUpdatedByUser.customerID description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Cases.data.lastUpdatedByUser.customer.id description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Cases.data.lastUpdatedByUser.customer.name description: Case Last Updated By User Customer Name. type: String - contextPath: Argus.Cases.data.lastUpdatedByUser.customer.shortName description: Case Last Updated By User Customer Short Name. type: String - contextPath: Argus.Cases.data.lastUpdatedByUser.customer.domain.id description: Case Last Updated By User Customer Domain ID. type: Number - contextPath: Argus.Cases.data.lastUpdatedByUser.customer.domain.name description: Case Last Updated By User Customer Domain Name. type: String - contextPath: Argus.Cases.data.lastUpdatedByUser.domain.id description: Case Last Updated By User Domain ID. type: Number - contextPath: Argus.Cases.data.lastUpdatedByUser.domain.name description: Case Last Updated By User Domain Name. type: String - contextPath: Argus.Cases.data.lastUpdatedByUser.userName description: Case Last Updated By User User Name. type: String - contextPath: Argus.Cases.data.lastUpdatedByUser.name description: Case Last Updated By User Name. type: String - contextPath: Argus.Cases.data.lastUpdatedByUser.type description: Case Last Updated By User Type. type: String - contextPath: Argus.Cases.data.closedTimestamp description: Case Closed Timestamp. type: Number - contextPath: Argus.Cases.data.closedByUser.id description: Case Closed By User ID. type: Number - contextPath: Argus.Cases.data.closedByUser.customerID description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Cases.data.closedByUser.customer.id description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Cases.data.closedByUser.customer.name description: Case Closed By User Customer Name. type: String - contextPath: Argus.Cases.data.closedByUser.customer.shortName description: Case Closed By User Customer Short Name. type: String - contextPath: Argus.Cases.data.closedByUser.customer.domain.id description: Case Closed By User Customer Domain ID. type: Number - contextPath: Argus.Cases.data.closedByUser.customer.domain.name description: Case Closed By User Customer Domain Name. type: String - contextPath: Argus.Cases.data.closedByUser.domain.id description: Case Closed By User Domain ID. type: Number - contextPath: Argus.Cases.data.closedByUser.domain.name description: Case Closed By User Domain Name. type: String - contextPath: Argus.Cases.data.closedByUser.userName description: Case Closed By User User Name. type: String - contextPath: Argus.Cases.data.closedByUser.name description: Case Closed By User Name. type: String - contextPath: Argus.Cases.data.closedByUser.type description: Case Closed By User Type. type: String - contextPath: Argus.Cases.data.publishedTimestamp description: Case Published Timestamp. type: Number - contextPath: Argus.Cases.data.publishedByUser.id description: Case Published By User ID. type: Number - contextPath: Argus.Cases.data.publishedByUser.customerID description: Case Published By User Customer ID. type: Number - contextPath: Argus.Cases.data.publishedByUser.customer.id description: Case Published By User Customer ID. type: Number - contextPath: Argus.Cases.data.publishedByUser.customer.name description: Case Published By User Customer Name. type: String - contextPath: Argus.Cases.data.publishedByUser.customer.shortName description: Case Published By User Customer Short Name. type: String - contextPath: Argus.Cases.data.publishedByUser.customer.domain.id description: Case Published By User Customer Domain ID. type: Number - contextPath: Argus.Cases.data.publishedByUser.customer.domain.name description: Case Published By User Customer Domain Name. type: String - contextPath: Argus.Cases.data.publishedByUser.domain.id description: Case Published By User Domain ID. type: Number - contextPath: Argus.Cases.data.publishedByUser.domain.name description: Case Published By User Domain Name. type: String - contextPath: Argus.Cases.data.publishedByUser.userName description: Case Published By User User Name. type: String - contextPath: Argus.Cases.data.publishedByUser.name description: Case Published By User Name. type: String - contextPath: Argus.Cases.data.publishedByUser.type description: Case Published By User Type. type: String - contextPath: Argus.Cases.data.flags description: Case Flags. type: String - contextPath: Argus.Cases.data.currentUserAccess.level description: Case Current User Access Level. type: String - contextPath: Argus.Cases.data.currentUserAccess.role description: Case Current User Access Role. type: String - contextPath: Argus.Cases.data.workflows.workflow description: Case Workflows Workflow. type: String - contextPath: Argus.Cases.data.workflows.state description: Case Workflows State. type: String - contextPath: Argus.Cases.data.originEmailAddress description: Case Origin Email Address. type: String - contextPath: Argus.Cases.data.createdTime description: Case Created Time. type: String - contextPath: Argus.Cases.data.lastUpdatedTime description: Case Last Updated Time. type: String - contextPath: Argus.Cases.data.closedTime description: Case Closed Time. type: String - contextPath: Argus.Cases.data.publishedTime description: Case Published Time. type: String description: Returns cases matching the defined case search criteria. - name: argus-close-case arguments: - name: case_id required: true description: Case ID of Argus case. - name: comment description: Attach a closing comment. outputs: - contextPath: Argus.Case.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Case.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Case.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Case.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Case.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Case.messages.message description: Case Messages Message. type: String - contextPath: Argus.Case.messages.messageTemplate description: Case Messages Message Template. type: String - contextPath: Argus.Case.messages.type description: Case Messages Type. type: String - contextPath: Argus.Case.messages.field description: Case Messages Field. type: String - contextPath: Argus.Case.messages.timestamp description: Case Messages Timestamp. type: Number - contextPath: Argus.Case.data.id description: Case ID. type: Number - contextPath: Argus.Case.data.customer.id description: Case Customer ID. type: Number - contextPath: Argus.Case.data.customer.name description: Case Customer Name. type: String - contextPath: Argus.Case.data.customer.shortName description: Case Customer Short Name. type: String - contextPath: Argus.Case.data.customer.domain.id description: Case Customer Domain ID. type: Number - contextPath: Argus.Case.data.customer.domain.name description: Case Customer Domain Name. type: String - contextPath: Argus.Case.data.service.id description: Case Service ID. type: Number - contextPath: Argus.Case.data.service.name description: Case Service Name. type: String - contextPath: Argus.Case.data.service.shortName description: Case Service Short Name. type: String - contextPath: Argus.Case.data.service.localizedName description: Case Service Localized Name. type: String - contextPath: Argus.Case.data.category.id description: Case Category ID. type: Number - contextPath: Argus.Case.data.category.name description: Case Category Name. type: String - contextPath: Argus.Case.data.category.shortName description: Case Category Short Name. type: String - contextPath: Argus.Case.data.category.localizedName description: Case Category Localized Name. type: String - contextPath: Argus.Case.data.type description: Case Type. type: String - contextPath: Argus.Case.data.initialStatus description: Case Initial Status. type: String - contextPath: Argus.Case.data.status description: Case Status. type: String - contextPath: Argus.Case.data.initialPriority description: Case Initial Priority. type: String - contextPath: Argus.Case.data.priority description: Case Priority. type: String - contextPath: Argus.Case.data.subject description: Case Subject. type: String - contextPath: Argus.Case.data.description description: Case Description. type: String - contextPath: Argus.Case.data.customerReference description: Case Customer Reference. type: String - contextPath: Argus.Case.data.accessMode description: Case Access Mode. type: String - contextPath: Argus.Case.data.reporter.id description: Case Reporter ID. type: Number - contextPath: Argus.Case.data.reporter.customerID description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.id description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.name description: Case Reporter Customer Name. type: String - contextPath: Argus.Case.data.reporter.customer.shortName description: Case Reporter Customer Short Name. type: String - contextPath: Argus.Case.data.reporter.customer.domain.id description: Case Reporter Customer Domain ID. type: Number - contextPath: Argus.Case.data.reporter.customer.domain.name description: Case Reporter Customer Domain Name. type: String - contextPath: Argus.Case.data.reporter.domain.id description: Case Reporter Domain ID. type: Number - contextPath: Argus.Case.data.reporter.domain.name description: Case Reporter Domain Name. type: String - contextPath: Argus.Case.data.reporter.userName description: Case Reporter User Name. type: String - contextPath: Argus.Case.data.reporter.name description: Case Reporter Name. type: String - contextPath: Argus.Case.data.reporter.type description: Case Reporter Type. type: String - contextPath: Argus.Case.data.assignedUser.id description: Case Assigned User ID. type: Number - contextPath: Argus.Case.data.assignedUser.customerID description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.id description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.name description: Case Assigned User Customer Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.shortName description: Case Assigned User Customer Short Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.domain.id description: Case Assigned User Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.domain.name description: Case Assigned User Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.domain.id description: Case Assigned User Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.domain.name description: Case Assigned User Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.userName description: Case Assigned User User Name. type: String - contextPath: Argus.Case.data.assignedUser.name description: Case Assigned User Name. type: String - contextPath: Argus.Case.data.assignedUser.type description: Case Assigned User Type. type: String - contextPath: Argus.Case.data.assignedTech.id description: Case Assigned Tech ID. type: Number - contextPath: Argus.Case.data.assignedTech.customerID description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.id description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.name description: Case Assigned Tech Customer Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.shortName description: Case Assigned Tech Customer Short Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.domain.id description: Case Assigned Tech Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.domain.name description: Case Assigned Tech Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.domain.id description: Case Assigned Tech Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.domain.name description: Case Assigned Tech Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.userName description: Case Assigned Tech User Name. type: String - contextPath: Argus.Case.data.assignedTech.name description: Case Assigned Tech Name. type: String - contextPath: Argus.Case.data.assignedTech.type description: Case Assigned Tech Type. type: String - contextPath: Argus.Case.data.createdTimestamp description: Case Created Timestamp. type: Number - contextPath: Argus.Case.data.createdByUser.id description: Case Created By User ID. type: Number - contextPath: Argus.Case.data.createdByUser.customerID description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.id description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.name description: Case Created By User Customer Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.shortName description: Case Created By User Customer Short Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.domain.id description: Case Created By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.domain.name description: Case Created By User Customer Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.domain.id description: Case Created By User Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.domain.name description: Case Created By User Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.userName description: Case Created By User User Name. type: String - contextPath: Argus.Case.data.createdByUser.name description: Case Created By User Name. type: String - contextPath: Argus.Case.data.createdByUser.type description: Case Created By User Type. type: String - contextPath: Argus.Case.data.lastUpdatedTimestamp description: Case Last Updated Timestamp. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.id description: Case Last Updated By User ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customerID description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.id description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.name description: Case Last Updated By User Customer Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.shortName description: Case Last Updated By User Customer Short Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.id description: Case Last Updated By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.name description: Case Last Updated By User Customer Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.domain.id description: Case Last Updated By User Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.domain.name description: Case Last Updated By User Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.userName description: Case Last Updated By User User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.name description: Case Last Updated By User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.type description: Case Last Updated By User Type. type: String - contextPath: Argus.Case.data.closedTimestamp description: Case Closed Timestamp. type: Number - contextPath: Argus.Case.data.closedByUser.id description: Case Closed By User ID. type: Number - contextPath: Argus.Case.data.closedByUser.customerID description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.id description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.name description: Case Closed By User Customer Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.shortName description: Case Closed By User Customer Short Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.domain.id description: Case Closed By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.domain.name description: Case Closed By User Customer Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.domain.id description: Case Closed By User Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.domain.name description: Case Closed By User Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.userName description: Case Closed By User User Name. type: String - contextPath: Argus.Case.data.closedByUser.name description: Case Closed By User Name. type: String - contextPath: Argus.Case.data.closedByUser.type description: Case Closed By User Type. type: String - contextPath: Argus.Case.data.publishedTimestamp description: Case Published Timestamp. type: Number - contextPath: Argus.Case.data.publishedByUser.id description: Case Published By User ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customerID description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.id description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.name description: Case Published By User Customer Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.shortName description: Case Published By User Customer Short Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.domain.id description: Case Published By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.domain.name description: Case Published By User Customer Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.domain.id description: Case Published By User Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.domain.name description: Case Published By User Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.userName description: Case Published By User User Name. type: String - contextPath: Argus.Case.data.publishedByUser.name description: Case Published By User Name. type: String - contextPath: Argus.Case.data.publishedByUser.type description: Case Published By User Type. type: String - contextPath: Argus.Case.data.flags description: Case Flags. type: String - contextPath: Argus.Case.data.currentUserAccess.level description: Case Current User Access Level. type: String - contextPath: Argus.Case.data.currentUserAccess.role description: Case Current User Access Role. type: String - contextPath: Argus.Case.data.workflows.workflow description: Case Workflows Workflow. type: String - contextPath: Argus.Case.data.workflows.state description: Case Workflows State. type: String - contextPath: Argus.Case.data.originEmailAddress description: Case Origin Email Address. type: String - contextPath: Argus.Case.data.createdTime description: Case Created Time. type: String - contextPath: Argus.Case.data.lastUpdatedTime description: Case Last Updated Time. type: String - contextPath: Argus.Case.data.closedTime description: Case Closed Time. type: String - contextPath: Argus.Case.data.publishedTime description: Case Published Time. type: String description: Close an Argus case. - name: argus-create-case arguments: - name: customer description: ID or shortname of customer to create case for. Defaults to current users customer. - name: service required: true auto: PREDEFINED predefined: - ids - support - administrative - advisory - vulnscan description: ID of service to create case for. - name: category auto: PREDEFINED predefined: - network-testing - unauthorized-access - dos - data-leakage - exposed-malicious - malicious-infection - poor-practice - reconnaissance - misconfigured - vpn-down - sensor-malfunctioning - not-receiving-traffic - false-positive - suspected-targeted-attack - duplicate - problem-managed - problem-customer - adware - network-connection-lost - failed-authentication - missing-log-sources - no-threat - phishing - argus-improvement - argus-bug description: 'If set, assign given category to new case (by category shortname). ' - name: type required: true auto: PREDEFINED predefined: - operationalIncident - change - securityIncident - informational description: 'Type of case to create.' - name: status auto: PREDEFINED predefined: - pendingCustomer - pendingSoc - pendingVendor - pendingClose - workingSoc - workingCustomer description: 'Status of case to create. If not set, system will select automatically. Creating a new case with status closed is not permitted. ' - name: tags description: Tags to add on case creation. (key,value,key,value, ...) isArray: true - name: subject required: true description: Subject of case to create. - name: description required: true description: 'Case description. May use HTML, which will be sanitized. ' - name: customer_reference description: Customer reference for case. - name: priority auto: PREDEFINED predefined: - low - medium - high - critical description: Priority of case to create. (default medium). defaultValue: medium - name: access_mode description: Access mode for new case. (default roleBased). - name: origin_email_address description: If case is created from an email, specify origin email address here. - name: publish auto: PREDEFINED predefined: - "true" - "false" description: Whether to publish new case. Creating an unpublished case requires special permission. (default true). defaultValue: "true" - name: default_watchers auto: PREDEFINED predefined: - "true" - "false" description: Whether to enable default watchers for this case. If set to false, default watchers will not be enabled, and will not be notified upon creation of this case. (default true). defaultValue: "true" outputs: - contextPath: Argus.Case.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Case.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Case.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Case.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Case.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Case.messages.message description: Case Messages Message. type: String - contextPath: Argus.Case.messages.messageTemplate description: Case Messages Message Template. type: String - contextPath: Argus.Case.messages.type description: Case Messages Type. type: String - contextPath: Argus.Case.messages.field description: Case Messages Field. type: String - contextPath: Argus.Case.messages.timestamp description: Case Messages Timestamp. type: Number - contextPath: Argus.Case.data.id description: Case ID. type: Number - contextPath: Argus.Case.data.customer.id description: Case Customer ID. type: Number - contextPath: Argus.Case.data.customer.name description: Case Customer Name. type: String - contextPath: Argus.Case.data.customer.shortName description: Case Customer Short Name. type: String - contextPath: Argus.Case.data.customer.domain.id description: Case Customer Domain ID. type: Number - contextPath: Argus.Case.data.customer.domain.name description: Case Customer Domain Name. type: String - contextPath: Argus.Case.data.service.id description: Case Service ID. type: Number - contextPath: Argus.Case.data.service.name description: Case Service Name. type: String - contextPath: Argus.Case.data.service.shortName description: Case Service Short Name. type: String - contextPath: Argus.Case.data.service.localizedName description: Case Service Localized Name. type: String - contextPath: Argus.Case.data.category.id description: Case Category ID. type: Number - contextPath: Argus.Case.data.category.name description: Case Category Name. type: String - contextPath: Argus.Case.data.category.shortName description: Case Category Short Name. type: String - contextPath: Argus.Case.data.category.localizedName description: Case Category Localized Name. type: String - contextPath: Argus.Case.data.type description: Case Type. type: String - contextPath: Argus.Case.data.initialStatus description: Case Initial Status. type: String - contextPath: Argus.Case.data.status description: Case Status. type: String - contextPath: Argus.Case.data.initialPriority description: Case Initial Priority. type: String - contextPath: Argus.Case.data.priority description: Case Priority. type: String - contextPath: Argus.Case.data.subject description: Case Subject. type: String - contextPath: Argus.Case.data.description description: Case Description. type: String - contextPath: Argus.Case.data.customerReference description: Case Customer Reference. type: String - contextPath: Argus.Case.data.accessMode description: Case Access Mode. type: String - contextPath: Argus.Case.data.reporter.id description: Case Reporter ID. type: Number - contextPath: Argus.Case.data.reporter.customerID description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.id description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.name description: Case Reporter Customer Name. type: String - contextPath: Argus.Case.data.reporter.customer.shortName description: Case Reporter Customer Short Name. type: String - contextPath: Argus.Case.data.reporter.customer.domain.id description: Case Reporter Customer Domain ID. type: Number - contextPath: Argus.Case.data.reporter.customer.domain.name description: Case Reporter Customer Domain Name. type: String - contextPath: Argus.Case.data.reporter.domain.id description: Case Reporter Domain ID. type: Number - contextPath: Argus.Case.data.reporter.domain.name description: Case Reporter Domain Name. type: String - contextPath: Argus.Case.data.reporter.userName description: Case Reporter User Name. type: String - contextPath: Argus.Case.data.reporter.name description: Case Reporter Name. type: String - contextPath: Argus.Case.data.reporter.type description: Case Reporter Type. type: String - contextPath: Argus.Case.data.assignedUser.id description: Case Assigned User ID. type: Number - contextPath: Argus.Case.data.assignedUser.customerID description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.id description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.name description: Case Assigned User Customer Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.shortName description: Case Assigned User Customer Short Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.domain.id description: Case Assigned User Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.domain.name description: Case Assigned User Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.domain.id description: Case Assigned User Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.domain.name description: Case Assigned User Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.userName description: Case Assigned User User Name. type: String - contextPath: Argus.Case.data.assignedUser.name description: Case Assigned User Name. type: String - contextPath: Argus.Case.data.assignedUser.type description: Case Assigned User Type. type: String - contextPath: Argus.Case.data.assignedTech.id description: Case Assigned Tech ID. type: Number - contextPath: Argus.Case.data.assignedTech.customerID description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.id description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.name description: Case Assigned Tech Customer Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.shortName description: Case Assigned Tech Customer Short Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.domain.id description: Case Assigned Tech Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.domain.name description: Case Assigned Tech Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.domain.id description: Case Assigned Tech Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.domain.name description: Case Assigned Tech Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.userName description: Case Assigned Tech User Name. type: String - contextPath: Argus.Case.data.assignedTech.name description: Case Assigned Tech Name. type: String - contextPath: Argus.Case.data.assignedTech.type description: Case Assigned Tech Type. type: String - contextPath: Argus.Case.data.createdTimestamp description: Case Created Timestamp. type: Number - contextPath: Argus.Case.data.createdByUser.id description: Case Created By User ID. type: Number - contextPath: Argus.Case.data.createdByUser.customerID description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.id description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.name description: Case Created By User Customer Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.shortName description: Case Created By User Customer Short Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.domain.id description: Case Created By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.domain.name description: Case Created By User Customer Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.domain.id description: Case Created By User Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.domain.name description: Case Created By User Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.userName description: Case Created By User User Name. type: String - contextPath: Argus.Case.data.createdByUser.name description: Case Created By User Name. type: String - contextPath: Argus.Case.data.createdByUser.type description: Case Created By User Type. type: String - contextPath: Argus.Case.data.lastUpdatedTimestamp description: Case Last Updated Timestamp. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.id description: Case Last Updated By User ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customerID description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.id description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.name description: Case Last Updated By User Customer Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.shortName description: Case Last Updated By User Customer Short Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.id description: Case Last Updated By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.name description: Case Last Updated By User Customer Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.domain.id description: Case Last Updated By User Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.domain.name description: Case Last Updated By User Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.userName description: Case Last Updated By User User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.name description: Case Last Updated By User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.type description: Case Last Updated By User Type. type: String - contextPath: Argus.Case.data.closedTimestamp description: Case Closed Timestamp. type: Number - contextPath: Argus.Case.data.closedByUser.id description: Case Closed By User ID. type: Number - contextPath: Argus.Case.data.closedByUser.customerID description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.id description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.name description: Case Closed By User Customer Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.shortName description: Case Closed By User Customer Short Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.domain.id description: Case Closed By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.domain.name description: Case Closed By User Customer Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.domain.id description: Case Closed By User Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.domain.name description: Case Closed By User Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.userName description: Case Closed By User User Name. type: String - contextPath: Argus.Case.data.closedByUser.name description: Case Closed By User Name. type: String - contextPath: Argus.Case.data.closedByUser.type description: Case Closed By User Type. type: String - contextPath: Argus.Case.data.publishedTimestamp description: Case Published Timestamp. type: Number - contextPath: Argus.Case.data.publishedByUser.id description: Case Published By User ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customerID description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.id description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.name description: Case Published By User Customer Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.shortName description: Case Published By User Customer Short Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.domain.id description: Case Published By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.domain.name description: Case Published By User Customer Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.domain.id description: Case Published By User Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.domain.name description: Case Published By User Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.userName description: Case Published By User User Name. type: String - contextPath: Argus.Case.data.publishedByUser.name description: Case Published By User Name. type: String - contextPath: Argus.Case.data.publishedByUser.type description: Case Published By User Type. type: String - contextPath: Argus.Case.data.flags description: Case Flags. type: String - contextPath: Argus.Case.data.currentUserAccess.level description: Case Current User Access Level. type: String - contextPath: Argus.Case.data.currentUserAccess.role description: Case Current User Access Role. type: String - contextPath: Argus.Case.data.workflows.workflow description: Case Workflows Workflow. type: String - contextPath: Argus.Case.data.workflows.state description: Case Workflows State. type: String - contextPath: Argus.Case.data.originEmailAddress description: Case Origin Email Address. type: String - contextPath: Argus.Case.data.createdTime description: Case Created Time. type: String - contextPath: Argus.Case.data.lastUpdatedTime description: Case Last Updated Time. type: String - contextPath: Argus.Case.data.closedTime description: Case Closed Time. type: String - contextPath: Argus.Case.data.publishedTime description: Case Published Time. type: String description: Create Argus case. - name: argus-delete-case arguments: - name: case_id required: true description: ID of Argus case to mark as deleted. outputs: - contextPath: Argus.Case.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Case.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Case.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Case.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Case.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Case.messages.message description: Case Messages Message. type: String - contextPath: Argus.Case.messages.messageTemplate description: Case Messages Message Template. type: String - contextPath: Argus.Case.messages.type description: Case Messages Type. type: String - contextPath: Argus.Case.messages.field description: Case Messages Field. type: String - contextPath: Argus.Case.messages.timestamp description: Case Messages Timestamp. type: Number - contextPath: Argus.Case.data.id description: Case ID. type: Number - contextPath: Argus.Case.data.customer.id description: Case Customer ID. type: Number - contextPath: Argus.Case.data.customer.name description: Case Customer Name. type: String - contextPath: Argus.Case.data.customer.shortName description: Case Customer Short Name. type: String - contextPath: Argus.Case.data.customer.domain.id description: Case Customer Domain ID. type: Number - contextPath: Argus.Case.data.customer.domain.name description: Case Customer Domain Name. type: String - contextPath: Argus.Case.data.service.id description: Case Service ID. type: Number - contextPath: Argus.Case.data.service.name description: Case Service Name. type: String - contextPath: Argus.Case.data.service.shortName description: Case Service Short Name. type: String - contextPath: Argus.Case.data.service.localizedName description: Case Service Localized Name. type: String - contextPath: Argus.Case.data.category.id description: Case Category ID. type: Number - contextPath: Argus.Case.data.category.name description: Case Category Name. type: String - contextPath: Argus.Case.data.category.shortName description: Case Category Short Name. type: String - contextPath: Argus.Case.data.category.localizedName description: Case Category Localized Name. type: String - contextPath: Argus.Case.data.type description: Case Type. type: String - contextPath: Argus.Case.data.initialStatus description: Case Initial Status. type: String - contextPath: Argus.Case.data.status description: Case Status. type: String - contextPath: Argus.Case.data.initialPriority description: Case Initial Priority. type: String - contextPath: Argus.Case.data.priority description: Case Priority. type: String - contextPath: Argus.Case.data.subject description: Case Subject. type: String - contextPath: Argus.Case.data.description description: Case Description. type: String - contextPath: Argus.Case.data.customerReference description: Case Customer Reference. type: String - contextPath: Argus.Case.data.accessMode description: Case Access Mode. type: String - contextPath: Argus.Case.data.reporter.id description: Case Reporter ID. type: Number - contextPath: Argus.Case.data.reporter.customerID description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.id description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.name description: Case Reporter Customer Name. type: String - contextPath: Argus.Case.data.reporter.customer.shortName description: Case Reporter Customer Short Name. type: String - contextPath: Argus.Case.data.reporter.customer.domain.id description: Case Reporter Customer Domain ID. type: Number - contextPath: Argus.Case.data.reporter.customer.domain.name description: Case Reporter Customer Domain Name. type: String - contextPath: Argus.Case.data.reporter.domain.id description: Case Reporter Domain ID. type: Number - contextPath: Argus.Case.data.reporter.domain.name description: Case Reporter Domain Name. type: String - contextPath: Argus.Case.data.reporter.userName description: Case Reporter User Name. type: String - contextPath: Argus.Case.data.reporter.name description: Case Reporter Name. type: String - contextPath: Argus.Case.data.reporter.type description: Case Reporter Type. type: String - contextPath: Argus.Case.data.assignedUser.id description: Case Assigned User ID. type: Number - contextPath: Argus.Case.data.assignedUser.customerID description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.id description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.name description: Case Assigned User Customer Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.shortName description: Case Assigned User Customer Short Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.domain.id description: Case Assigned User Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.domain.name description: Case Assigned User Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.domain.id description: Case Assigned User Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.domain.name description: Case Assigned User Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.userName description: Case Assigned User User Name. type: String - contextPath: Argus.Case.data.assignedUser.name description: Case Assigned User Name. type: String - contextPath: Argus.Case.data.assignedUser.type description: Case Assigned User Type. type: String - contextPath: Argus.Case.data.assignedTech.id description: Case Assigned Tech ID. type: Number - contextPath: Argus.Case.data.assignedTech.customerID description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.id description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.name description: Case Assigned Tech Customer Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.shortName description: Case Assigned Tech Customer Short Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.domain.id description: Case Assigned Tech Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.domain.name description: Case Assigned Tech Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.domain.id description: Case Assigned Tech Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.domain.name description: Case Assigned Tech Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.userName description: Case Assigned Tech User Name. type: String - contextPath: Argus.Case.data.assignedTech.name description: Case Assigned Tech Name. type: String - contextPath: Argus.Case.data.assignedTech.type description: Case Assigned Tech Type. type: String - contextPath: Argus.Case.data.createdTimestamp description: Case Created Timestamp. type: Number - contextPath: Argus.Case.data.createdByUser.id description: Case Created By User ID. type: Number - contextPath: Argus.Case.data.createdByUser.customerID description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.id description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.name description: Case Created By User Customer Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.shortName description: Case Created By User Customer Short Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.domain.id description: Case Created By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.domain.name description: Case Created By User Customer Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.domain.id description: Case Created By User Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.domain.name description: Case Created By User Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.userName description: Case Created By User User Name. type: String - contextPath: Argus.Case.data.createdByUser.name description: Case Created By User Name. type: String - contextPath: Argus.Case.data.createdByUser.type description: Case Created By User Type. type: String - contextPath: Argus.Case.data.lastUpdatedTimestamp description: Case Last Updated Timestamp. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.id description: Case Last Updated By User ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customerID description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.id description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.name description: Case Last Updated By User Customer Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.shortName description: Case Last Updated By User Customer Short Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.id description: Case Last Updated By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.name description: Case Last Updated By User Customer Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.domain.id description: Case Last Updated By User Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.domain.name description: Case Last Updated By User Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.userName description: Case Last Updated By User User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.name description: Case Last Updated By User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.type description: Case Last Updated By User Type. type: String - contextPath: Argus.Case.data.closedTimestamp description: Case Closed Timestamp. type: Number - contextPath: Argus.Case.data.closedByUser.id description: Case Closed By User ID. type: Number - contextPath: Argus.Case.data.closedByUser.customerID description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.id description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.name description: Case Closed By User Customer Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.shortName description: Case Closed By User Customer Short Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.domain.id description: Case Closed By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.domain.name description: Case Closed By User Customer Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.domain.id description: Case Closed By User Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.domain.name description: Case Closed By User Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.userName description: Case Closed By User User Name. type: String - contextPath: Argus.Case.data.closedByUser.name description: Case Closed By User Name. type: String - contextPath: Argus.Case.data.closedByUser.type description: Case Closed By User Type. type: String - contextPath: Argus.Case.data.publishedTimestamp description: Case Published Timestamp. type: Number - contextPath: Argus.Case.data.publishedByUser.id description: Case Published By User ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customerID description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.id description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.name description: Case Published By User Customer Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.shortName description: Case Published By User Customer Short Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.domain.id description: Case Published By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.domain.name description: Case Published By User Customer Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.domain.id description: Case Published By User Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.domain.name description: Case Published By User Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.userName description: Case Published By User User Name. type: String - contextPath: Argus.Case.data.publishedByUser.name description: Case Published By User Name. type: String - contextPath: Argus.Case.data.publishedByUser.type description: Case Published By User Type. type: String - contextPath: Argus.Case.data.flags description: Case Flags. type: String - contextPath: Argus.Case.data.currentUserAccess.level description: Case Current User Access Level. type: String - contextPath: Argus.Case.data.currentUserAccess.role description: Case Current User Access Role. type: String - contextPath: Argus.Case.data.workflows.workflow description: Case Workflows Workflow. type: String - contextPath: Argus.Case.data.workflows.state description: Case Workflows State. type: String - contextPath: Argus.Case.data.originEmailAddress description: Case Origin Email Address. type: String - contextPath: Argus.Case.data.createdTime description: Case Created Time. type: String - contextPath: Argus.Case.data.lastUpdatedTime description: Case Last Updated Time. type: String - contextPath: Argus.Case.data.closedTime description: Case Closed Time. type: String - contextPath: Argus.Case.data.publishedTime description: Case Published Time. type: String description: Mark existing case as deleted. - name: argus-delete-comment arguments: - name: case_id required: true description: ID of Argus case where comment exists. - name: comment_id required: true description: ID of comment to mark as deleted. outputs: - contextPath: Argus.Comment.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Comment.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Comment.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Comment.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Comment.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Comment.messages.message description: Comment Messages Message. type: String - contextPath: Argus.Comment.messages.messageTemplate description: Comment Messages Message Template. type: String - contextPath: Argus.Comment.messages.type description: Comment Messages Type. type: String - contextPath: Argus.Comment.messages.field description: Comment Messages Field. type: String - contextPath: Argus.Comment.messages.timestamp description: Comment Messages Timestamp. type: Number - contextPath: Argus.Comment.data.id description: Comment ID. type: String - contextPath: Argus.Comment.data.addedTimestamp description: Comment Added Timestamp. type: Number - contextPath: Argus.Comment.data.addedByUser.id description: Comment Added By User ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customerID description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.id description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.name description: Comment Added By User Customer Name. type: String - contextPath: Argus.Comment.data.addedByUser.customer.shortName description: Comment Added By User Customer Short Name. type: String - contextPath: Argus.Comment.data.addedByUser.customer.domain.id description: Comment Added By User Customer Domain ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.domain.name description: Comment Added By User Customer Domain Name. type: String - contextPath: Argus.Comment.data.addedByUser.domain.id description: Comment Added By User Domain ID. type: Number - contextPath: Argus.Comment.data.addedByUser.domain.name description: Comment Added By User Domain Name. type: String - contextPath: Argus.Comment.data.addedByUser.userName description: Comment Added By User User Name. type: String - contextPath: Argus.Comment.data.addedByUser.name description: Comment Added By User Name. type: String - contextPath: Argus.Comment.data.addedByUser.type description: Comment Added By User Type. type: String - contextPath: Argus.Comment.data.comment description: Comment Comment. type: String - contextPath: Argus.Comment.data.flags description: Comment Flags. type: String - contextPath: Argus.Comment.data.lastUpdatedTimestamp description: Comment Last Updated Timestamp. type: Number - contextPath: Argus.Comment.data.status description: Comment Status. type: String - contextPath: Argus.Comment.data.priority description: Comment Priority. type: String - contextPath: Argus.Comment.data.originEmailAddress description: Comment Origin Email Address. type: String - contextPath: Argus.Comment.data.associatedAttachments.id description: Comment Associated Attachments ID. type: String - contextPath: Argus.Comment.data.associatedAttachments.name description: Comment Associated Attachments Name. type: String - contextPath: Argus.Comment.data.references.type description: Comment References Type. type: String - contextPath: Argus.Comment.data.references.commentID description: Comment References Comment ID. type: String - contextPath: Argus.Comment.data.lastUpdatedTime description: Comment Last Updated Time. type: String - contextPath: Argus.Comment.data.addedTime description: Comment Added Time. type: String description: Mark existing comment as deleted. - name: argus-edit-comment arguments: - name: case_id required: true description: ID of Argus case where comment exists. - name: comment_id required: true description: ID of comment to edit. - name: comment required: true description: Comment text which will replace the current text. outputs: - contextPath: Argus.Comment.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Comment.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Comment.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Comment.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Comment.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Comment.messages.message description: Comment Messages Message. type: String - contextPath: Argus.Comment.messages.messageTemplate description: Comment Messages Message Template. type: String - contextPath: Argus.Comment.messages.type description: Comment Messages Type. type: String - contextPath: Argus.Comment.messages.field description: Comment Messages Field. type: String - contextPath: Argus.Comment.messages.timestamp description: Comment Messages Timestamp. type: Number - contextPath: Argus.Comment.data.id description: Comment ID. type: String - contextPath: Argus.Comment.data.addedTimestamp description: Comment Added Timestamp. type: Number - contextPath: Argus.Comment.data.addedByUser.id description: Comment Added By User ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customerID description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.id description: Comment Added By User Customer ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.name description: Comment Added By User Customer Name. type: String - contextPath: Argus.Comment.data.addedByUser.customer.shortName description: Comment Added By User Customer Short Name. type: String - contextPath: Argus.Comment.data.addedByUser.customer.domain.id description: Comment Added By User Customer Domain ID. type: Number - contextPath: Argus.Comment.data.addedByUser.customer.domain.name description: Comment Added By User Customer Domain Name. type: String - contextPath: Argus.Comment.data.addedByUser.domain.id description: Comment Added By User Domain ID. type: Number - contextPath: Argus.Comment.data.addedByUser.domain.name description: Comment Added By User Domain Name. type: String - contextPath: Argus.Comment.data.addedByUser.userName description: Comment Added By User User Name. type: String - contextPath: Argus.Comment.data.addedByUser.name description: Comment Added By User Name. type: String - contextPath: Argus.Comment.data.addedByUser.type description: Comment Added By User Type. type: String - contextPath: Argus.Comment.data.comment description: Comment Comment. type: String - contextPath: Argus.Comment.data.flags description: Comment Flags. type: String - contextPath: Argus.Comment.data.lastUpdatedTimestamp description: Comment Last Updated Timestamp. type: Number - contextPath: Argus.Comment.data.status description: Comment Status. type: String - contextPath: Argus.Comment.data.priority description: Comment Priority. type: String - contextPath: Argus.Comment.data.originEmailAddress description: Comment Origin Email Address. type: String - contextPath: Argus.Comment.data.associatedAttachments.id description: Comment Associated Attachments ID. type: String - contextPath: Argus.Comment.data.associatedAttachments.name description: Comment Associated Attachments Name. type: String - contextPath: Argus.Comment.data.references.type description: Comment References Type. type: String - contextPath: Argus.Comment.data.references.commentID description: Comment References Comment ID. type: String - contextPath: Argus.Comment.data.lastUpdatedTime description: Comment Last Updated Time. type: String - contextPath: Argus.Comment.data.addedTime description: Comment Added Time. type: String description: Edit existing comment. - name: argus-get-case-metadata-by-id arguments: - name: case_id required: true description: ID of Argus case. - name: skip_redirect auto: PREDEFINED predefined: - "true" - "false" description: If true, skip automatic redirect (for merged cases). outputs: - contextPath: Argus.Case.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Case.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Case.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Case.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Case.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Case.messages.message description: Case Messages Message. type: String - contextPath: Argus.Case.messages.messageTemplate description: Case Messages Message Template. type: String - contextPath: Argus.Case.messages.type description: Case Messages Type. type: String - contextPath: Argus.Case.messages.field description: Case Messages Field. type: String - contextPath: Argus.Case.messages.timestamp description: Case Messages Timestamp. type: Number - contextPath: Argus.Case.data.id description: Case ID. type: Number - contextPath: Argus.Case.data.customer.id description: Case Customer ID. type: Number - contextPath: Argus.Case.data.customer.name description: Case Customer Name. type: String - contextPath: Argus.Case.data.customer.shortName description: Case Customer Short Name. type: String - contextPath: Argus.Case.data.customer.domain.id description: Case Customer Domain ID. type: Number - contextPath: Argus.Case.data.customer.domain.name description: Case Customer Domain Name. type: String - contextPath: Argus.Case.data.service.id description: Case Service ID. type: Number - contextPath: Argus.Case.data.service.name description: Case Service Name. type: String - contextPath: Argus.Case.data.service.shortName description: Case Service Short Name. type: String - contextPath: Argus.Case.data.service.localizedName description: Case Service Localized Name. type: String - contextPath: Argus.Case.data.category.id description: Case Category ID. type: Number - contextPath: Argus.Case.data.category.name description: Case Category Name. type: String - contextPath: Argus.Case.data.category.shortName description: Case Category Short Name. type: String - contextPath: Argus.Case.data.category.localizedName description: Case Category Localized Name. type: String - contextPath: Argus.Case.data.type description: Case Type. type: String - contextPath: Argus.Case.data.initialStatus description: Case Initial Status. type: String - contextPath: Argus.Case.data.status description: Case Status. type: String - contextPath: Argus.Case.data.initialPriority description: Case Initial Priority. type: String - contextPath: Argus.Case.data.priority description: Case Priority. type: String - contextPath: Argus.Case.data.subject description: Case Subject. type: String - contextPath: Argus.Case.data.description description: Case Description. type: String - contextPath: Argus.Case.data.customerReference description: Case Customer Reference. type: String - contextPath: Argus.Case.data.accessMode description: Case Access Mode. type: String - contextPath: Argus.Case.data.reporter.id description: Case Reporter ID. type: Number - contextPath: Argus.Case.data.reporter.customerID description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.id description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.name description: Case Reporter Customer Name. type: String - contextPath: Argus.Case.data.reporter.customer.shortName description: Case Reporter Customer Short Name. type: String - contextPath: Argus.Case.data.reporter.customer.domain.id description: Case Reporter Customer Domain ID. type: Number - contextPath: Argus.Case.data.reporter.customer.domain.name description: Case Reporter Customer Domain Name. type: String - contextPath: Argus.Case.data.reporter.domain.id description: Case Reporter Domain ID. type: Number - contextPath: Argus.Case.data.reporter.domain.name description: Case Reporter Domain Name. type: String - contextPath: Argus.Case.data.reporter.userName description: Case Reporter User Name. type: String - contextPath: Argus.Case.data.reporter.name description: Case Reporter Name. type: String - contextPath: Argus.Case.data.reporter.type description: Case Reporter Type. type: String - contextPath: Argus.Case.data.assignedUser.id description: Case Assigned User ID. type: Number - contextPath: Argus.Case.data.assignedUser.customerID description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.id description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.name description: Case Assigned User Customer Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.shortName description: Case Assigned User Customer Short Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.domain.id description: Case Assigned User Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.domain.name description: Case Assigned User Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.domain.id description: Case Assigned User Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.domain.name description: Case Assigned User Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.userName description: Case Assigned User User Name. type: String - contextPath: Argus.Case.data.assignedUser.name description: Case Assigned User Name. type: String - contextPath: Argus.Case.data.assignedUser.type description: Case Assigned User Type. type: String - contextPath: Argus.Case.data.assignedTech.id description: Case Assigned Tech ID. type: Number - contextPath: Argus.Case.data.assignedTech.customerID description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.id description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.name description: Case Assigned Tech Customer Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.shortName description: Case Assigned Tech Customer Short Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.domain.id description: Case Assigned Tech Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.domain.name description: Case Assigned Tech Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.domain.id description: Case Assigned Tech Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.domain.name description: Case Assigned Tech Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.userName description: Case Assigned Tech User Name. type: String - contextPath: Argus.Case.data.assignedTech.name description: Case Assigned Tech Name. type: String - contextPath: Argus.Case.data.assignedTech.type description: Case Assigned Tech Type. type: String - contextPath: Argus.Case.data.createdTimestamp description: Case Created Timestamp. type: Number - contextPath: Argus.Case.data.createdByUser.id description: Case Created By User ID. type: Number - contextPath: Argus.Case.data.createdByUser.customerID description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.id description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.name description: Case Created By User Customer Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.shortName description: Case Created By User Customer Short Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.domain.id description: Case Created By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.domain.name description: Case Created By User Customer Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.domain.id description: Case Created By User Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.domain.name description: Case Created By User Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.userName description: Case Created By User User Name. type: String - contextPath: Argus.Case.data.createdByUser.name description: Case Created By User Name. type: String - contextPath: Argus.Case.data.createdByUser.type description: Case Created By User Type. type: String - contextPath: Argus.Case.data.lastUpdatedTimestamp description: Case Last Updated Timestamp. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.id description: Case Last Updated By User ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customerID description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.id description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.name description: Case Last Updated By User Customer Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.shortName description: Case Last Updated By User Customer Short Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.id description: Case Last Updated By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.name description: Case Last Updated By User Customer Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.domain.id description: Case Last Updated By User Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.domain.name description: Case Last Updated By User Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.userName description: Case Last Updated By User User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.name description: Case Last Updated By User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.type description: Case Last Updated By User Type. type: String - contextPath: Argus.Case.data.closedTimestamp description: Case Closed Timestamp. type: Number - contextPath: Argus.Case.data.closedByUser.id description: Case Closed By User ID. type: Number - contextPath: Argus.Case.data.closedByUser.customerID description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.id description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.name description: Case Closed By User Customer Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.shortName description: Case Closed By User Customer Short Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.domain.id description: Case Closed By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.domain.name description: Case Closed By User Customer Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.domain.id description: Case Closed By User Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.domain.name description: Case Closed By User Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.userName description: Case Closed By User User Name. type: String - contextPath: Argus.Case.data.closedByUser.name description: Case Closed By User Name. type: String - contextPath: Argus.Case.data.closedByUser.type description: Case Closed By User Type. type: String - contextPath: Argus.Case.data.publishedTimestamp description: Case Published Timestamp. type: Number - contextPath: Argus.Case.data.publishedByUser.id description: Case Published By User ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customerID description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.id description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.name description: Case Published By User Customer Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.shortName description: Case Published By User Customer Short Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.domain.id description: Case Published By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.domain.name description: Case Published By User Customer Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.domain.id description: Case Published By User Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.domain.name description: Case Published By User Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.userName description: Case Published By User User Name. type: String - contextPath: Argus.Case.data.publishedByUser.name description: Case Published By User Name. type: String - contextPath: Argus.Case.data.publishedByUser.type description: Case Published By User Type. type: String - contextPath: Argus.Case.data.flags description: Case Flags. type: String - contextPath: Argus.Case.data.currentUserAccess.level description: Case Current User Access Level. type: String - contextPath: Argus.Case.data.currentUserAccess.role description: Case Current User Access Role. type: String - contextPath: Argus.Case.data.workflows.workflow description: Case Workflows Workflow. type: String - contextPath: Argus.Case.data.workflows.state description: Case Workflows State. type: String - contextPath: Argus.Case.data.originEmailAddress description: Case Origin Email Address. type: String - contextPath: Argus.Case.data.createdTime description: Case Created Time. type: String - contextPath: Argus.Case.data.lastUpdatedTime description: Case Last Updated Time. type: String - contextPath: Argus.Case.data.closedTime description: Case Closed Time. type: String - contextPath: Argus.Case.data.publishedTime description: Case Published Time. type: String description: Returns the basic case descriptor for the case identified by ID. - name: argus-list-case-attachments arguments: - name: case_id required: true description: ID of Argus case. - name: limit description: Maximum number of returned results. - name: offset description: Skip a number of results. outputs: - contextPath: Argus.Attachments.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Attachments.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Attachments.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Attachments.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Attachments.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Attachments.messages.message description: Attachment Messages Message. type: String - contextPath: Argus.Attachments.messages.messageTemplate description: Attachment Messages Message Template. type: String - contextPath: Argus.Attachments.messages.type description: Attachment Messages Type. type: String - contextPath: Argus.Attachments.messages.field description: Attachment Messages Field. type: String - contextPath: Argus.Attachments.messages.timestamp description: Attachment Messages Timestamp. type: Number - contextPath: Argus.Attachments.data.id description: Attachment ID. type: String - contextPath: Argus.Attachments.data.addedTimestamp description: Attachment Added Timestamp. type: Number - contextPath: Argus.Attachments.data.addedByUser.id description: Attachment Added By User ID. type: Number - contextPath: Argus.Attachments.data.addedByUser.customerID description: Attachment Added By User Customer ID. type: Number - contextPath: Argus.Attachments.data.addedByUser.customer.id description: Attachment Added By User Customer ID. type: Number - contextPath: Argus.Attachments.data.addedByUser.customer.name description: Attachment Added By User Customer Name. type: String - contextPath: Argus.Attachments.data.addedByUser.customer.shortName description: Attachment Added By User Customer Short Name. type: String - contextPath: Argus.Attachments.data.addedByUser.customer.domain.id description: Attachment Added By User Customer Domain ID. type: Number - contextPath: Argus.Attachments.data.addedByUser.customer.domain.name description: Attachment Added By User Customer Domain Name. type: String - contextPath: Argus.Attachments.data.addedByUser.domain.id description: Attachment Added By User Domain ID. type: Number - contextPath: Argus.Attachments.data.addedByUser.domain.name description: Attachment Added By User Domain Name. type: String - contextPath: Argus.Attachments.data.addedByUser.userName description: Attachment Added By User User Name. type: String - contextPath: Argus.Attachments.data.addedByUser.name description: Attachment Added By User Name. type: String - contextPath: Argus.Attachments.data.addedByUser.type description: Attachment Added By User Type. type: String - contextPath: Argus.Attachments.data.name description: Attachment Name. type: String - contextPath: Argus.Attachments.data.mimeType description: Attachment Mime Type. type: String - contextPath: Argus.Attachments.data.flags description: Attachment Flags. type: String - contextPath: Argus.Attachments.data.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Attachments.data.originEmailAddress description: Attachment Origin Email Address. type: String - contextPath: Argus.Attachments.data.addedTime description: Attachment Added Time. type: String description: List attachments for an existing case. - name: argus-remove-case-tag-by-id arguments: - name: case_id required: true description: ID of Argus case. - name: tag_id required: true description: ID of tag to remove. outputs: - contextPath: Argus.Tags.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Tags.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Tags.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Tags.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Tags.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Tags.messages.message description: Tag Messages Message. type: String - contextPath: Argus.Tags.messages.messageTemplate description: Tag Messages Message Template. type: String - contextPath: Argus.Tags.messages.type description: Tag Messages Type. type: String - contextPath: Argus.Tags.messages.field description: Tag Messages Field. type: String - contextPath: Argus.Tags.messages.timestamp description: Tag Messages Timestamp. type: Number - contextPath: Argus.Tags.data.id description: Tag ID. type: String - contextPath: Argus.Tags.data.key description: Tag Key. type: String - contextPath: Argus.Tags.data.value description: Tag Value. type: String - contextPath: Argus.Tags.data.addedTimestamp description: Tag Added Timestamp. type: Number - contextPath: Argus.Tags.data.addedByUser.id description: Tag Added By User ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customerID description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.id description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.name description: Tag Added By User Customer Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.shortName description: Tag Added By User Customer Short Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.domain.id description: Tag Added By User Customer Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.domain.name description: Tag Added By User Customer Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.domain.id description: Tag Added By User Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.domain.name description: Tag Added By User Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.userName description: Tag Added By User User Name. type: String - contextPath: Argus.Tags.data.addedByUser.name description: Tag Added By User Name. type: String - contextPath: Argus.Tags.data.addedByUser.type description: Tag Added By User Type. type: String - contextPath: Argus.Tags.data.flags description: Tag Flags. type: String - contextPath: Argus.Tags.data.addedTime description: Tag Added Time. type: String description: Remove existing tag by tag ID. - name: argus-remove-case-tag-by-key-value arguments: - name: case_id required: true description: ID of Argus case. - name: key required: true description: Key of tag to remove. - name: value required: true description: Value of tag to remove. outputs: - contextPath: Argus.Tags.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Tags.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Tags.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Tags.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Tags.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Tags.messages.message description: Tag Messages Message. type: String - contextPath: Argus.Tags.messages.messageTemplate description: Tag Messages Message Template. type: String - contextPath: Argus.Tags.messages.type description: Tag Messages Type. type: String - contextPath: Argus.Tags.messages.field description: Tag Messages Field. type: String - contextPath: Argus.Tags.messages.timestamp description: Tag Messages Timestamp. type: Number - contextPath: Argus.Tags.data.id description: Tag ID. type: String - contextPath: Argus.Tags.data.key description: Tag Key. type: String - contextPath: Argus.Tags.data.value description: Tag Value. type: String - contextPath: Argus.Tags.data.addedTimestamp description: Tag Added Timestamp. type: Number - contextPath: Argus.Tags.data.addedByUser.id description: Tag Added By User ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customerID description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.id description: Tag Added By User Customer ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.name description: Tag Added By User Customer Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.shortName description: Tag Added By User Customer Short Name. type: String - contextPath: Argus.Tags.data.addedByUser.customer.domain.id description: Tag Added By User Customer Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.customer.domain.name description: Tag Added By User Customer Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.domain.id description: Tag Added By User Domain ID. type: Number - contextPath: Argus.Tags.data.addedByUser.domain.name description: Tag Added By User Domain Name. type: String - contextPath: Argus.Tags.data.addedByUser.userName description: Tag Added By User User Name. type: String - contextPath: Argus.Tags.data.addedByUser.name description: Tag Added By User Name. type: String - contextPath: Argus.Tags.data.addedByUser.type description: Tag Added By User Type. type: String - contextPath: Argus.Tags.data.flags description: Tag Flags. type: String - contextPath: Argus.Tags.data.addedTime description: Tag Added Time. type: String description: Remove existing tag with key, value matching. - name: argus-update-case arguments: - name: case_id required: true description: ID of Argus case to update. - name: subject description: If set, change subject of case. - name: description description: 'If set, change description of case. May use HTML, will be sanitized. ' - name: status auto: PREDEFINED predefined: - pendingCustomer - pendingSoc - pendingVendor - pendingClose - workingSoc - workingCustomer description: 'If set, change status of case.' - name: priority auto: PREDEFINED predefined: - low - medium - high - critical description: 'If set, change priority of case. ' - name: category auto: PREDEFINED predefined: - network-testing - unauthorized-access - dos - data-leakage - exposed-malicious - malicious-infection - poor-practice - reconnaissance - misconfigured - vpn-down - sensor-malfunctioning - not-receiving-traffic - false-positive - suspected-targeted-attack - duplicate - problem-managed - problem-customer - adware - network-connection-lost - failed-authentication - missing-log-sources - no-threat - phishing - argus-improvement - argus-bug description: 'If set, assign given category to specified category (by category shortname). Set value to empty string to unset category. ' - name: reporter description: 'If set, set given user as reporter for case (by ID or shortname). Shortname will be resolved in the current users domain. ' - name: assigned_user description: 'If set, assign given user to case (by ID or shortname). Shortname will be resolved in the current users domain. If blank, this will unset assignedUser. ' - name: assigned_tech description: If set, assign given technical user (solution engineer) to case (by ID or shortname). Shortname will be resolved in the current users domain. If blank, this will unset assignedTech. - name: customer_reference description: 'If set, change customer reference for case. ' - name: comment description: 'If set, add comment to case. May use HTML, will be sanitized. ' - name: origin_email_address description: If update is made from an email, specify origin email address here. - name: has_events auto: PREDEFINED predefined: - "true" - "false" description: 'f set, update the hasEvents flag for this case, signalling that this case may have events associated to it. ' - name: internal_comment auto: PREDEFINED predefined: - "true" - "false" description: If true, add comment as internal. (default false). defaultValue: "false" outputs: - contextPath: Argus.Case.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Case.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Case.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Case.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Case.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Case.messages.message description: Case Messages Message. type: String - contextPath: Argus.Case.messages.messageTemplate description: Case Messages Message Template. type: String - contextPath: Argus.Case.messages.type description: Case Messages Type. type: String - contextPath: Argus.Case.messages.field description: Case Messages Field. type: String - contextPath: Argus.Case.messages.timestamp description: Case Messages Timestamp. type: Number - contextPath: Argus.Case.data.id description: Case ID. type: Number - contextPath: Argus.Case.data.customer.id description: Case Customer ID. type: Number - contextPath: Argus.Case.data.customer.name description: Case Customer Name. type: String - contextPath: Argus.Case.data.customer.shortName description: Case Customer Short Name. type: String - contextPath: Argus.Case.data.customer.domain.id description: Case Customer Domain ID. type: Number - contextPath: Argus.Case.data.customer.domain.name description: Case Customer Domain Name. type: String - contextPath: Argus.Case.data.service.id description: Case Service ID. type: Number - contextPath: Argus.Case.data.service.name description: Case Service Name. type: String - contextPath: Argus.Case.data.service.shortName description: Case Service Short Name. type: String - contextPath: Argus.Case.data.service.localizedName description: Case Service Localized Name. type: String - contextPath: Argus.Case.data.category.id description: Case Category ID. type: Number - contextPath: Argus.Case.data.category.name description: Case Category Name. type: String - contextPath: Argus.Case.data.category.shortName description: Case Category Short Name. type: String - contextPath: Argus.Case.data.category.localizedName description: Case Category Localized Name. type: String - contextPath: Argus.Case.data.type description: Case Type. type: String - contextPath: Argus.Case.data.initialStatus description: Case Initial Status. type: String - contextPath: Argus.Case.data.status description: Case Status. type: String - contextPath: Argus.Case.data.initialPriority description: Case Initial Priority. type: String - contextPath: Argus.Case.data.priority description: Case Priority. type: String - contextPath: Argus.Case.data.subject description: Case Subject. type: String - contextPath: Argus.Case.data.description description: Case Description. type: String - contextPath: Argus.Case.data.customerReference description: Case Customer Reference. type: String - contextPath: Argus.Case.data.accessMode description: Case Access Mode. type: String - contextPath: Argus.Case.data.reporter.id description: Case Reporter ID. type: Number - contextPath: Argus.Case.data.reporter.customerID description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.id description: Case Reporter Customer ID. type: Number - contextPath: Argus.Case.data.reporter.customer.name description: Case Reporter Customer Name. type: String - contextPath: Argus.Case.data.reporter.customer.shortName description: Case Reporter Customer Short Name. type: String - contextPath: Argus.Case.data.reporter.customer.domain.id description: Case Reporter Customer Domain ID. type: Number - contextPath: Argus.Case.data.reporter.customer.domain.name description: Case Reporter Customer Domain Name. type: String - contextPath: Argus.Case.data.reporter.domain.id description: Case Reporter Domain ID. type: Number - contextPath: Argus.Case.data.reporter.domain.name description: Case Reporter Domain Name. type: String - contextPath: Argus.Case.data.reporter.userName description: Case Reporter User Name. type: String - contextPath: Argus.Case.data.reporter.name description: Case Reporter Name. type: String - contextPath: Argus.Case.data.reporter.type description: Case Reporter Type. type: String - contextPath: Argus.Case.data.assignedUser.id description: Case Assigned User ID. type: Number - contextPath: Argus.Case.data.assignedUser.customerID description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.id description: Case Assigned User Customer ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.name description: Case Assigned User Customer Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.shortName description: Case Assigned User Customer Short Name. type: String - contextPath: Argus.Case.data.assignedUser.customer.domain.id description: Case Assigned User Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.customer.domain.name description: Case Assigned User Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.domain.id description: Case Assigned User Domain ID. type: Number - contextPath: Argus.Case.data.assignedUser.domain.name description: Case Assigned User Domain Name. type: String - contextPath: Argus.Case.data.assignedUser.userName description: Case Assigned User User Name. type: String - contextPath: Argus.Case.data.assignedUser.name description: Case Assigned User Name. type: String - contextPath: Argus.Case.data.assignedUser.type description: Case Assigned User Type. type: String - contextPath: Argus.Case.data.assignedTech.id description: Case Assigned Tech ID. type: Number - contextPath: Argus.Case.data.assignedTech.customerID description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.id description: Case Assigned Tech Customer ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.name description: Case Assigned Tech Customer Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.shortName description: Case Assigned Tech Customer Short Name. type: String - contextPath: Argus.Case.data.assignedTech.customer.domain.id description: Case Assigned Tech Customer Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.customer.domain.name description: Case Assigned Tech Customer Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.domain.id description: Case Assigned Tech Domain ID. type: Number - contextPath: Argus.Case.data.assignedTech.domain.name description: Case Assigned Tech Domain Name. type: String - contextPath: Argus.Case.data.assignedTech.userName description: Case Assigned Tech User Name. type: String - contextPath: Argus.Case.data.assignedTech.name description: Case Assigned Tech Name. type: String - contextPath: Argus.Case.data.assignedTech.type description: Case Assigned Tech Type. type: String - contextPath: Argus.Case.data.createdTimestamp description: Case Created Timestamp. type: Number - contextPath: Argus.Case.data.createdByUser.id description: Case Created By User ID. type: Number - contextPath: Argus.Case.data.createdByUser.customerID description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.id description: Case Created By User Customer ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.name description: Case Created By User Customer Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.shortName description: Case Created By User Customer Short Name. type: String - contextPath: Argus.Case.data.createdByUser.customer.domain.id description: Case Created By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.customer.domain.name description: Case Created By User Customer Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.domain.id description: Case Created By User Domain ID. type: Number - contextPath: Argus.Case.data.createdByUser.domain.name description: Case Created By User Domain Name. type: String - contextPath: Argus.Case.data.createdByUser.userName description: Case Created By User User Name. type: String - contextPath: Argus.Case.data.createdByUser.name description: Case Created By User Name. type: String - contextPath: Argus.Case.data.createdByUser.type description: Case Created By User Type. type: String - contextPath: Argus.Case.data.lastUpdatedTimestamp description: Case Last Updated Timestamp. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.id description: Case Last Updated By User ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customerID description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.id description: Case Last Updated By User Customer ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.name description: Case Last Updated By User Customer Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.shortName description: Case Last Updated By User Customer Short Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.id description: Case Last Updated By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.customer.domain.name description: Case Last Updated By User Customer Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.domain.id description: Case Last Updated By User Domain ID. type: Number - contextPath: Argus.Case.data.lastUpdatedByUser.domain.name description: Case Last Updated By User Domain Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.userName description: Case Last Updated By User User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.name description: Case Last Updated By User Name. type: String - contextPath: Argus.Case.data.lastUpdatedByUser.type description: Case Last Updated By User Type. type: String - contextPath: Argus.Case.data.closedTimestamp description: Case Closed Timestamp. type: Number - contextPath: Argus.Case.data.closedByUser.id description: Case Closed By User ID. type: Number - contextPath: Argus.Case.data.closedByUser.customerID description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.id description: Case Closed By User Customer ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.name description: Case Closed By User Customer Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.shortName description: Case Closed By User Customer Short Name. type: String - contextPath: Argus.Case.data.closedByUser.customer.domain.id description: Case Closed By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.customer.domain.name description: Case Closed By User Customer Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.domain.id description: Case Closed By User Domain ID. type: Number - contextPath: Argus.Case.data.closedByUser.domain.name description: Case Closed By User Domain Name. type: String - contextPath: Argus.Case.data.closedByUser.userName description: Case Closed By User User Name. type: String - contextPath: Argus.Case.data.closedByUser.name description: Case Closed By User Name. type: String - contextPath: Argus.Case.data.closedByUser.type description: Case Closed By User Type. type: String - contextPath: Argus.Case.data.publishedTimestamp description: Case Published Timestamp. type: Number - contextPath: Argus.Case.data.publishedByUser.id description: Case Published By User ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customerID description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.id description: Case Published By User Customer ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.name description: Case Published By User Customer Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.shortName description: Case Published By User Customer Short Name. type: String - contextPath: Argus.Case.data.publishedByUser.customer.domain.id description: Case Published By User Customer Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.customer.domain.name description: Case Published By User Customer Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.domain.id description: Case Published By User Domain ID. type: Number - contextPath: Argus.Case.data.publishedByUser.domain.name description: Case Published By User Domain Name. type: String - contextPath: Argus.Case.data.publishedByUser.userName description: Case Published By User User Name. type: String - contextPath: Argus.Case.data.publishedByUser.name description: Case Published By User Name. type: String - contextPath: Argus.Case.data.publishedByUser.type description: Case Published By User Type. type: String - contextPath: Argus.Case.data.flags description: Case Flags. type: String - contextPath: Argus.Case.data.currentUserAccess.level description: Case Current User Access Level. type: String - contextPath: Argus.Case.data.currentUserAccess.role description: Case Current User Access Role. type: String - contextPath: Argus.Case.data.workflows.workflow description: Case Workflows Workflow. type: String - contextPath: Argus.Case.data.workflows.state description: Case Workflows State. type: String - contextPath: Argus.Case.data.originEmailAddress description: Case Origin Email Address. type: String - contextPath: Argus.Case.data.createdTime description: Case Created Time. type: String - contextPath: Argus.Case.data.lastUpdatedTime description: Case Last Updated Time. type: String - contextPath: Argus.Case.data.closedTime description: Case Closed Time. type: String - contextPath: Argus.Case.data.publishedTime description: Case Published Time. type: String description: Request changes to basic fields of an existing case. - name: argus-get-attachment arguments: - name: case_id required: true description: ID of Argus case. - name: attachment_id required: true description: ID of attachement. outputs: - contextPath: Argus.Attachment.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Attachment.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Attachment.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Attachment.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Attachment.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Attachment.messages.message description: Attachment Messages Message. type: String - contextPath: Argus.Attachment.messages.messageTemplate description: Attachment Messages Message Template. type: String - contextPath: Argus.Attachment.messages.type description: Attachment Messages Type. type: String - contextPath: Argus.Attachment.messages.field description: Attachment Messages Field. type: String - contextPath: Argus.Attachment.messages.timestamp description: Attachment Messages Timestamp. type: Number - contextPath: Argus.Attachment.data.id description: Attachment ID. type: String - contextPath: Argus.Attachment.data.addedTimestamp description: Attachment Added Timestamp. type: Number - contextPath: Argus.Attachment.data.addedByUser.id description: Attachment Added By User ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customerID description: Attachment Added By User Customer ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customer.id description: Attachment Added By User Customer ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customer.name description: Attachment Added By User Customer Name. type: String - contextPath: Argus.Attachment.data.addedByUser.customer.shortName description: Attachment Added By User Customer Short Name. type: String - contextPath: Argus.Attachment.data.addedByUser.customer.domain.id description: Attachment Added By User Customer Domain ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.customer.domain.name description: Attachment Added By User Customer Domain Name. type: String - contextPath: Argus.Attachment.data.addedByUser.domain.id description: Attachment Added By User Domain ID. type: Number - contextPath: Argus.Attachment.data.addedByUser.domain.name description: Attachment Added By User Domain Name. type: String - contextPath: Argus.Attachment.data.addedByUser.userName description: Attachment Added By User User Name. type: String - contextPath: Argus.Attachment.data.addedByUser.name description: Attachment Added By User Name. type: String - contextPath: Argus.Attachment.data.addedByUser.type description: Attachment Added By User Type. type: String - contextPath: Argus.Attachment.data.name description: Attachment Name. type: String - contextPath: Argus.Attachment.data.mimeType description: Attachment Mime Type. type: String - contextPath: Argus.Attachment.data.flags description: Attachment Flags. type: String - contextPath: Argus.Attachment.data.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Attachment.data.originEmailAddress description: Attachment Origin Email Address. type: String - contextPath: Argus.Attachment.data.addedTime description: Attachment Added Time. type: String description: Fetch specific attachment metadata. - name: argus-download-attachment arguments: - name: case_id required: true description: ID of Argus case. - name: attachment_id required: true description: 'ID of attachment to download. ' - name: file_name description: Filename of attachment, will otherwise be the ID. outputs: - contextPath: File.Size description: The size of the file. type: Number - contextPath: File.SHA1 description: The SHA1 hash of the file. type: String - contextPath: File.SHA256 description: The SHA256 hash of the file. type: String - contextPath: File.Name description: The name of the file. type: String - contextPath: File.SSDeep description: The SSDeep hash of the file. type: String - contextPath: File.EntryID description: The entry ID of the file. type: String - contextPath: File.Info description: File information. type: String - contextPath: File.Type description: The file type. type: String - contextPath: File.MD5 description: The MD5 hash of the file. type: String - contextPath: File.Extension description: The file extension. type: String description: Download specific attachment contents. - name: argus-get-events-for-case arguments: - name: case_id required: true description: ID of Argus case. - name: limit description: Maximum number of returned results (default 25). - name: offset description: Skip a number of results. outputs: - contextPath: Argus.Events.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Events.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Events.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Events.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Events.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Events.messages.message description: Event Messages Message. type: String - contextPath: Argus.Events.messages.messageTemplate description: Event Messages Message Template. type: String - contextPath: Argus.Events.messages.type description: Event Messages Type. type: String - contextPath: Argus.Events.messages.field description: Event Messages Field. type: String - contextPath: Argus.Events.messages.timestamp description: Event Messages Timestamp. type: Number - contextPath: Argus.Events.data.customerInfo.id description: Event Customer Info ID. type: Number - contextPath: Argus.Events.data.customerInfo.name description: Event Customer Info Name. type: String - contextPath: Argus.Events.data.customerInfo.shortName description: Event Customer Info Short Name. type: String - contextPath: Argus.Events.data.customerInfo.domain.id description: Event Customer Info Domain ID. type: Number - contextPath: Argus.Events.data.customerInfo.domain.name description: Event Customer Info Domain Name. type: String - contextPath: Argus.Events.data.properties.additionalProp1 description: Event Properties Additional Prop 1. type: String - contextPath: Argus.Events.data.properties.additionalProp2 description: Event Properties Additional Prop 2. type: String - contextPath: Argus.Events.data.properties.additionalProp3 description: Event Properties Additional Prop 3. type: String - contextPath: Argus.Events.data.comments.timestamp description: Event Comments Timestamp. type: Number - contextPath: Argus.Events.data.comments.user.id description: Event Comments User ID. type: Number - contextPath: Argus.Events.data.comments.user.customerID description: Event Comments User Customer ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.id description: Event Comments User Customer ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.name description: Event Comments User Customer Name. type: String - contextPath: Argus.Events.data.comments.user.customer.shortName description: Event Comments User Customer Short Name. type: String - contextPath: Argus.Events.data.comments.user.customer.domain.id description: Event Comments User Customer Domain ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.domain.name description: Event Comments User Customer Domain Name. type: String - contextPath: Argus.Events.data.comments.user.domain.id description: Event Comments User Domain ID. type: Number - contextPath: Argus.Events.data.comments.user.domain.name description: Event Comments User Domain Name. type: String - contextPath: Argus.Events.data.comments.user.userName description: Event Comments User User Name. type: String - contextPath: Argus.Events.data.comments.user.name description: Event Comments User Name. type: String - contextPath: Argus.Events.data.comments.user.type description: Event Comments User Type. type: String - contextPath: Argus.Events.data.comments.comment description: Event Comments Comment. type: String - contextPath: Argus.Events.data.associatedCase.id description: Event Associated Case ID. type: Number - contextPath: Argus.Events.data.associatedCase.subject description: Event Associated Case Subject. type: String - contextPath: Argus.Events.data.associatedCase.categoryID description: Event Associated Case Category ID. type: Number - contextPath: Argus.Events.data.associatedCase.categoryName description: Event Associated Case Category Name. type: String - contextPath: Argus.Events.data.associatedCase.service description: Event Associated Case Service. type: String - contextPath: Argus.Events.data.associatedCase.status description: Event Associated Case Status. type: String - contextPath: Argus.Events.data.associatedCase.priority description: Event Associated Case Priority. type: String - contextPath: Argus.Events.data.location.shortName description: Event Location Short Name. type: String - contextPath: Argus.Events.data.location.name description: Event Location Name. type: String - contextPath: Argus.Events.data.location.timeZone description: Event Location Time Zone. type: String - contextPath: Argus.Events.data.location.id description: Event Location ID. type: Number - contextPath: Argus.Events.data.attackInfo.alarmID description: Event Attack Info Alarm ID. type: Number - contextPath: Argus.Events.data.attackInfo.alarmDescription description: Event Attack Info Alarm Description. type: String - contextPath: Argus.Events.data.attackInfo.attackCategoryID description: Event Attack Info Attack Category ID. type: Number - contextPath: Argus.Events.data.attackInfo.attackCategoryName description: Event Attack Info Attack Category Name. type: String - contextPath: Argus.Events.data.attackInfo.signature description: Event Attack Info Signature. type: String - contextPath: Argus.Events.data.domain.fqdn description: Event Domain Fqdn. type: String - contextPath: Argus.Events.data.uri description: Event Uri. type: String - contextPath: Argus.Events.data.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Events.data.source.port description: Event Source Port. type: Number - contextPath: Argus.Events.data.source.geoLocation.countryCode description: Event Source Geo Location Country Code. type: String - contextPath: Argus.Events.data.source.geoLocation.countryName description: Event Source Geo Location Country Name. type: String - contextPath: Argus.Events.data.source.geoLocation.locationName description: Event Source Geo Location Location Name. type: String - contextPath: Argus.Events.data.source.geoLocation.latitude description: Event Source Geo Location Latitude. type: Number - contextPath: Argus.Events.data.source.geoLocation.longitude description: Event Source Geo Location Longitude. type: Number - contextPath: Argus.Events.data.source.networkAddress.ipv6 description: Event Source Network Address Ipv 6. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.public description: Event Source Network Address Public. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.maskBits description: Event Source Network Address Mask Bits. type: Number - contextPath: Argus.Events.data.source.networkAddress.multicast description: Event Source Network Address Multicast. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.host description: Event Source Network Address Host. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.address description: Event Source Network Address Address. type: String - contextPath: Argus.Events.data.destination.port description: Event Destination Port. type: Number - contextPath: Argus.Events.data.destination.geoLocation.countryCode description: Event Destination Geo Location Country Code. type: String - contextPath: Argus.Events.data.destination.geoLocation.countryName description: Event Destination Geo Location Country Name. type: String - contextPath: Argus.Events.data.destination.geoLocation.locationName description: Event Destination Geo Location Location Name. type: String - contextPath: Argus.Events.data.destination.geoLocation.latitude description: Event Destination Geo Location Latitude. type: Number - contextPath: Argus.Events.data.destination.geoLocation.longitude description: Event Destination Geo Location Longitude. type: Number - contextPath: Argus.Events.data.destination.networkAddress.ipv6 description: Event Destination Network Address Ipv 6. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.public description: Event Destination Network Address Public. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.maskBits description: Event Destination Network Address Mask Bits. type: Number - contextPath: Argus.Events.data.destination.networkAddress.multicast description: Event Destination Network Address Multicast. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.host description: Event Destination Network Address Host. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.address description: Event Destination Network Address Address. type: String - contextPath: Argus.Events.data.protocol description: Event Protocol. type: String - contextPath: Argus.Events.data.timestamp description: Event Timestamp. type: Number - contextPath: Argus.Events.data.startTimestamp description: Event Start Timestamp. type: Number - contextPath: Argus.Events.data.endTimestamp description: Event End Timestamp. type: Number - contextPath: Argus.Events.data.lastUpdatedTimestamp description: Event Last Updated Timestamp. type: Number - contextPath: Argus.Events.data.flags description: Event Flags. type: String - contextPath: Argus.Events.data.detailedEventIDS description: Event Detailed Event IDS. type: String - contextPath: Argus.Events.data.severity description: Event Severity. type: String - contextPath: Argus.Events.data.id description: Event ID. type: String description: Fetch events associated with specified case. - name: argus-list-aggregated-events arguments: - name: customer_id description: Limit to customerID. - name: signature description: Limit to signature. - name: ip description: Limit to ip/network. - name: start_timestamp description: Limit to events after this timestamp (default is last 24 hours). - name: end_timestamp description: Limit to events before this timestamp. Defaults to now. - name: limit description: Limit results (default 25). - name: offset description: Skip a number of results. outputs: - contextPath: Argus.Events.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Events.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Events.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Events.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Events.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Events.messages.message description: Event Messages Message. type: String - contextPath: Argus.Events.messages.messageTemplate description: Event Messages Message Template. type: String - contextPath: Argus.Events.messages.type description: Event Messages Type. type: String - contextPath: Argus.Events.messages.field description: Event Messages Field. type: String - contextPath: Argus.Events.messages.timestamp description: Event Messages Timestamp. type: Number - contextPath: Argus.Events.data.customerInfo.id description: Event Customer Info ID. type: Number - contextPath: Argus.Events.data.customerInfo.name description: Event Customer Info Name. type: String - contextPath: Argus.Events.data.customerInfo.shortName description: Event Customer Info Short Name. type: String - contextPath: Argus.Events.data.customerInfo.domain.id description: Event Customer Info Domain ID. type: Number - contextPath: Argus.Events.data.customerInfo.domain.name description: Event Customer Info Domain Name. type: String - contextPath: Argus.Events.data.properties.additionalProp1 description: Event Properties Additional Prop 1. type: String - contextPath: Argus.Events.data.properties.additionalProp2 description: Event Properties Additional Prop 2. type: String - contextPath: Argus.Events.data.properties.additionalProp3 description: Event Properties Additional Prop 3. type: String - contextPath: Argus.Events.data.comments.timestamp description: Event Comments Timestamp. type: Number - contextPath: Argus.Events.data.comments.user.id description: Event Comments User ID. type: Number - contextPath: Argus.Events.data.comments.user.customerID description: Event Comments User Customer ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.id description: Event Comments User Customer ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.name description: Event Comments User Customer Name. type: String - contextPath: Argus.Events.data.comments.user.customer.shortName description: Event Comments User Customer Short Name. type: String - contextPath: Argus.Events.data.comments.user.customer.domain.id description: Event Comments User Customer Domain ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.domain.name description: Event Comments User Customer Domain Name. type: String - contextPath: Argus.Events.data.comments.user.domain.id description: Event Comments User Domain ID. type: Number - contextPath: Argus.Events.data.comments.user.domain.name description: Event Comments User Domain Name. type: String - contextPath: Argus.Events.data.comments.user.userName description: Event Comments User User Name. type: String - contextPath: Argus.Events.data.comments.user.name description: Event Comments User Name. type: String - contextPath: Argus.Events.data.comments.user.type description: Event Comments User Type. type: String - contextPath: Argus.Events.data.comments.comment description: Event Comments Comment. type: String - contextPath: Argus.Events.data.associatedCase.id description: Event Associated Case ID. type: Number - contextPath: Argus.Events.data.associatedCase.subject description: Event Associated Case Subject. type: String - contextPath: Argus.Events.data.associatedCase.categoryID description: Event Associated Case Category ID. type: Number - contextPath: Argus.Events.data.associatedCase.categoryName description: Event Associated Case Category Name. type: String - contextPath: Argus.Events.data.associatedCase.service description: Event Associated Case Service. type: String - contextPath: Argus.Events.data.associatedCase.status description: Event Associated Case Status. type: String - contextPath: Argus.Events.data.associatedCase.priority description: Event Associated Case Priority. type: String - contextPath: Argus.Events.data.location.shortName description: Event Location Short Name. type: String - contextPath: Argus.Events.data.location.name description: Event Location Name. type: String - contextPath: Argus.Events.data.location.timeZone description: Event Location Time Zone. type: String - contextPath: Argus.Events.data.location.id description: Event Location ID. type: Number - contextPath: Argus.Events.data.attackInfo.alarmID description: Event Attack Info Alarm ID. type: Number - contextPath: Argus.Events.data.attackInfo.alarmDescription description: Event Attack Info Alarm Description. type: String - contextPath: Argus.Events.data.attackInfo.attackCategoryID description: Event Attack Info Attack Category ID. type: Number - contextPath: Argus.Events.data.attackInfo.attackCategoryName description: Event Attack Info Attack Category Name. type: String - contextPath: Argus.Events.data.attackInfo.signature description: Event Attack Info Signature. type: String - contextPath: Argus.Events.data.domain.fqdn description: Event Domain Fqdn. type: String - contextPath: Argus.Events.data.uri description: Event Uri. type: String - contextPath: Argus.Events.data.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Events.data.source.port description: Event Source Port. type: Number - contextPath: Argus.Events.data.source.geoLocation.countryCode description: Event Source Geo Location Country Code. type: String - contextPath: Argus.Events.data.source.geoLocation.countryName description: Event Source Geo Location Country Name. type: String - contextPath: Argus.Events.data.source.geoLocation.locationName description: Event Source Geo Location Location Name. type: String - contextPath: Argus.Events.data.source.geoLocation.latitude description: Event Source Geo Location Latitude. type: Number - contextPath: Argus.Events.data.source.geoLocation.longitude description: Event Source Geo Location Longitude. type: Number - contextPath: Argus.Events.data.source.networkAddress.ipv6 description: Event Source Network Address Ipv 6. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.public description: Event Source Network Address Public. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.maskBits description: Event Source Network Address Mask Bits. type: Number - contextPath: Argus.Events.data.source.networkAddress.multicast description: Event Source Network Address Multicast. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.host description: Event Source Network Address Host. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.address description: Event Source Network Address Address. type: String - contextPath: Argus.Events.data.destination.port description: Event Destination Port. type: Number - contextPath: Argus.Events.data.destination.geoLocation.countryCode description: Event Destination Geo Location Country Code. type: String - contextPath: Argus.Events.data.destination.geoLocation.countryName description: Event Destination Geo Location Country Name. type: String - contextPath: Argus.Events.data.destination.geoLocation.locationName description: Event Destination Geo Location Location Name. type: String - contextPath: Argus.Events.data.destination.geoLocation.latitude description: Event Destination Geo Location Latitude. type: Number - contextPath: Argus.Events.data.destination.geoLocation.longitude description: Event Destination Geo Location Longitude. type: Number - contextPath: Argus.Events.data.destination.networkAddress.ipv6 description: Event Destination Network Address Ipv 6. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.public description: Event Destination Network Address Public. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.maskBits description: Event Destination Network Address Mask Bits. type: Number - contextPath: Argus.Events.data.destination.networkAddress.multicast description: Event Destination Network Address Multicast. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.host description: Event Destination Network Address Host. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.address description: Event Destination Network Address Address. type: String - contextPath: Argus.Events.data.protocol description: Event Protocol. type: String - contextPath: Argus.Events.data.timestamp description: Event Timestamp. type: Number - contextPath: Argus.Events.data.startTimestamp description: Event Start Timestamp. type: Number - contextPath: Argus.Events.data.endTimestamp description: Event End Timestamp. type: Number - contextPath: Argus.Events.data.lastUpdatedTimestamp description: Event Last Updated Timestamp. type: Number - contextPath: Argus.Events.data.flags description: Event Flags. type: String - contextPath: Argus.Events.data.detailedEventIDS description: Event Detailed Event IDS. type: String - contextPath: Argus.Events.data.severity description: Event Severity. type: String - contextPath: Argus.Events.data.id description: Event ID. type: String description: List aggregated events. - name: argus-find-aggregated-events arguments: - name: skip_future_events auto: PREDEFINED predefined: - "true" - "false" description: Skip future events. - name: exclude auto: PREDEFINED predefined: - "true" - "false" description: Exclude parameter. - name: event_identifier description: (as list). - name: location_id description: (as list). - name: severity description: (as list). - name: customer description: (as list). - name: alarm_id description: (as list). - name: attack_category_id description: (as list). - name: source_geo_country description: (as list). - name: destination_geo_country description: (as list). - name: geo_country description: (as list). - name: properties description: '(as dict: key,value).' - name: exact_match_properties auto: PREDEFINED predefined: - "true" - "false" description: Exact matching flag. - name: sub_criteria description: (as list). - name: signature description: (as list). - name: last_updated_timestamp description: Last updated timestamp. - name: index_start_time description: Index start time. - name: index_end_time description: Index end time. - name: destination_ip description: (as list). - name: source_ip description: (as list). - name: ip description: (as list). - name: destination_port description: (as list). - name: source_port description: (as list). - name: port description: (as lst). - name: min_severity description: Minimum severity. - name: max_severity description: Maximum severity. - name: limit description: Limit results (default 25). - name: offset description: Skip number of results. - name: include_deleted auto: PREDEFINED predefined: - "true" - "false" description: Include deleted events. - name: min_count description: Minimum count. - name: associated_case_id description: (as list). - name: source_ip_min_bits description: Source IP minimum bits. - name: destination_ip_min_bits description: Destination IP minimum bits. - name: start_timestamp description: Start timestamp. - name: end_timestamp description: End timestamp. - name: sort_by description: Order results by these properties (prefix with - to sort descending) (as list). - name: include_flags description: Search objects with these flags set (as list). - name: exclude_flags description: Exclude objects with these flags set (as list). outputs: - contextPath: Argus.Events.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Events.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Events.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Events.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Events.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Events.messages.message description: Event Messages Message. type: String - contextPath: Argus.Events.messages.messageTemplate description: Event Messages Message Template. type: String - contextPath: Argus.Events.messages.type description: Event Messages Type. type: String - contextPath: Argus.Events.messages.field description: Event Messages Field. type: String - contextPath: Argus.Events.messages.timestamp description: Event Messages Timestamp. type: Number - contextPath: Argus.Events.data.customerInfo.id description: Event Customer Info ID. type: Number - contextPath: Argus.Events.data.customerInfo.name description: Event Customer Info Name. type: String - contextPath: Argus.Events.data.customerInfo.shortName description: Event Customer Info Short Name. type: String - contextPath: Argus.Events.data.customerInfo.domain.id description: Event Customer Info Domain ID. type: Number - contextPath: Argus.Events.data.customerInfo.domain.name description: Event Customer Info Domain Name. type: String - contextPath: Argus.Events.data.properties.additionalProp1 description: Event Properties Additional Prop 1. type: String - contextPath: Argus.Events.data.properties.additionalProp2 description: Event Properties Additional Prop 2. type: String - contextPath: Argus.Events.data.properties.additionalProp3 description: Event Properties Additional Prop 3. type: String - contextPath: Argus.Events.data.comments.timestamp description: Event Comments Timestamp. type: Number - contextPath: Argus.Events.data.comments.user.id description: Event Comments User ID. type: Number - contextPath: Argus.Events.data.comments.user.customerID description: Event Comments User Customer ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.id description: Event Comments User Customer ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.name description: Event Comments User Customer Name. type: String - contextPath: Argus.Events.data.comments.user.customer.shortName description: Event Comments User Customer Short Name. type: String - contextPath: Argus.Events.data.comments.user.customer.domain.id description: Event Comments User Customer Domain ID. type: Number - contextPath: Argus.Events.data.comments.user.customer.domain.name description: Event Comments User Customer Domain Name. type: String - contextPath: Argus.Events.data.comments.user.domain.id description: Event Comments User Domain ID. type: Number - contextPath: Argus.Events.data.comments.user.domain.name description: Event Comments User Domain Name. type: String - contextPath: Argus.Events.data.comments.user.userName description: Event Comments User User Name. type: String - contextPath: Argus.Events.data.comments.user.name description: Event Comments User Name. type: String - contextPath: Argus.Events.data.comments.user.type description: Event Comments User Type. type: String - contextPath: Argus.Events.data.comments.comment description: Event Comments Comment. type: String - contextPath: Argus.Events.data.associatedCase.id description: Event Associated Case ID. type: Number - contextPath: Argus.Events.data.associatedCase.subject description: Event Associated Case Subject. type: String - contextPath: Argus.Events.data.associatedCase.categoryID description: Event Associated Case Category ID. type: Number - contextPath: Argus.Events.data.associatedCase.categoryName description: Event Associated Case Category Name. type: String - contextPath: Argus.Events.data.associatedCase.service description: Event Associated Case Service. type: String - contextPath: Argus.Events.data.associatedCase.status description: Event Associated Case Status. type: String - contextPath: Argus.Events.data.associatedCase.priority description: Event Associated Case Priority. type: String - contextPath: Argus.Events.data.location.shortName description: Event Location Short Name. type: String - contextPath: Argus.Events.data.location.name description: Event Location Name. type: String - contextPath: Argus.Events.data.location.timeZone description: Event Location Time Zone. type: String - contextPath: Argus.Events.data.location.id description: Event Location ID. type: Number - contextPath: Argus.Events.data.attackInfo.alarmID description: Event Attack Info Alarm ID. type: Number - contextPath: Argus.Events.data.attackInfo.alarmDescription description: Event Attack Info Alarm Description. type: String - contextPath: Argus.Events.data.attackInfo.attackCategoryID description: Event Attack Info Attack Category ID. type: Number - contextPath: Argus.Events.data.attackInfo.attackCategoryName description: Event Attack Info Attack Category Name. type: String - contextPath: Argus.Events.data.attackInfo.signature description: Event Attack Info Signature. type: String - contextPath: Argus.Events.data.domain.fqdn description: Event Domain Fqdn. type: String - contextPath: Argus.Events.data.uri description: Event Uri. type: String - contextPath: Argus.Events.data.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Events.data.source.port description: Event Source Port. type: Number - contextPath: Argus.Events.data.source.geoLocation.countryCode description: Event Source Geo Location Country Code. type: String - contextPath: Argus.Events.data.source.geoLocation.countryName description: Event Source Geo Location Country Name. type: String - contextPath: Argus.Events.data.source.geoLocation.locationName description: Event Source Geo Location Location Name. type: String - contextPath: Argus.Events.data.source.geoLocation.latitude description: Event Source Geo Location Latitude. type: Number - contextPath: Argus.Events.data.source.geoLocation.longitude description: Event Source Geo Location Longitude. type: Number - contextPath: Argus.Events.data.source.networkAddress.ipv6 description: Event Source Network Address Ipv 6. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.public description: Event Source Network Address Public. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.maskBits description: Event Source Network Address Mask Bits. type: Number - contextPath: Argus.Events.data.source.networkAddress.multicast description: Event Source Network Address Multicast. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.host description: Event Source Network Address Host. type: Boolean - contextPath: Argus.Events.data.source.networkAddress.address description: Event Source Network Address Address. type: String - contextPath: Argus.Events.data.destination.port description: Event Destination Port. type: Number - contextPath: Argus.Events.data.destination.geoLocation.countryCode description: Event Destination Geo Location Country Code. type: String - contextPath: Argus.Events.data.destination.geoLocation.countryName description: Event Destination Geo Location Country Name. type: String - contextPath: Argus.Events.data.destination.geoLocation.locationName description: Event Destination Geo Location Location Name. type: String - contextPath: Argus.Events.data.destination.geoLocation.latitude description: Event Destination Geo Location Latitude. type: Number - contextPath: Argus.Events.data.destination.geoLocation.longitude description: Event Destination Geo Location Longitude. type: Number - contextPath: Argus.Events.data.destination.networkAddress.ipv6 description: Event Destination Network Address Ipv 6. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.public description: Event Destination Network Address Public. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.maskBits description: Event Destination Network Address Mask Bits. type: Number - contextPath: Argus.Events.data.destination.networkAddress.multicast description: Event Destination Network Address Multicast. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.host description: Event Destination Network Address Host. type: Boolean - contextPath: Argus.Events.data.destination.networkAddress.address description: Event Destination Network Address Address. type: String - contextPath: Argus.Events.data.protocol description: Event Protocol. type: String - contextPath: Argus.Events.data.timestamp description: Event Timestamp. type: Number - contextPath: Argus.Events.data.startTimestamp description: Event Start Timestamp. type: Number - contextPath: Argus.Events.data.endTimestamp description: Event End Timestamp. type: Number - contextPath: Argus.Events.data.lastUpdatedTimestamp description: Event Last Updated Timestamp. type: Number - contextPath: Argus.Events.data.flags description: Event Flags. type: String - contextPath: Argus.Events.data.detailedEventIDS description: Event Detailed Event IDS. type: String - contextPath: Argus.Events.data.severity description: Event Severity. type: String - contextPath: Argus.Events.data.id description: Event ID. type: String description: 'Search for aggregated events (OSB! advanced method: look in API doc).' - name: argus-get-payload arguments: - name: type required: true auto: PREDEFINED predefined: - NIDS - AGGR - AGGRATTACK description: Event type. - name: timestamp required: true description: Timestamp of event. - name: customer_id required: true description: ID of customer. - name: event_id required: true description: ID of related event. outputs: - contextPath: Argus.Payload.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Payload.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Payload.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Payload.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Payload.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Payload.messages.message description: Payload Messages Message. type: String - contextPath: Argus.Payload.messages.messageTemplate description: Payload Messages Message Template. type: String - contextPath: Argus.Payload.messages.type description: Payload Messages Type. type: String - contextPath: Argus.Payload.messages.field description: Payload Messages Field. type: String - contextPath: Argus.Payload.messages.timestamp description: Payload Messages Timestamp. type: Number - contextPath: Argus.Payload.data.id description: Payload ID. type: String - contextPath: Argus.Payload.data.type description: Payload Type. type: String - contextPath: Argus.Payload.data.payload description: Payload Payload. type: String description: Fetch specified event payload. - name: argus-get-pcap arguments: - name: type required: true auto: PREDEFINED predefined: - NIDS - AGGR - AGGRATTACK description: Event type. - name: timestamp required: true description: Timestamp of event. - name: customer_id required: true description: ID of customer. - name: event_id required: true description: ID of related event. description: Fetch specified event payload as PCAP. - name: argus-get-event arguments: - name: type required: true auto: PREDEFINED predefined: - NIDS - AGGR - AGGRATTACK description: Type of event. - name: timestamp required: true description: Timestamp of event. - name: customer_id required: true description: Customer ID related to event. - name: event_id required: true description: ID of event. outputs: - contextPath: Argus.Event.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.Event.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.Event.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.Event.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.Event.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.Event.messages.message description: Event Messages Message. type: String - contextPath: Argus.Event.messages.messageTemplate description: Event Messages Message Template. type: String - contextPath: Argus.Event.messages.type description: Event Messages Type. type: String - contextPath: Argus.Event.messages.field description: Event Messages Field. type: String - contextPath: Argus.Event.messages.timestamp description: Event Messages Timestamp. type: Number - contextPath: Argus.Event.data.timestamp description: Event Timestamp. type: Number - contextPath: Argus.Event.data.flags description: Event Flags. type: Number - contextPath: Argus.Event.data.customerID description: Event Customer ID. type: Number - contextPath: Argus.Event.data.aggregationKey description: Event Aggregation Key. type: String - contextPath: Argus.Event.data.sourceType description: Event Source Type. type: String - contextPath: Argus.Event.data.customerInfo.id description: Event Customer Info ID. type: Number - contextPath: Argus.Event.data.customerInfo.name description: Event Customer Info Name. type: String - contextPath: Argus.Event.data.customerInfo.shortName description: Event Customer Info Short Name. type: String - contextPath: Argus.Event.data.customerInfo.domain.id description: Event Customer Info Domain ID. type: Number - contextPath: Argus.Event.data.customerInfo.domain.name description: Event Customer Info Domain Name. type: String - contextPath: Argus.Event.data.update description: Event Update. type: Boolean - contextPath: Argus.Event.data.aggregated description: Event Aggregated. type: Boolean - contextPath: Argus.Event.data.encodedFlags description: Event Encoded Flags. type: String description: Fetch specified event. - name: argus-list-nids-events arguments: - name: customer_id description: Limit to customerID. - name: signature description: Limit to signature. - name: ip description: Limit to ip/network. - name: start_timestamp description: Limit to events after this timestamp (default is last 24 hours). - name: end_timestamp description: 'Limit to events before this timestamp (default: now).' - name: limit description: 'Limit results (default: 25).' - name: offset description: Skip a number of results. outputs: - contextPath: Argus.NIDS.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.NIDS.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.NIDS.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.NIDS.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.NIDS.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.NIDS.messages.message description: NIDS Messages Message. type: String - contextPath: Argus.NIDS.messages.messageTemplate description: NIDS Messages Message Template. type: String - contextPath: Argus.NIDS.messages.type description: NIDS Messages Type. type: String - contextPath: Argus.NIDS.messages.field description: NIDS Messages Field. type: String - contextPath: Argus.NIDS.messages.timestamp description: NIDS Messages Timestamp. type: Number - contextPath: Argus.NIDS.data.customerInfo.id description: NIDS Customer Info ID. type: Number - contextPath: Argus.NIDS.data.customerInfo.name description: NIDS Customer Info Name. type: String - contextPath: Argus.NIDS.data.customerInfo.shortName description: NIDS Customer Info Short Name. type: String - contextPath: Argus.NIDS.data.customerInfo.domain.id description: NIDS Customer Info Domain ID. type: Number - contextPath: Argus.NIDS.data.customerInfo.domain.name description: NIDS Customer Info Domain Name. type: String - contextPath: Argus.NIDS.data.properties.additionalProp1 description: NIDS Properties Additional Prop 1. type: String - contextPath: Argus.NIDS.data.properties.additionalProp2 description: NIDS Properties Additional Prop 2. type: String - contextPath: Argus.NIDS.data.properties.additionalProp3 description: NIDS Properties Additional Prop 3. type: String - contextPath: Argus.NIDS.data.comments.timestamp description: NIDS Comments Timestamp. type: Number - contextPath: Argus.NIDS.data.comments.user.id description: NIDS Comments User ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customerID description: NIDS Comments User Customer ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customer.id description: NIDS Comments User Customer ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customer.name description: NIDS Comments User Customer Name. type: String - contextPath: Argus.NIDS.data.comments.user.customer.shortName description: NIDS Comments User Customer Short Name. type: String - contextPath: Argus.NIDS.data.comments.user.customer.domain.id description: NIDS Comments User Customer Domain ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customer.domain.name description: NIDS Comments User Customer Domain Name. type: String - contextPath: Argus.NIDS.data.comments.user.domain.id description: NIDS Comments User Domain ID. type: Number - contextPath: Argus.NIDS.data.comments.user.domain.name description: NIDS Comments User Domain Name. type: String - contextPath: Argus.NIDS.data.comments.user.userName description: NIDS Comments User User Name. type: String - contextPath: Argus.NIDS.data.comments.user.name description: NIDS Comments User Name. type: String - contextPath: Argus.NIDS.data.comments.user.type description: NIDS Comments User Type. type: String - contextPath: Argus.NIDS.data.comments.comment description: NIDS Comments Comment. type: String - contextPath: Argus.NIDS.data.sensor.sensorID description: NIDS Sensor Sensor ID. type: Number - contextPath: Argus.NIDS.data.sensor.hostName description: NIDS Sensor Host Name. type: String - contextPath: Argus.NIDS.data.sensor.hostIpAddress.host description: NIDS Sensor Host Ip Address Host. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.ipv6 description: NIDS Sensor Host Ip Address Ipv 6. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.public description: NIDS Sensor Host Ip Address Public. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.maskBits description: NIDS Sensor Host Ip Address Mask Bits. type: Number - contextPath: Argus.NIDS.data.sensor.hostIpAddress.multicast description: NIDS Sensor Host Ip Address Multicast. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.address description: NIDS Sensor Host Ip Address Address. type: String - contextPath: Argus.NIDS.data.sensor.hostIpString description: NIDS Sensor Host Ip String. type: String - contextPath: Argus.NIDS.data.location.shortName description: NIDS Location Short Name. type: String - contextPath: Argus.NIDS.data.location.name description: NIDS Location Name. type: String - contextPath: Argus.NIDS.data.location.timeZone description: NIDS Location Time Zone. type: String - contextPath: Argus.NIDS.data.location.id description: NIDS Location ID. type: Number - contextPath: Argus.NIDS.data.attackInfo.alarmID description: NIDS Attack Info Alarm ID. type: Number - contextPath: Argus.NIDS.data.attackInfo.alarmDescription description: NIDS Attack Info Alarm Description. type: String - contextPath: Argus.NIDS.data.attackInfo.attackCategoryID description: NIDS Attack Info Attack Category ID. type: Number - contextPath: Argus.NIDS.data.attackInfo.attackCategoryName description: NIDS Attack Info Attack Category Name. type: String - contextPath: Argus.NIDS.data.attackInfo.signature description: NIDS Attack Info Signature. type: String - contextPath: Argus.NIDS.data.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.NIDS.data.engineTimestamp description: NIDS Engine Timestamp. type: Number - contextPath: Argus.NIDS.data.protocolID description: NIDS Protocol ID. type: Number - contextPath: Argus.NIDS.data.domain.fqdn description: NIDS Domain Fqdn. type: String - contextPath: Argus.NIDS.data.uri description: NIDS Uri. type: String - contextPath: Argus.NIDS.data.source.port description: NIDS Source Port. type: Number - contextPath: Argus.NIDS.data.source.geoLocation.countryCode description: NIDS Source Geo Location Country Code. type: String - contextPath: Argus.NIDS.data.source.geoLocation.countryName description: NIDS Source Geo Location Country Name. type: String - contextPath: Argus.NIDS.data.source.geoLocation.locationName description: NIDS Source Geo Location Location Name. type: String - contextPath: Argus.NIDS.data.source.geoLocation.latitude description: NIDS Source Geo Location Latitude. type: Number - contextPath: Argus.NIDS.data.source.geoLocation.longitude description: NIDS Source Geo Location Longitude. type: Number - contextPath: Argus.NIDS.data.source.networkAddress.ipv6 description: NIDS Source Network Address Ipv 6. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.public description: NIDS Source Network Address Public. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.maskBits description: NIDS Source Network Address Mask Bits. type: Number - contextPath: Argus.NIDS.data.source.networkAddress.multicast description: NIDS Source Network Address Multicast. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.host description: NIDS Source Network Address Host. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.address description: NIDS Source Network Address Address. type: String - contextPath: Argus.NIDS.data.destination.port description: NIDS Destination Port. type: Number - contextPath: Argus.NIDS.data.destination.geoLocation.countryCode description: NIDS Destination Geo Location Country Code. type: String - contextPath: Argus.NIDS.data.destination.geoLocation.countryName description: NIDS Destination Geo Location Country Name. type: String - contextPath: Argus.NIDS.data.destination.geoLocation.locationName description: NIDS Destination Geo Location Location Name. type: String - contextPath: Argus.NIDS.data.destination.geoLocation.latitude description: NIDS Destination Geo Location Latitude. type: Number - contextPath: Argus.NIDS.data.destination.geoLocation.longitude description: NIDS Destination Geo Location Longitude. type: Number - contextPath: Argus.NIDS.data.destination.networkAddress.ipv6 description: NIDS Destination Network Address Ipv 6. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.public description: NIDS Destination Network Address Public. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.maskBits description: NIDS Destination Network Address Mask Bits. type: Number - contextPath: Argus.NIDS.data.destination.networkAddress.multicast description: NIDS Destination Network Address Multicast. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.host description: NIDS Destination Network Address Host. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.address description: NIDS Destination Network Address Address. type: String - contextPath: Argus.NIDS.data.timestamp description: NIDS Timestamp. type: Number - contextPath: Argus.NIDS.data.severity description: NIDS Severity. type: String - contextPath: Argus.NIDS.data.flags description: NIDS Flags. type: String - contextPath: Argus.NIDS.data.id description: NIDS ID. type: String description: Simple search for NIDS events. - name: argus-find-nids-events arguments: - name: skip_future_events auto: PREDEFINED predefined: - "true" - "false" description: Skip future evnts. - name: exclude auto: PREDEFINED predefined: - "true" - "false" description: Exclude. - name: event_identifier description: (as comma-separated list). - name: location_id description: (as comma-separated list). - name: severity description: (as comma-separated list). - name: customer description: (as comma-separated list). - name: alarm_id description: (as comma-separated list). - name: attack_category_id description: (as comma-separated list). - name: source_geo_country description: (as comma-separated list). - name: destination_geo_country description: (as comma-separated list). - name: geo_country description: (as comma-separated list). - name: properties description: As [key,value,key,value, ...] l. - name: exact_match_properties auto: PREDEFINED predefined: - "true" - "false" description: Use exact matching. - name: sensor_id description: (as comma-separated list). - name: sub_criteria description: (as comma-separated list). - name: signature description: (as comma-separated list). - name: last_updated_timestamp description: Last updated timestamp. - name: index_start_time description: Index start time. - name: index_end_time description: Index end time. - name: destination_ip description: (as comma-separated list). - name: source_ip description: (as comma-separated list). - name: ip description: (as comma-separated list). - name: destination_port description: (as comma-separated list). - name: source_port description: (as comma-separated list). - name: port description: source_port. - name: min_severity description: Minimum severity. - name: max_severity description: Maximum severity. - name: limit description: Limit number of results (default 25). - name: offset description: Skip a number of results. - name: include_deleted auto: PREDEFINED predefined: - "true" - "false" description: Inclide deleted events. - name: start_timestamp description: 'Search objects from this timestamp (default: -24hours).' - name: end_timestamp description: 'Search objects until this timestamp (default: now).' - name: sort_by description: Order results by these properties (prefix with - to sort descending) (as comma-separated list). - name: include_flags description: (as comma-separated list). - name: exclude_flags description: (as comma-separated list). outputs: - contextPath: Argus.NIDS.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.NIDS.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.NIDS.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.NIDS.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.NIDS.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.NIDS.messages.message description: NIDS Messages Message. type: String - contextPath: Argus.NIDS.messages.messageTemplate description: NIDS Messages Message Template. type: String - contextPath: Argus.NIDS.messages.type description: NIDS Messages Type. type: String - contextPath: Argus.NIDS.messages.field description: NIDS Messages Field. type: String - contextPath: Argus.NIDS.messages.timestamp description: NIDS Messages Timestamp. type: Number - contextPath: Argus.NIDS.data.customerInfo.id description: NIDS Customer Info ID. type: Number - contextPath: Argus.NIDS.data.customerInfo.name description: NIDS Customer Info Name. type: String - contextPath: Argus.NIDS.data.customerInfo.shortName description: NIDS Customer Info Short Name. type: String - contextPath: Argus.NIDS.data.customerInfo.domain.id description: NIDS Customer Info Domain ID. type: Number - contextPath: Argus.NIDS.data.customerInfo.domain.name description: NIDS Customer Info Domain Name. type: String - contextPath: Argus.NIDS.data.properties.additionalProp1 description: NIDS Properties Additional Prop 1. type: String - contextPath: Argus.NIDS.data.properties.additionalProp2 description: NIDS Properties Additional Prop 2. type: String - contextPath: Argus.NIDS.data.properties.additionalProp3 description: NIDS Properties Additional Prop 3. type: String - contextPath: Argus.NIDS.data.comments.timestamp description: NIDS Comments Timestamp. type: Number - contextPath: Argus.NIDS.data.comments.user.id description: NIDS Comments User ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customerID description: NIDS Comments User Customer ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customer.id description: NIDS Comments User Customer ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customer.name description: NIDS Comments User Customer Name. type: String - contextPath: Argus.NIDS.data.comments.user.customer.shortName description: NIDS Comments User Customer Short Name. type: String - contextPath: Argus.NIDS.data.comments.user.customer.domain.id description: NIDS Comments User Customer Domain ID. type: Number - contextPath: Argus.NIDS.data.comments.user.customer.domain.name description: NIDS Comments User Customer Domain Name. type: String - contextPath: Argus.NIDS.data.comments.user.domain.id description: NIDS Comments User Domain ID. type: Number - contextPath: Argus.NIDS.data.comments.user.domain.name description: NIDS Comments User Domain Name. type: String - contextPath: Argus.NIDS.data.comments.user.userName description: NIDS Comments User User Name. type: String - contextPath: Argus.NIDS.data.comments.user.name description: NIDS Comments User Name. type: String - contextPath: Argus.NIDS.data.comments.user.type description: NIDS Comments User Type. type: String - contextPath: Argus.NIDS.data.comments.comment description: NIDS Comments Comment. type: String - contextPath: Argus.NIDS.data.sensor.sensorID description: NIDS Sensor Sensor ID. type: Number - contextPath: Argus.NIDS.data.sensor.hostName description: NIDS Sensor Host Name. type: String - contextPath: Argus.NIDS.data.sensor.hostIpAddress.host description: NIDS Sensor Host Ip Address Host. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.ipv6 description: NIDS Sensor Host Ip Address Ipv 6. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.public description: NIDS Sensor Host Ip Address Public. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.maskBits description: NIDS Sensor Host Ip Address Mask Bits. type: Number - contextPath: Argus.NIDS.data.sensor.hostIpAddress.multicast description: NIDS Sensor Host Ip Address Multicast. type: Boolean - contextPath: Argus.NIDS.data.sensor.hostIpAddress.address description: NIDS Sensor Host Ip Address Address. type: String - contextPath: Argus.NIDS.data.sensor.hostIpString description: NIDS Sensor Host Ip String. type: String - contextPath: Argus.NIDS.data.location.shortName description: NIDS Location Short Name. type: String - contextPath: Argus.NIDS.data.location.name description: NIDS Location Name. type: String - contextPath: Argus.NIDS.data.location.timeZone description: NIDS Location Time Zone. type: String - contextPath: Argus.NIDS.data.location.id description: NIDS Location ID. type: Number - contextPath: Argus.NIDS.data.attackInfo.alarmID description: NIDS Attack Info Alarm ID. type: Number - contextPath: Argus.NIDS.data.attackInfo.alarmDescription description: NIDS Attack Info Alarm Description. type: String - contextPath: Argus.NIDS.data.attackInfo.attackCategoryID description: NIDS Attack Info Attack Category ID. type: Number - contextPath: Argus.NIDS.data.attackInfo.attackCategoryName description: NIDS Attack Info Attack Category Name. type: String - contextPath: Argus.NIDS.data.attackInfo.signature description: NIDS Attack Info Signature. type: String - contextPath: Argus.NIDS.data.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.NIDS.data.engineTimestamp description: NIDS Engine Timestamp. type: Number - contextPath: Argus.NIDS.data.protocolID description: NIDS Protocol ID. type: Number - contextPath: Argus.NIDS.data.domain.fqdn description: NIDS Domain Fqdn. type: String - contextPath: Argus.NIDS.data.uri description: NIDS Uri. type: String - contextPath: Argus.NIDS.data.source.port description: NIDS Source Port. type: Number - contextPath: Argus.NIDS.data.source.geoLocation.countryCode description: NIDS Source Geo Location Country Code. type: String - contextPath: Argus.NIDS.data.source.geoLocation.countryName description: NIDS Source Geo Location Country Name. type: String - contextPath: Argus.NIDS.data.source.geoLocation.locationName description: NIDS Source Geo Location Location Name. type: String - contextPath: Argus.NIDS.data.source.geoLocation.latitude description: NIDS Source Geo Location Latitude. type: Number - contextPath: Argus.NIDS.data.source.geoLocation.longitude description: NIDS Source Geo Location Longitude. type: Number - contextPath: Argus.NIDS.data.source.networkAddress.ipv6 description: NIDS Source Network Address Ipv 6. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.public description: NIDS Source Network Address Public. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.maskBits description: NIDS Source Network Address Mask Bits. type: Number - contextPath: Argus.NIDS.data.source.networkAddress.multicast description: NIDS Source Network Address Multicast. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.host description: NIDS Source Network Address Host. type: Boolean - contextPath: Argus.NIDS.data.source.networkAddress.address description: NIDS Source Network Address Address. type: String - contextPath: Argus.NIDS.data.destination.port description: NIDS Destination Port. type: Number - contextPath: Argus.NIDS.data.destination.geoLocation.countryCode description: NIDS Destination Geo Location Country Code. type: String - contextPath: Argus.NIDS.data.destination.geoLocation.countryName description: NIDS Destination Geo Location Country Name. type: String - contextPath: Argus.NIDS.data.destination.geoLocation.locationName description: NIDS Destination Geo Location Location Name. type: String - contextPath: Argus.NIDS.data.destination.geoLocation.latitude description: NIDS Destination Geo Location Latitude. type: Number - contextPath: Argus.NIDS.data.destination.geoLocation.longitude description: NIDS Destination Geo Location Longitude. type: Number - contextPath: Argus.NIDS.data.destination.networkAddress.ipv6 description: NIDS Destination Network Address Ipv 6. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.public description: NIDS Destination Network Address Public. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.maskBits description: NIDS Destination Network Address Mask Bits. type: Number - contextPath: Argus.NIDS.data.destination.networkAddress.multicast description: NIDS Destination Network Address Multicast. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.host description: NIDS Destination Network Address Host. type: Boolean - contextPath: Argus.NIDS.data.destination.networkAddress.address description: NIDS Destination Network Address Address. type: String - contextPath: Argus.NIDS.data.timestamp description: NIDS Timestamp. type: Number - contextPath: Argus.NIDS.data.severity description: NIDS Severity. type: String - contextPath: Argus.NIDS.data.flags description: NIDS Flags. type: String - contextPath: Argus.NIDS.data.id description: NIDS ID. type: String description: Search for NIDS events. - name: argus-pdns-search-records arguments: - name: query required: true description: Lookup query. - name: aggregate_result auto: PREDEFINED predefined: - "true" - "false" description: Whether aggregate results (default true) . - name: include_anonymous_results auto: PREDEFINED predefined: - "true" - "false" description: 'Whether include anonymous results (default true).' - name: rr_class description: Lookup with specified record classes (as comma-separated list). - name: rr_type description: Lookup with specified record types (as comma-separated list). - name: customer_id description: Lookup for specified customer IDs (as comma-separated list). - name: tlp auto: PREDEFINED predefined: - white - green - amber - red description: Lookup with specified TLPs, public usage only TLP white allowed (as comma-separated list). - name: limit description: Max number of results to be returned, default unset means default limit 25 will be used, 0 means unlimited. - name: offset description: Number of results to be skipped first (default 0). outputs: - contextPath: Argus.PDNS.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.PDNS.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.PDNS.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.PDNS.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.PDNS.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.PDNS.messages.message description: PDNS Messages Message. type: String - contextPath: Argus.PDNS.messages.messageTemplate description: PDNS Messages Message Template. type: String - contextPath: Argus.PDNS.messages.type description: PDNS Messages Type. type: String - contextPath: Argus.PDNS.messages.field description: PDNS Messages Field. type: String - contextPath: Argus.PDNS.messages.timestamp description: PDNS Messages Timestamp. type: Number - contextPath: Argus.PDNS.data.createdTimestamp description: PDNS Created Timestamp. type: Number - contextPath: Argus.PDNS.data.lastUpdatedTimestamp description: PDNS Last Updated Timestamp. type: Number - contextPath: Argus.PDNS.data.times description: PDNS Times. type: Number - contextPath: Argus.PDNS.data.tlp description: PDNS Tlp. type: String - contextPath: Argus.PDNS.data.query description: PDNS Query. type: String - contextPath: Argus.PDNS.data.answer description: PDNS Answer. type: String - contextPath: Argus.PDNS.data.minTtl description: PDNS Min Ttl. type: Number - contextPath: Argus.PDNS.data.maxTtl description: PDNS Max Ttl. type: Number - contextPath: Argus.PDNS.data.customer.id description: PDNS Customer ID. type: Number - contextPath: Argus.PDNS.data.customer.name description: PDNS Customer Name. type: String - contextPath: Argus.PDNS.data.customer.shortName description: PDNS Customer Short Name. type: String - contextPath: Argus.PDNS.data.customer.domain.id description: PDNS Customer Domain ID. type: Number - contextPath: Argus.PDNS.data.customer.domain.name description: PDNS Customer Domain Name. type: String - contextPath: Argus.PDNS.data.lastSeenTimestamp description: PDNS Last Seen Timestamp. type: Number - contextPath: Argus.PDNS.data.firstSeenTimestamp description: PDNS First Seen Timestamp. type: Number - contextPath: Argus.PDNS.data.rrclass description: PDNS Rrclass. type: String - contextPath: Argus.PDNS.data.rrtype description: PDNS Rrtype. type: String description: Search against PassiveDNS with criteria and return matching records. - name: argus-fetch-observations-for-domain arguments: - name: fqdn required: true description: Domain to fetch observations for. outputs: - contextPath: Argus.ObservationsDomain.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.ObservationsDomain.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.ObservationsDomain.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.ObservationsDomain.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.ObservationsDomain.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.ObservationsDomain.messages.message description: Observations Domain Messages Message. type: String - contextPath: Argus.ObservationsDomain.messages.messageTemplate description: Observations Domain Messages Message Template. type: String - contextPath: Argus.ObservationsDomain.messages.type description: Observations Domain Messages Type. type: String - contextPath: Argus.ObservationsDomain.messages.field description: Observations Domain Messages Field. type: String - contextPath: Argus.ObservationsDomain.messages.timestamp description: Observations Domain Messages Timestamp. type: Number - contextPath: Argus.ObservationsDomain.data.domainName.fqdn description: Observations Domain Domain Name Fqdn. type: String - contextPath: Argus.ObservationsDomain.data.reason description: Observations Domain Reason. type: String - contextPath: Argus.ObservationsDomain.data.override description: Observations Domain Override. type: Boolean - contextPath: Argus.ObservationsDomain.data.value description: Observations Domain Value. type: Number description: Look up reputation observations for the given domain. - name: argus-fetch-observations-for-ip arguments: - name: ip required: true description: IP address to fetch observations for. outputs: - contextPath: Argus.ObservationsIP.responseCode description: API response metadata, response code of this request. type: Number - contextPath: Argus.ObservationsIP.limit description: API response metadata, limit of results this request ran with. type: Number - contextPath: Argus.ObservationsIP.offset description: API response metadata, the offset into the result-set of this query. type: Number - contextPath: Argus.ObservationsIP.count description: API response metadata, total number of results this query has. type: Number - contextPath: Argus.ObservationsIP.size description: API response metadata, the number of results returned in this request. type: Number - contextPath: Argus.ObservationsIP.messages.message description: Observations IP Messages Message. type: String - contextPath: Argus.ObservationsIP.messages.messageTemplate description: Observations IP Messages Message Template. type: String - contextPath: Argus.ObservationsIP.messages.type description: Observations IP Messages Type. type: String - contextPath: Argus.ObservationsIP.messages.field description: Observations IP Messages Field. type: String - contextPath: Argus.ObservationsIP.messages.timestamp description: Observations IP Messages Timestamp. type: Number - contextPath: Argus.ObservationsIP.data.id description: Observations IP ID. type: Number - contextPath: Argus.ObservationsIP.data.lastModified description: Observations IP Last Modified. type: Number - contextPath: Argus.ObservationsIP.data.source.id description: Observations IP Source ID. type: Number - contextPath: Argus.ObservationsIP.data.source.alias description: Observations IP Source Alias. type: String - contextPath: Argus.ObservationsIP.data.source.name description: Observations IP Source Name. type: String - contextPath: Argus.ObservationsIP.data.role.id description: Observations IP Role ID. type: Number - contextPath: Argus.ObservationsIP.data.role.alias description: Observations IP Role Alias. type: String - contextPath: Argus.ObservationsIP.data.role.name description: Observations IP Role Name. type: String - contextPath: Argus.ObservationsIP.data.firstSeen description: Observations IP First Seen. type: Number - contextPath: Argus.ObservationsIP.data.lastSeen description: Observations IP Last Seen. type: Number - contextPath: Argus.ObservationsIP.data.numObservations description: Observations IP Num Observations. type: Number - contextPath: Argus.ObservationsIP.data.state description: Observations IP State. type: Number - contextPath: Argus.ObservationsIP.data.comment description: Observations IP Comment. type: String - contextPath: Argus.ObservationsIP.data.address.host description: Observations IP Address Host. type: Boolean - contextPath: Argus.ObservationsIP.data.address.ipv6 description: Observations IP Address Ipv 6. type: Boolean - contextPath: Argus.ObservationsIP.data.address.maskBits description: Observations IP Address Mask Bits. type: Number - contextPath: Argus.ObservationsIP.data.address.multicast description: Observations IP Address Multicast. type: Boolean - contextPath: Argus.ObservationsIP.data.address.public description: Observations IP Address Public. type: Boolean - contextPath: Argus.ObservationsIP.data.address.address description: Observations IP Address Address. type: String description: Look up reputation observations for the given IP. - name: get-remote-data arguments: - name: id description: Argus Case ID. - name: lastUpdate description: Time or timestamp case was last updated. description: Get remote data from a remote incident. This method does not update the current incident, and should be used for debugging purposes. - name: update-remote-system arguments: [] description: Updates the remote system with incident changes. - name: argus-download-attachment-by-filename arguments: - name: case_id required: true description: Case ID. - name: file_name required: true description: Filename. outputs: - contextPath: File.Size description: The size of the file. type: Number - contextPath: File.SHA1 description: The SHA1 hash of the file. type: String - contextPath: File.SHA256 description: The SHA256 hash of the file. type: String - contextPath: File.Name description: The name of the file. type: String - contextPath: File.SSDeep description: The SSDeep hash of the file. type: String - contextPath: File.EntryID description: The entry ID of the file. type: String - contextPath: File.Info description: File information. type: String - contextPath: File.Type description: The file type. type: String - contextPath: File.MD5 description: The MD5 hash of the file. type: String - contextPath: File.Extension description: The file extension. type: String description: Downloads case attachment by best-effort search of filename. - name: argus-print-case-comments arguments: - name: case_id required: true description: Case ID. - name: sort_by auto: PREDEFINED predefined: - ascending - descending description: Sort ordering. Default is ascending. description: Print case comments as notes. - name: argus-print-case-metadata-by-id arguments: - name: case_id required: true description: Case ID. - name: skip_redirect description: If true, skip automatic redirect (for merged cases). description: Print case metadata as HTML. Does not add to context. - name: argus-download-case-attachments arguments: - name: case_id required: true description: Case ID. description: Download all attachments related to Argus Case. dockerimage: demisto/argus-toolbelt:3.0.0.2055215 isfetch: true subtype: python3 isremotesyncin: true isremotesyncout: true fromversion: 5.0.0 tests: - No tests (auto formatted)