Merge "Added fault response parameter to Show Server Details API."

This commit is contained in:
Jenkins 2016-05-11 15:20:58 +00:00 committed by Gerrit Code Review
commit 25ac5a2756
2 changed files with 7 additions and 0 deletions

View File

@ -560,6 +560,12 @@ user_id_1:
type: string
# variables in body
fault:
description: |
A fault object. Only displayed in the failed response.
in: body
required: false
type: object
OS-DCF:diskConfig:
description: |
Controls how the API partitions the disk when you create, rebuild, or resize servers.

View File

@ -524,6 +524,7 @@ Response
- tenant_id: tenant_id_body
- updated: updated
- user_id: user_id
- fault: fault
**Example Show Server Details: JSON response**