Scenarios
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
networkstringRequiredExample:
The logical name of the network
{{network}}
Responses
200
Scenarios' results
application/json
500
Server error
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"
}
}
]
}