diff --git a/src/api/rest/docs/v0.4.15.yaml b/src/api/rest/docs/v0.4.15.yaml index 2128ccaf2..e36b5997b 100644 --- a/src/api/rest/docs/v0.4.15.yaml +++ b/src/api/rest/docs/v0.4.15.yaml @@ -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 @@ -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: @@ -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' @@ -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 @@ -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: @@ -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 @@ -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'