1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
id:
in: path
required: true
type: string
description: |
The id of the service.
image_id:
in: path
required: true
type: string
description: |
The id for the image.
host:
in: body
required: true
type: string
description: |
The host name.
name:
in: body
required: true
type: string
description: |
The name of the service.
role_id:
in: body
required: true
type: string
description: |
The unique identifier for the role, which enables defining role assignments
for multiple users in multiple projects.
server.obj:
in: body
required: true
type: object
description: |
The server object.
|