Merge "Added fault response parameter to Show Server Details API."
This commit is contained in:
commit
25ac5a2756
@ -560,6 +560,12 @@ user_id_1:
|
|||||||
type: string
|
type: string
|
||||||
|
|
||||||
# variables in body
|
# variables in body
|
||||||
|
fault:
|
||||||
|
description: |
|
||||||
|
A fault object. Only displayed in the failed response.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: object
|
||||||
OS-DCF:diskConfig:
|
OS-DCF:diskConfig:
|
||||||
description: |
|
description: |
|
||||||
Controls how the API partitions the disk when you create, rebuild, or resize servers.
|
Controls how the API partitions the disk when you create, rebuild, or resize servers.
|
||||||
|
@ -524,6 +524,7 @@ Response
|
|||||||
- tenant_id: tenant_id_body
|
- tenant_id: tenant_id_body
|
||||||
- updated: updated
|
- updated: updated
|
||||||
- user_id: user_id
|
- user_id: user_id
|
||||||
|
- fault: fault
|
||||||
|
|
||||||
**Example Show Server Details: JSON response**
|
**Example Show Server Details: JSON response**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user