aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters/src/test/resources/__files/MulticloudResponse_Stack_Create.json
blob: b6092bfbe067aa03a4307c915a47c478031c54c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "template_type": "heat",
  "workload_id": "workload-id",
  "template_response":
    {
      "stack": {
        "id": "abcdef00-1234-abcd-5678-ef9123456789",
        "links": [
          {
            "href": "http://localhost:1234/v1/id12345678/stacks/workload-id/abcdef00-1234-abcd-5678-ef9123456789",
            "rel": "self"
          }
        ]
      }
    }
}