XsoarPowershellTesting
Powershell Integration for testing that Powershell support is working as expected.
Utilities · Developer Tools
Details
| ID | XsoarPowershellTesting |
|---|---|
| Provider | Palo Alto Networks |
| Category | Utilities |
| From Version | 5.5.0 |
| Docker Image | demisto/powershell-ubuntu:7.5.0.10049856 |
| Supported Modules | Agentix XSIAM |
Commands (4)
-
pwsh-test-get-integration-contextGet integration context.
-
pwsh-test-get-integration-versioned-contextGet integration versioned context.
-
pwsh-test-set-integration-contextSet integration context.
-
pwsh-test-set-integration-versioned-contextSet 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