summaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/has-api/response-payloads/orig/status-template.json
blob: 6f203095f45af592962a833dd717dab09b705186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "status": "template",
  "name": "Plan Name 1",
  "links": [
    [
      {
        "href": "http://conductor:8091/v1/plans/plan_id",
        "rel": "self"
      }
    ]
  ],
  "id": "plan_id"
}