Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Example of using ECHD commands when working with NAT  Sending reactions, events or XML data to Axxon PSIM with HTTP API Next page


General request format:

GET http://IP address/Test?timeout=test runtime in seconds

Request example:

GET http://127.0.0.1/Test?timeout=2

Example of a BAT file for a call

start curl -o 1.txt http://127.0.0.1/Test?timeout=2
start curl -o 2.txt http://127.0.0.1/Test?timeout=5
start curl -o 3.txt http://127.0.0.1/Test?timeout=7
start curl -o 4.txt http://127.0.0.1/Test?timeout=1

Response example:

{
    "Started": "20240122T105223.672993",
    "Finished": "20240122T105225.684261",
    "Duration": "00:00:02.011268",
    "ThreadID": "0x6618"
}

After you run the command, as many files as listed in the BAT file are created.

  • No labels