Files
murano/api-ref/source/v1/samples/templates-list-response.json
Felipe Monteiro 4ddff85b44 Add environment templates to api-ref
This patch adds the environment templates api to api-ref.

Change-Id: I42d7016196839ac00ae14663f7addde3746ea1d1
Partially-Implements: blueprint murano-api-ref
2017-04-26 21:35:24 +01:00

26 lines
787 B
JSON

{
"templates": [
{
"updated": "2014-05-14T13:02:54",
"networking": {},
"name": "test1",
"created": "2014-05-14T13:02:46",
"tenant_id": "726ed856965f43cc8e565bc991fa76c3",
"version": 0,
"is_public": false,
"description_text": "",
"id": "2fa5ab704749444bbeafe7991b412c33"
},
{
"updated": "2014-05-14T13:02:55",
"networking": {},
"name": "test2",
"created": "2014-05-14T13:02:51",
"tenant_id": "123452452345346345634563456345346",
"version": 0,
"is_public": true,
"description_text": "",
"id": "744e44812da84e858946f5d817de4f72"
}
]
}