Functest scripts, simulators, and payloads
[optf/osdf.git] / test / functest / simulators / has-api / response-payloads / flow2-error-right-away / main.json
1 {
2   "plans": [
3     {
4       "status": "error",
5       "message": "Some error message",
6       "name": "Plan Name 1",
7       "links": [
8         [
9           {
10             "href": "http://conductor:8091/v1/plans/plan_id",
11             "rel": "self"
12           }
13         ]
14       ],
15       "id": "plan_id"
16     }
17   ]
18 }