[api-ref] Add missing fields to the API Reference

Adding the 'service_uuid' and 'shared_targets' to the API Reference
documentation with a short description.

Closes-Bug: #1739640
Change-Id: I6866a8da47c6910ce8d2a6802839e9a06eb596a5
This commit is contained in:
Ildiko Vancsa 2018-01-04 13:54:54 +01:00
parent b6d2ec994c
commit 3d25dfb132
2 changed files with 16 additions and 1 deletions

View File

@ -2371,12 +2371,26 @@ service_status:
in: body
required: true
type: string
service_uuid:
description: |
A unique identifier that's used to indicate what node the volume-service
for a particular volume is being serviced by.
in: body
required: true
type: string
services:
description: |
A list of service objects.
in: body
required: true
type: array
shared_targets:
description: |
An indicator whether the back-end hosting the volume utilizes
shared_targets or not. Default=True.
in: body
required: true
type: boolean
size:
description: |
The size of the volume, in gibibytes (GiB).

View File

@ -347,7 +347,8 @@ Response Parameters
- created_at: created_at
- os-volume-replication:driver_data: os-volume-replication:driver_data
- volume_type: volume_type
- service_uuid: service_uuid
- shared_targets: shared_targets
Response Example