Diane Fleming 1c379a797e Update Orchestration API v1 to spellcheck and make other changes
- Remove passive voice from api-site
- Renamed api-ref/src/wadls/orchestration/src/v1/api_samples
  to .../samples
- Renamed code samples using this naming convention:
  <resource>-<action>-request.json or <resource>-<action>-response.json.
  For example, volume-create-request.json and volume-create-response.json.
- Removed unused code samples
- Made method names consistent throughout - use list<resource> for list
  operations, show<resource> for show operations, and so on.

Change-Id: Icbd0e6651615165f3185e048edf02e210ca0759e
Partial-Bug: #1521244
2015-12-11 20:08:30 -06:00

24 lines
671 B
JSON

{
"adopt_stack_data": {
"action": "CREATE",
"id": "bxxxxx4-0xx2-4xx1-axx6-exxxxxxxc",
"name": "teststack",
"resources": {
"MyServer": {
"action": "CREATE",
"metadata": {},
"name": "MyServer",
"resource_data": {},
"resource_id": "cxxxx3-dxx3-4xx-bxx2-3xxxxxxxxa",
"status": "COMPLETE",
"type": "OS::Trove::Instance"
}
},
"status": "COMPLETE",
"template": {}
},
"stack_name": "{stack_name}",
"template_url": "{template_url}",
"timeout_mins": "{timeout_mins}"
}