Scenarios

Get Scenarios' results.

post

Get results of test "Scenarios" executed on this Network. Note: these Scenarios are meant to only be executed on test Networks; on a production Node, the response is expected to be empty.

Body
networkstringRequired

The logical name of the network

Example: {{network}}
Responses
200
Scenarios' results
application/json
post
POST /status/scenarios HTTP/1.1
Host: xrd.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "network": "{{network}}"
}
{
  "executed_scenarios": [
    {
      "sequence_number": 1,
      "logical_name": "text",
      "committed_transactions": [
        {
          "logical_name": "text",
          "state_version": 1,
          "intent_hash": "text",
          "intent_hash_bech32m": "text"
        }
      ],
      "addresses": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      }
    }
  ]
}