XsoarPowershellTesting

Powershell Integration for testing that Powershell support is working as expected.

Utilities · Developer Tools

Details

IDXsoarPowershellTesting
ProviderPalo Alto Networks
CategoryUtilities
From Version5.5.0
Docker Imagedemisto/powershell-ubuntu:7.5.0.10049856
Supported ModulesAgentix XSIAM

Commands (4)

  • pwsh-test-get-integration-context

    Get integration context.

  • pwsh-test-get-integration-versioned-context

    Get integration versioned context.

  • pwsh-test-set-integration-context

    Set integration context.

  • pwsh-test-set-integration-versioned-context

    Set integration versioned context.

category: Utilities
provider: Palo Alto Networks
sectionorder:
- Connect
- Collect
commonfields:
  id: XsoarPowershellTesting
  version: -1
configuration: []
description: Powershell Integration for testing that Powershell support is working as expected.
display: XSOAR Powershell Testing
name: XsoarPowershellTesting
script:
  commands:
  - description: Get integration context.
    name: pwsh-test-get-integration-context
    outputs:
    - contextPath: XSOAR.IntegrationContext.Value
      description: Integration context value.
      type: String
  - description: Get integration versioned context.
    name: pwsh-test-get-integration-versioned-context
    outputs:
    - contextPath: XSOAR.IntegrationContext.Value
      description: Integration context object.
      type: Unknown
    - contextPath: XSOAR.Version
      description: Integration context version number.
      type: Unknown
  - arguments:
    - description: Value to set in integration context.
      name: value
      required: true
    description: Set integration context.
    name: pwsh-test-set-integration-context
  - arguments:
    - description: Value to set in integration context.
      name: value
      required: true
    - description: The context version to update.
      name: version
      required: true
    description: Set integration versioned context.
    name: pwsh-test-set-integration-versioned-context
  dockerimage: demisto/powershell-ubuntu:7.5.0.10049856
  runonce: false
  script: '-'
  type: powershell
fromversion: 5.5.0
tests:
- XsoarPowershellTesting-Test