RSA Archer Deprecated

Deprecated. Use the RSA Archer v2 integration instead.

Case Management · RSA Archer

Details

IDRSA Archer
ProviderCinven
CategoryCase Management
From Version5.0.0
Supported ModulesAgentix XSIAM

README

Overview

Deprecated. Use the RSA Archer v2 integration instead.


Configure the RSA Archer integration on Cortex XSOAR

  1. Navigate to Settings > Integrations > Servers & Services.
  2. Search for RSA Archer.
  3. Click Add instance to create and configure a new integration instance.
    • Name: a textual name for the integration instance.
    • Server URL
    • Instance name
    • Username 
    • Password 
    • Trust any certificate (not secure)
    • Use system proxy settings
    • Fetch incidents
    • Incident type
    • Timezone offset in minutes of the RSA Archer server machine (+60, -60, in minutes)
    • Application ID for fetch
    • The application's base ID. For example "Incident ID"
    • fetchFilter - Specific filters for fetching in the form of an xml string
    • Use Archer's REST API instead of its SOAP API
    • Use European Time format (dd/mm/yyyy) instead of the American one
  4. Click Test to validate the URLs and connection.

Fetched Incidents Data

Fetches incidents data from RSA Archer, by using the archer-fetch-incidents command. In the first fetch, the program fetches incidents from the previous day until the time you run the command.


Commands

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

  1. Create a record: archer-create-record
  2. Update a record: archer-update-record
  3. Get record information: archer-get-record
  4. Get application details or list of all applications: archer-search-applications
  5. Search for records: archer-search-records
  6. Get all application fields: archer-get-application-fields
  7. Delete a record: archer-delete-record
  8. Map list value name to list value ID: archer-get-field
  9. Get all reports: archer-get-reports
  10. Perform statistic search: archer-execute-statistic-search-by-report
  11. Get search criteria: archer-get-search-options-by-guid
  12. Search records by report: archer-search-records-by-report
  13. Get field mapping by level ID: archer-get-mapping-by-level
  14. Fetch Archer incidents: archer-manually-fetch-incident
  15. Download Archer file to the War Room: archer-get-file
  16. Upload a file from Cortex XSOAR to Archer: archer-upload-file
  17. Add data to the detailed analysis field: archer-add-to-detailed-analysis
  18. Get an Archer user's user ID: archer-get-user-id
  19. Get a list of values for a field: archer-get-valuelist

Create a record

Creates a new content record in a specified application.

Base Command

archer-create-record

 

Input
Input Parameter Description
applicationId ID of the application to create a record in
fieldsToValues

Record fields in JSON format. Field name is case sensitive.

Example: { Name1: Value1, Name2: Value2 }

 

Context Data
Path Description
Archer.Record.Id Record Content ID
Archer.Record.Fields Record property fields

 

Command Example

!archer-create-record applicationId="75" fieldsToValues="{\"Description\":\"Demisto Fraud Referrer \",\"Date/Time Occurred\":\"3/23/2018 7:00 AM\",\"Date/Time Identified\":\"3/23/2018 7:00 AM\",\"Date/Time Reported\":\"3/23/2018 7:00 AM\",\"Executive Summary\":\"test\", \"Incident Report\": \"test incident report from Demisto\"}"

Raw Output
{  
   "Record":{  
      "Fields":{  
         "Date/Time Identified":"3/23/2018 7:00 AM",
         "Date/Time Occurred":"3/23/2018 7:00 AM",
         "Date/Time Reported":"3/23/2018 7:00 AM",
         "Description":"Demisto Fraud Referrer ",
         "Executive Summary":"test",
         "Incident Report":"test incident report from Demisto"
      },
      "Id":"227645"
   }
}

Update a record

Updates an existing content record in a specified application.

Base Command

archer-update-record

 

Input
Parameter Description
contentId Content (record) ID to update
applicationId

ID of the application to update a record in

fieldsToValues

Record fields in JSON format. Field name is case sensitive.

Example: { Name1: Value1, Name2: Value2 }

incidentId

Incident ID of the record.

Example: id=12345 for INC-12345

 

Context Data

There is no context data for this command.

 

Command Example

!archer-update-record applicationId=433 contentId=227538 fieldsToValues={\"Title\":\"test\"}

Raw Output
content id = 227538 was updated successfully.

Get record information

Returns information for a content record in a specified application.

Base Command

archer-get-record

 

Input
Parameter Description
contentId Incident (record) ID to get details for
applicationId ID of the application to get the record from
incidentId

Incident ID of the record.

Example: id=12345 for INC-12345

 

Context Data
Path Description
Archer.Record.Id Content ID of the record
Archer.Record.Fields Content property fields
Archer.Record.Fields.Incident Status Incident status
Archer.Record.Fields.Record Status Record status
Archer.Record.Fields.Last Updated Last updated
Archer.Record.Fields.Days Open Days open
Archer.Record.Fields.Date Created Date created
Archer.Record.Fields.Title Title
Archer.Record.Fields.Incident Summary Incident summary
Archer.Record.Fields.Threat Category Threat category
Archer.Record.Fields.Threat Valid Threat valid

 

Command Example

!archer-get-record applicationId=433 contentId=227538

Raw Output
"Record": {
    "Fields": {
      "Actor, Tactics \u0026 Techniques": null,
      "Affected Facility": null,
      "Archive": null,
      "Attach to InfoSec Briefing": null,
      "Attack Category": null,
      "Automatic Incident Handler Access": "SOC: L2 Incident Handler,SOC: L1 Incident Handler",
      "Count of Risks": "0",
      "Count of Risks Increased": "No",
      "Date Created": "2018-02-18T10:45:47+02:00",
      "Date/Time Assigned": null,
      "Date/Time Closed": null,
      "Date/Time Modified": "2018-02-22T14:32:46+02:00",
      "Date/Time Returned": null,
      "Days Open": "0",
      "Generate Incident Response Tasks": "No",
      "Incident Details": null,
      "Incident ID": "227538",
      "Incident ID (DFM)": "227538",
      "Incident ID (KPI)": "227538",
      "Incident Journal": null,
      "Incident Owner": null,
      "Incident Queue": "L1 Incident Handlers",
      "Incident Response Procedures": null,
      "Incident Status": "New",
      "Incident Summary": "inside_record_test_1_summary"...

Get application details or list of all applications

Returns details for an application or a list of all applications.

Base Command

archer-search-applications

 

Input
Parameter Description
findByName Get application by the application name. To return all applications, leave this parameter empty.
findById Get application by the application ID. To return all applications, leave this parameter empty.

 

Context Data
Path Description
Archer.Record.Id Content ID of the record
Archer.Record.Fields Content property fields
Archer.Record.Fields.Incident Status Incident status
Archer.Record.Fields.Record Status Record status
Archer.Record.Fields.Last Updated Last updated
Archer.Record.Fields.Days Open Days open
Archer.Record.Fields.Date Created Date created
Archer.Record.Fields.Title Title
Archer.Record.Fields.Incident Summary Incident summary
Archer.Record.Fields.Threat Category Threat category
Archer.Record.Fields.Threat Valid Threat valid

 

Command Example

!archer-search-applications findById=433

Raw Output
[  
   {  
      "Guid":"fa254559-4922-4aea-8d53-66b4e3442585",
      "Id":433,
      "LanguageId":1,
      "Name":"Security Incidents",
      "Status":1,
      "Type":2
   },
   {  
      "Guid":"6fda8f2c-d74d-4bf1-aada-def95cba4aaf",
      "Id":17,
      "LanguageId":1,
      "Name":"Vulnerabilities",
      "Status":1,
      "Type":2
   }   ...
]

Search for records

Search for records within a specified application.

Base Command

archer-search-records

 

Input
Parameter Description
applicationId ID of the application to search records in
fieldsToDisplay

Fields to display in the search results, in array format.

Example: "Title,Incident Summary"

maxResults

Maximum search results to return. Default is 100.

searchValue

Search value. To search for all, leave this parameter empty.

fieldToSearchOn

Name of field to search on. To search for all, leave this parameter empty.

numericOperator

Numeric search operator

dateOperator

Date search operator

 

Context Data
Path Description
Archer.Record.Id Content of the record
Archer.Record.ApplicationId Application ID of the record
Archer.Record.Fields Property fields of the record

 

Command Example

!archer-search-records applicationId=433 maxResults=1

Raw Output
{
  "Fields":
  {
    "Incident ID": "225828",
    "Record":
    {
      "Actor, Tactics \u0026 Techniques": null,
      "Affected Facility": null,
      "Archive": null,
      "Attach to InfoSec Briefing": null,
      "Attack Category": null,
      "Automatic Incident Handler Access": "SOC: L2 Incident Handler,SOC: L1 Incident Handler",...
      "Date Created": "2017-10-14T09:55:25+03:00",
      "Date/Time Assigned": null,
      "Date/Time Closed": null,
      "Date/Time Escalated": null,
      "Date/Time Modified": "2017-10-14T09:55:25+03:00",
      "Date/Time Returned": null,
      "Days Open": "0",
      "Incident ID": "225828",...
      "Record Status": "New",...
    }
  },
  "Id": "225828",
  "ModuleId": "433"
}

Get all application fields

Returns all application fields by application ID.

Base Command

archer-get-application-fields

 

Input
Parameter Description
applicationId ID of the application to search fields in

 

Context Data
Path Description
Archer.ApplicationFields Application property fields

 

Command Example

!archer-get-application-fields applicationId=433

Raw Output
{
  "ApplicationFields": [
    {
      "FieldId": "15698",
      "FieldName": "Incident Response Procedures",
      "FieldType": 9,
      "LevelId": 232
    },
    {
      "FieldId": "15700",
      "FieldName": "Not Applicable Incident Response Procedures",
      "FieldType": 9,
      "LevelId": 232
    },
    {
      "FieldId": "15742",
      "FieldName": "CAST - SOC Incident Procs - DO NOT DELETE",
      "FieldType": 1001,
      "LevelId": 232
    }...
}

Delete a record

Deletes an existing record from a specified application.

Base Command

archer-delete-record

 

Input
Parameter Description
applicationId ID of the application to delete a record from
contentId Content (record) ID to delete
incidentId

Incident ID of the record.

Example: id=12345 for INC-12345

 

Context Data

There is no context data for this command.

 

Command Example

!archer-delete-record applicationId=423 contentId=227542

Raw Output
content id = 227542 was deleted successfully

Map list value name to list value ID

Returns mapping from list value name to list value ID.

Base Command

archer-get-field

 

Input
Parameter Description
fieldId ID of the field
applicationId ID of the application to get the field value from

 

Context Data

There is no context data for this command.

 

Command Example

!archer-get-field applicationId=433 fieldID=16107

Raw Output
{
    "FieldId": "16107",
    "Name": "Last Updated",
    "Type": 22,
    "levelId": 232
}

Get all reports

Returns all reports from Archer.

Base Command

archer-get-reports

 

Input

There is no input for this command.

 

Context Data

There is no context data for this command.

 

Command Example

!archer-get-reports

Raw Output
{
    "ReportValues":
    {
        "ReportValue":[
            {
                "ApplicationGUID":"4cf0d0c6-4b51-404c-91c2-40ade972e95b",
                "ApplicationName":"Policies",
                "ReportDescription":"This report displays a listing of all security Policies.",
                "ReportGUID":"22961b81-4866-40ea-a298-99afb348598d",
                "ReportName":"Policies - Summary view"
            },
            {
                "ApplicationGUID":"138d3151-c1f5-4e7d-b6c9-4399e1d922ae",...

Perform statistic search

Performs a statistic search by report GUID.

Base Command

archer-execute-statistic-search-by-report

 

Input
Parameter Description
reportGuid GUID of the report
maxResults Maximum number of pages of the reports

 

Context Data
Path Description
Archer.StatisticSearch Search results

 

Command Example

!archer-get-application-fields applicationId=433

Raw Output
{
    "Groups": {
        "-count": "3",
        "Metadata": {
            "FieldDefinitions": {
                "FieldDefinition": [
                    {
                        "-alias": "Classification",
                        "-guid": "769b2548-6a98-49b6-95c5-03e391f0a40e",
                        "-id": "76",
                        "-name": "Classification"
                    },
                    {
                        "-alias": "Standard_Name",
                        "-guid": "a569fd34-16f9-4965-93b0-889fcb91ba7a",
                        "-id": "1566",
                        "-name": "Standard Name"
                    }
                ]
            }
        },
        "Total": {
            "Aggregate": {
                "-Count": "1497",
                "-FieldId": "1566"
            }
        }
    }
}

Get search criteria

Returns search criteria by report GUID.

Base Command

archer-get-search-options-by-guid

 

Input
Parameter Description
reportGuid GUID of the report

 

Context Data

There is no context data for this command.

 

Command Example

!archer-get-search-options-by-guid reportGuid=246b1d4b294e46c4a4713853456234f7

Raw Output
{
    "SearchReport": {
        "Criteria": {
            "Filter": {
                "Conditions": {
                    "ValueListFilterCondition": [
                        {
                            "Field": "302",
                            "IncludeChildren": "False",
                            "IsNoSelectionIncluded": "False",
                            "Operator": "DoesNotContain",
                            "Values": {
                                "Value": "470"
                            }
                        },
                        {
                            "Field": "304",
                            "IncludeChildren": "False",
                            "IsNoSelectionIncluded": "False",
                            "Operator": "Contains",
                            "Values": {
                                "Value": "473"
                            }
                        }
                    ]
                },
                "OperatorLogic": ""
            },
            "ModuleCriteria": {
                "BuildoutRelationship": "Union",
                "IsKeywordModule": "False",
                "Module": "75",
                "SortFields": {
                    "SortField": {
                        "Field": "296",
                        "SortType": "Descending"
                    }
                }
            }
        },
        "DisplayFields": {
            "DisplayField": [
                "296",
                "302",
                "304",
                "7850",
                "342"
            ]
        },
        "PageSize": "20"
    }
}

Search records by report

Searches records by report GUID.

Base Command

archer-search-records-by-report

 

Input
Parameter Description
reportGuid GUID of the report
maxResults Maximum number of pages of the reports

 

Context Data
Path Description
Archer.StatisticSearch.Records.Record Search results (records)

 

Command Example

!archer-search-records-by-report reportGuid=365121a3-6145-48ea-8a01-5d000c5c65cf

Raw Output
{
    "Records": {
        "-count": "20",
        "LevelCounts": {
            "LevelCount": {
                "-count": "20",
                "-guid": "4d664bbf-4f15-4f5c-a81f-888f5901ba26",
                "-id": "3"
            }
        },
        "Metadata": {
            "FieldDefinitions": {
                "FieldDefinition": [
                    {
                        "-alias": "Policy_ID",
                        "-guid": "4b765f84-d381-4543-9d7c-1f9e716d4c4d",
                        "-id": "1578",
                        "-name": "Policy ID"
                    }...

Get field mapping by level ID

Returns mapping of fields by level ID.

Base Command

archer-get-mapping-by-level

 

Input
Parameter Description
level Level ID

 

Context Data

There is no context data for this command.

 

Command Example

!archer-get-mapping-by-level level=232

Raw Output
{
    "15698": {
        "Name": "Incident Response Procedures",
        "Type": 9,
        "levelId": "232"
    },
    "15700": {
        "Name": "Not Applicable Incident Response Procedures",
        "Type": 9,
        "levelId": "232"
    }...

Fetch Archer incidents

Fetches specific incidents from Archer to the Cortex XSOAR War Room. You can also manually fetch automations.

Base Command

archer-manually-fetch-incident

 

Input
Parameter Description
applicationId

ID of the application to get the incident from.

incidentIds IDs of incidents to get details for, comma separated

 

Context Data

There is no context data for this command.

 

Command Example

!archer-manually-fetch-incident applicationId=433 incidentIds=227536

Raw Output
{
    "details": "Incident Summary: inside_record_test_0_summary",
    "labels": [
        {
            "Related Security Incidents (Direct Link)-Incident Summary": "inside_record_test_1_summary"
        }...

Download Archer file to the War Room

Downloads a file from Archer to the Cortex XSOAR War Room context.

Base Command

archer-get-file

 

Input
Parameter Description
fieldId

Archer file ID

 

Context Data

There is no context data for this command.

 

Command Example

!archer-get-file fileId=3

Raw Output
Uploaded file: Screen Shot 2018-02-22 at 11.09.33.png'

Upload a file from Cortex XSOAR to Archer

Uploads a file from Cortex XSOAR to Archer.

Base Command

archer-upload-file

 

Input
Parameter Description
contentId

Content (record) ID to add the file to

applicationId

ID of the application to upload the file to

incidentId

Incident ID to add the file to

entryId

Entry ID of the file in the Cortex XSOAR context

 

Context Data

There is no context data for this command.

 

Command Example

!archer-upload-file applicationId=433 contentId=227610 entryId=61@95

Raw Output
File uploaded successfully.

Add data to the detailed analysis field

Adds data to the detailed analysis field.

Base Command

archer-add-to-detailed-analysis

 

Input
Parameter Description
contentId

Incident (record) ID to set the field's data

applicationId

ID of the application to set the record's field

incidentId

Incident ID to add the file to

value

Value to add to the Detailed Analysis

 

Context Data

There is no context data for this command.

 

Command Example

!archer-set-detailed-analysis applicationId=433 contentId=227610 value="test string"

Raw Output
Detailed Analysis updated successfully.

Get an Archer user's user ID

Returns the user ID of an Archer user.

Base Command

archer-get-user-id

Input
Argument Name Description Required
userInfo Username in the form of "Domain\username". For example, userInfo="mydomain\myusername" Required

 

Context Output
Path Description
Archer.User.UserId  User ID of the Archer user

Get a list of values for a field

Returns list of values for a specified field, e.g., fieldID=16114. This command only works for value list fields (type 4).

Base Command

archer-get-valuelist

Input
Argument Name Description Required
fieldID Field ID Required

 

Context Output

There is no context output for this command.

Configuration parameters

  • server — Server URL (e.g. https://192.168.0.1/rsaarcher/) (required)
  • instanceName — Instance name (required)
  • credentials — Username (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • isFetch — Fetch incidents
  • incidentType — Incident type
  • timeZone — Timezone offset in minutes of the RSA Archer server machine (+60, -60, in minutes)
  • fetchApplicationId — Application ID for fetch
  • fieldsToDisplay — The application's base ID. For example "Incident ID"
  • fetchFilter — fetchFilter - Specific filters for fetching in the form of an xml string
  • useRest — Use Archer's REST API instead of its SOAP API
  • useEuropeanTime — Use European Time format (dd/mm/yyyy) instead of the American one

Commands (20)

  • archer-add-to-detailed-analysis Deprecated

    Add data to Archer's Detailed Analysis field

  • archer-create-record Deprecated

    Creates a new content record in the given application.

  • archer-delete-record Deprecated

    Delete existing content record in the given application.

  • archer-execute-statistic-search-by-report Deprecated

    Performs statistic search by report Guid

  • archer-get-application-fields Deprecated

    Gets all application fields by application ID

  • archer-get-field Deprecated

    Returns mapping from list value name to list value id

  • archer-get-file Deprecated

    Downloads file from Archer to Demisto's war room context

  • archer-get-mapping-by-level Deprecated

    Return mapping of fields by level id

  • archer-get-record Deprecated

    Gets information about a content record in the given application.

  • archer-get-reports Deprecated

    Gets all the reports from Archer

  • archer-get-search-options-by-guid Deprecated

    Returns search criteria by report GUID

  • archer-get-user-id Deprecated

    Get the user id of an Archer user

  • archer-get-valuelist Deprecated

    Returns a list of values for a specified field, e.g., fieldID=16114. This command only works for value list fields (type 4).

  • archer-manually-fetch-incident Deprecated

    Fetch specific incident from Archer to the war room. Also used for manual fetching automation

  • archer-reset-cache Deprecated

    Reset Archer's integration cache. Run this command if you change the fields of your Archer application

  • archer-search-applications Deprecated

    Gets application details or list of all applications.

  • archer-search-records Deprecated

    Search for records inside the given application.

  • archer-search-records-by-report Deprecated

    Search records by report Guid

  • archer-update-record Deprecated

    Updates existing content record in the given application.

  • archer-upload-file Deprecated

    Uploads a file to Archer and adds its id to the context attached files

commonfields:
  id: RSA Archer
  version: -1
name: RSA Archer
display: RSA Archer (Deprecated)
deprecated: true
category: Case Management
provider: Cinven
description: Deprecated. Use the RSA Archer v2 integration instead.
configuration:
- display: Server URL (e.g. https://192.168.0.1/rsaarcher/)
  name: server
  defaultvalue: ""
  type: 0
  required: true
- display: Instance name
  name: instanceName
  defaultvalue: ""
  type: 0
  required: true
- display: Username
  name: credentials
  defaultvalue: ""
  type: 9
  required: true
- display: Trust any certificate (not secure)
  name: insecure
  defaultvalue: ""
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  defaultvalue: ""
  type: 8
  required: false
- display: Fetch incidents
  name: isFetch
  type: 8
  required: false
- display: Incident type
  name: incidentType
  type: 13
  required: false
- display: Timezone offset in minutes of the RSA Archer server machine (+60, -60, in minutes)
  name: timeZone
  defaultvalue: ""
  type: 0
  required: false
- display: Application ID for fetch
  name: fetchApplicationId
  defaultvalue: ""
  type: 0
  required: false
- display: The application's base ID. For example "Incident ID"
  name: fieldsToDisplay
  defaultvalue: ""
  type: 0
  required: false
- display: fetchFilter - Specific filters for fetching in the form of an xml string
  name: fetchFilter
  defaultvalue: ""
  type: 0
  required: false
- display: Use Archer's REST API instead of its SOAP API
  name: useRest
  defaultvalue: "false"
  type: 8
  required: false
- display: Use European Time format (dd/mm/yyyy) instead of the American one
  name: useEuropeanTime
  defaultvalue: "false"
  type: 8
  required: false
script:
  script: ''
  type: javascript
  commands:
  - name: archer-create-record
    deprecated: true
    arguments:
    - name: applicationId
      required: true
      description: ID of the application to create record in
    - name: fieldsToValues
      required: true
      description: 'Record fields in JSON format: { Name1: Value1, Name2: Value2 }. Field name is case sensitive.'
    outputs:
    - contextPath: Archer.Record.Id
      description: Content Id
      type: number
    - contextPath: Archer.Record.Fields
      description: Content property fields
    description: Creates a new content record in the given application.
  - name: archer-update-record
    deprecated: true
    arguments:
    - name: contentId
      description: The Content (record) ID to update
    - name: applicationId
      required: true
      description: ID of the application to update record in
    - name: fieldsToValues
      required: true
      description: 'Record fields in JSON format: { Name1: Value1, Name2: Value2 }. Field name is case sensitive.'
    - name: incidentId
      description: 'The incident id of the record. For example: id=12345 for INC-12345'
    description: Updates existing content record in the given application.
  - name: archer-get-record
    deprecated: true
    arguments:
    - name: contentId
      description: The incident (record) ID to get details for
    - name: applicationId
      required: true
      description: ID of the application to get record from
    - name: incidentId
      description: 'The incident id of the record. For example: id=12345 for INC-12345'
    outputs:
    - contextPath: Archer.Record.Id
      description: Content Id of the record
      type: number
    - contextPath: Archer.Record
      description: Content property fields
    - contextPath: Archer.Record.Incident Status
      description: Incident Status
    - contextPath: Archer.Record.Record Status
      description: Record Status
    - contextPath: Archer.Record.Last Updated
      description: Last Updated
      type: date
    - contextPath: Archer.Record.Days Open
      description: Days Open
    - contextPath: Archer.Record.Date Created
      description: Date Created
      type: date
    - contextPath: Archer.Record.Title
      description: Title
      type: string
    - contextPath: Archer.Record.Incident Summary
      description: Incident Summary
      type: string
    - contextPath: Archer.Record.Threat Category
      description: Threat Category
    - contextPath: Archer.Record.Threat Valid
      description: Threat Valid
    description: Gets information about a content record in the given application.
  - name: archer-search-applications
    deprecated: true
    arguments:
    - name: findByName
      default: true
      description: Get application by name (leave empty to get all applications)
    - name: findById
      description: Get application by ID (leave empty to get all applications)
    outputs:
    - contextPath: Archer.Applications.Id
      description: Application Id
    - contextPath: Archer.Applications.Type
      description: Application Type
    - contextPath: Archer.Applications.Name
      description: Application Name
    - contextPath: Archer.Applications.Status
      description: Application Status
    - contextPath: Archer.Applications.Guid
      description: Unique Id of application
    description: Gets application details or list of all applications.
  - name: archer-search-records
    deprecated: true
    arguments:
    - name: applicationId
      required: true
      description: ID of the application to search records in
    - name: fieldsToDisplay
      description: 'Fields to present in the search results in array format (for example: "Title,Incident Summary")'
      isArray: true
      defaultValue: Incident ID
    - name: maxResults
      description: Maximum results to return from the search (default is 10)
      defaultValue: "10"
    - name: searchValue
      description: Search value (leave empty to search for all)
    - name: fieldToSearchOn
      description: Name of field to search on (leave empty to search for all)
    - name: numericOperator
      auto: PREDEFINED
      predefined:
      - Equals
      - NotEqual
      - GreaterThan
      - LessThan
      description: Numeric search operator
    - name: dateOperator
      auto: PREDEFINED
      predefined:
      - Equals
      - DoesNotEqual
      - GreaterThan
      - LessThan
      description: Date search operator
    - name: isDescending
      auto: PREDEFINED
      predefined:
      - "true"
      - "false"
      description: Order by descending order
    - name: getInnerRecords
      auto: PREDEFINED
      predefined:
      - "true"
      - "false"
      description: Get the inner records of the records found by the search
    - name: fullData
      auto: PREDEFINED
      predefined:
      - "true"
      - "false"
      description: Get an extended responses with all of the data regarding this search. For example, "fullData=true"
    outputs:
    - contextPath: Archer.Record.Id
      description: Content Id
      type: number
    - contextPath: Archer.Record.ApplicationId
      description: Application Id
      type: number
    - contextPath: Archer.Record.Fields
      description: Content property fields
    description: Search for records inside the given application.
  - name: archer-get-application-fields
    deprecated: true
    arguments:
    - name: applicationId
      required: true
      default: true
      description: ID of the application to search fields in
    outputs:
    - contextPath: Archer.ApplicationFields
      description: Content property fields
    description: Gets all application fields by application ID
  - name: archer-delete-record
    deprecated: true
    arguments:
    - name: applicationId
      required: true
      description: ID of the application to delete record in
    - name: contentId
      description: The Content (record) ID to delete
    - name: incidentId
      description: 'The incident id of the record. For example: id=12345 for INC-12345'
    description: Delete existing content record in the given application.
  - name: archer-get-field
    deprecated: true
    arguments:
    - name: fieldID
      required: true
      description: ID of the field
    - name: applicationId
      required: true
      description: ID of the application to get field value from
    description: Returns mapping from list value name to list value id
  - name: archer-get-reports
    deprecated: true
    arguments: []
    description: Gets all the reports from Archer
  - name: archer-execute-statistic-search-by-report
    deprecated: true
    arguments:
    - name: reportGuid
      required: true
      description: The GUID of the report
    - name: maxResults
      description: Maximum pages of the reports
      defaultValue: "100"
    outputs:
    - contextPath: Archer.StatisticSearch
      description: The results of the search
    description: Performs statistic search by report Guid
  - name: archer-get-search-options-by-guid
    deprecated: true
    arguments:
    - name: reportGuid
      required: true
      description: The GUID of the report
    description: 'Returns search criteria by report GUID '
  - name: archer-search-records-by-report
    deprecated: true
    arguments:
    - name: reportGuid
      required: true
      description: The GUID of the report
    outputs:
    - contextPath: Archer.SearchByReport.Records
      description: The records found by the search
    - contextPath: Archer.SearchByReport.RecordsAmount
      description: Amount of records found by the search
    - contextPath: Archer.SearchByReport.FieldDefinitions
      description: Field definitions of the found records
    description: Search records by report Guid
  - name: archer-get-mapping-by-level
    deprecated: true
    arguments:
    - name: level
      required: true
      description: Level ID
    description: Return mapping of fields by level id
  - name: archer-manually-fetch-incident
    deprecated: true
    arguments:
    - name: applicationId
      required: true
      description: 'ID of the application to get the incident from. For example: applicationId="75"'
    - name: incidentIds
      required: true
      description: 'The Incident IDs to get details for, separated by commas. For example: IncidentIds="12345,67891" '
    description: Fetch specific incident from Archer to the war room. Also used for manual fetching automation
  - name: archer-get-file
    deprecated: true
    arguments:
    - name: fileId
      required: true
      description: Archer's file ID
    description: Downloads file from Archer to Demisto's war room context
  - name: archer-upload-file
    deprecated: true
    arguments:
    - name: applicationId
      required: true
      description: ID of the application which we want to upload the file to
    - name: contentId
      description: The Content (record) ID to update
    - name: incidentId
      description: 'The incident id of the record. For example: id=12345 for INC-12345'
    - name: entryId
      description: The entry id of the file in Demisto's context
    - name: associatedField
      description: 'Archer field name to associate the file with. Initial value is: "Supporting Documentation"'
      defaultValue: Supporting Documentation
    description: Uploads a file to Archer and adds its id to the context attached files
  - name: archer-add-to-detailed-analysis
    deprecated: true
    arguments:
    - name: applicationId
      required: true
      description: ID of the application which we want to upload the file to
    - name: contentId
      description: The Content (record) ID to update
    - name: incidentId
      description: 'The incident id of the record. For example: id=12345 for INC-12345'
    - name: value
      required: true
      description: 'The value you want to add to Detailed Analysis. For example: value="test string"'
    description: Add data to Archer's Detailed Analysis field
  - name: archer-get-user-id
    deprecated: true
    arguments:
    - name: userInfo
      required: true
      description: Username in the form of "Domain\username". For example, userInfo="mydomain\myusername"
    outputs:
    - contextPath: Archer.User.UserId
      description: The user id of the Archer user
    description: Get the user id of an Archer user
  - name: archer-get-valuelist
    deprecated: true
    arguments:
    - name: fieldID
      required: true
      description: Field Id
    description: Returns a list of values for a specified field, e.g., fieldID=16114. This command only works for value list fields (type 4).
  - name: archer-reset-cache
    deprecated: true
    arguments: []
    description: Reset Archer's integration cache. Run this command if you change the fields of your Archer application
  isfetch: true
tests:
- Archer-Test-Playbook
fromversion: 5.0.0