aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/slice_selection/no_recomm_conductor_response.json
blob: f23af87bcffbb691d5d1ff7f82fbd312fb8b12a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
   "plans":[
      {
         "status":"done",
         "id":"plan_id",
         "name":"Plan Name 1",
         "links":[
            [
               {
                  "href":"http://conductor:8091/v1/plans/plan_id",
                  "rel":"self"
               }
            ]
         ],
         "recommendations": []
      }
   ]
}