Skip to content

Commit

Permalink
Update Swagger doc v0.4.15.yaml (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoon-seo authored Nov 17, 2021
1 parent a92077b commit 9dcb5d5
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions src/api/rest/docs/v0.4.15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,11 @@ definitions:
default:yes)
example: '[yes, no]'
type: string
label:
description: Label is for describing the mcis in a keyword (any string can
be used)
example: User custom label
type: string
masterIp:
example: 32.201.134.113
type: string
Expand All @@ -888,6 +893,11 @@ definitions:
type: string
statusCount:
$ref: '#/definitions/mcis.StatusCountInfo'
systemLabel:
description: SystemLabel is for describing the mcis in a keyword (any string
can be used) for special System purpose
example: Managed by CB-Tumblebug
type: string
targetAction:
type: string
targetStatus:
Expand Down Expand Up @@ -1212,14 +1222,17 @@ definitions:
example: "no"
type: string
label:
default: "no"
description: Label is for describing the mcis in a keyword (any string can
be used)
example: custom tag
example: DynamicVM
type: string
name:
example: mcis01
type: string
systemLabel:
description: SystemLabel is for describing the mcis in a keyword (any string
can be used) for special System purpose
type: string
vm:
items:
$ref: '#/definitions/mcis.TbVmDynamicReq'
Expand All @@ -1246,6 +1259,7 @@ definitions:
label:
description: Label is for describing the mcis in a keyword (any string can
be used)
example: User custom label
type: string
name:
type: string
Expand All @@ -1255,6 +1269,11 @@ definitions:
type: string
statusCount:
$ref: '#/definitions/mcis.StatusCountInfo'
systemLabel:
description: SystemLabel is for describing the mcis in a keyword (any string
can be used) for special System purpose
example: Managed by CB-Tumblebug
type: string
targetAction:
type: string
targetStatus:
Expand All @@ -1279,7 +1298,6 @@ definitions:
example: "no"
type: string
label:
default: "no"
description: Label is for describing the mcis in a keyword (any string can
be used)
example: custom tag
Expand All @@ -1289,6 +1307,10 @@ definitions:
type: string
placementAlgo:
type: string
systemLabel:
description: SystemLabel is for describing the mcis in a keyword (any string
can be used) for special System purpose
type: string
vm:
items:
$ref: '#/definitions/mcis.TbVmReq'
Expand Down

0 comments on commit 9dcb5d5

Please sign in to comment.