summaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json
blob: 8bb074f464bcbc785d7e06e8dc37f2bfab976906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "plans": [
    {
      "status": "solving",
      "name": "Plan Name 1",
      "links": [
        [
          {
            "href": "http://localhost:5000/simulated/oof/has-api/flow1-success-simple/status-done.json",
            "rel": "self"
          }
        ]
      ],
      "id": "plan_id"
    }
  ]
}