APIMetricsValidation
This integration runs through all scenarios as defined in the API Metrics expected results guide.
Utilities · Developer Tools
Details
| ID | APIMetricsValidation |
|---|---|
| Provider | APImetrics |
| Category | Utilities |
| From Version | 6.8.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
test-scenario-one
Test Scenario One - All 10 Pass on first try
Base Command
test-scenario-one
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-two
Test Scenario Two - 5 Pass on first try, 5 error on quota and are scheduled
Base Command
test-scenario-two
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-three
Test Scenario Three - 5 Fail on second try
Base Command
test-scenario-three
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-four
Test Scenario Four - 2 Succeed, 3 Fail on retry
Base Command
test-scenario-four
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-five
Test Scenario Five - 10 IPs as a string, 1 success
Base Command
test-scenario-five
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-six
Test Scenario Six - 10 items are in 1 call. 1 fail.
Base Command
test-scenario-six
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-seven
Test Scenario Seven - 10 items are in 1 call. 1 fail. No metrics are returned.
Base Command
test-scenario-seven
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-eight
Test Scenario Eight - 10 items are in 1 call. 1 fail. No metrics returned. Timeout.
Base Command
test-scenario-eight
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-nine
This is the test PB scenario
Base Command
test-scenario-nine
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
test-scenario-ten
This command is executed five times in the PB
Base Command
test-scenario-ten
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
Configuration parameters
testing— This is not needed (required)
Commands (10)
-
test-scenario-eightTest Scenario Eight - 10 items are in 1 call. 1 fail. No metrics returned. Timeout.
-
test-scenario-fiveTest Scenario Five - 10 IPs as a string, 1 success
-
test-scenario-fourTest Scenario Four - 2 Succeed, 3 Fail on retry
-
test-scenario-nineThis is the test PB scenario
-
test-scenario-oneTest Scenario One - All 10 Pass on first try
-
test-scenario-sevenTest Scenario Seven - 10 items are in 1 call. 1 fail. No metrics are returned.
-
test-scenario-sixTest Scenario Six - 10 items are in 1 call. 1 fail.
-
test-scenario-tenThis command is executed five times in the PB
-
test-scenario-threeTest Scenario Three - 5 Fail on second try
-
test-scenario-twoTest Scenario Two - 5 Pass on first try, 5 error on quota and are scheduled
commonfields: id: APIMetricsValidation version: -1 sectionorder: - Connect - Collect name: APIMetricsValidation display: APIMetricsValidation category: Utilities provider: APImetrics description: This integration runs through all scenarios as defined in the API Metrics expected results guide. configuration: - display: This is not needed name: testing defaultvalue: okay type: 0 required: true section: Connect script: script: '' type: python commands: - name: test-scenario-one arguments: [] description: Test Scenario One - All 10 Pass on first try polling: true - name: test-scenario-two arguments: [] description: Test Scenario Two - 5 Pass on first try, 5 error on quota and are scheduled polling: true - name: test-scenario-three arguments: [] description: Test Scenario Three - 5 Fail on second try polling: true - name: test-scenario-four arguments: [] description: Test Scenario Four - 2 Succeed, 3 Fail on retry polling: true - name: test-scenario-five arguments: [] description: Test Scenario Five - 10 IPs as a string, 1 success polling: true - name: test-scenario-six arguments: [] description: Test Scenario Six - 10 items are in 1 call. 1 fail. polling: true - name: test-scenario-seven arguments: [] description: Test Scenario Seven - 10 items are in 1 call. 1 fail. No metrics are returned. polling: true - name: test-scenario-eight arguments: [] description: Test Scenario Eight - 10 items are in 1 call. 1 fail. No metrics returned. Timeout. polling: true - name: test-scenario-nine arguments: [] description: This is the test PB scenario - name: test-scenario-ten arguments: [] description: This command is executed five times in the PB dockerimage: demisto/python3:3.12.13.10116658 runonce: false subtype: python3 fromversion: 6.8.0 tests: - No tests (auto formatted)