BaseIntegration

[Enter a comprehensive, yet concise, description of what the integration does, what use cases it is designed for, etc.].

Utilities · Starter Pack

Details

IDBaseIntegration
ProviderOpen Source
CategoryUtilities
From Version5.0.0
Docker Imagedemisto/python3:3.12.8.3296088
Supported ModulesAgentix XSIAM

README

[Enter a comprehensive, yet concise, description of what the integration does, what use cases it is designed for, etc.]
This integration was integrated and tested with version v1.0.0 of BaseIntegration

Configure Starter Base Integration - Name the integration as it will appear in the XSOAR UI in Cortex

Parameter Description Required
Your server URL   True
API Key The API Key to use for connection True
Trust any certificate (not secure)   False
Use system proxy settings   False

Commands

You can execute these commands from the 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.

baseintegration-dummy


[Enter a description of the command, including any important information users need to know, for example required permissions.]

Base Command

baseintegration-dummy

Input

Argument Name Description Required
dummy [Enter a description of the argument, including any important information users need to know, for example, default values.]. Required

Context Output

Path Type Description
BaseIntegration.Output String [Enter a description of the data returned in this output.]

Configuration parameters

  • url — Your server URL (required)
  • credentials — (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • baseintegration-dummy

    [Enter a description of the command, including any important information users need to know, for example required permissions.].

category: Utilities
provider: Open Source
commonfields:
  id: BaseIntegration
  version: -1
configuration:
- defaultvalue: https://example.com/
  display: Your server URL
  name: url
  required: true
  type: 0
- displaypassword: API Key
  additionalinfo: The API Key to use for connection
  name: credentials
  required: true
  hiddenusername: true
  type: 9
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: '[Enter a comprehensive, yet concise, description of what the integration does, what use cases it is designed for, etc.].'
display: Starter Base Integration - Name the integration as it will appear in the XSOAR UI
name: BaseIntegration
script:
  commands:
  - arguments:
    - description: '[Enter a description of the argument, including any important information users need to know, for example, default values.].'
      name: dummy
      required: true
    description: '[Enter a description of the command, including any important information users need to know, for example required permissions.].'
    name: baseintegration-dummy
    outputs:
    - contextPath: BaseIntegration.Output
      description: '[Enter a description of the data returned in this output.].'
      type: String
  runonce: false
  script: '-'
  type: python
  subtype: python3
  dockerimage: demisto/python3:3.12.8.3296088
fromversion: 5.0.0
tests:
- No tests (auto formatted)