Skip to content

Commit e6ee51d

Browse files
[Workflow] Update Swagger REST API doc
2 parents dbbf12e + 758abd7 commit e6ee51d

3 files changed

Lines changed: 38 additions & 1 deletion

File tree

src/interface/rest/docs/docs.go

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28805,6 +28805,10 @@ const docTemplate = `{
2880528805
"type": "string",
2880628806
"example": "we12fawefadf1221edcf"
2880728807
},
28808+
"deletionRequestedAt": {
28809+
"description": "DeletionRequestedAt (RFC3339) marks a deletion tombstone: non-empty means the\nrecord is kept until CSP-side removal is confirmed",
28810+
"type": "string"
28811+
},
2880828812
"description": {
2880928813
"type": "string"
2881028814
},
@@ -28852,6 +28856,9 @@ const docTemplate = `{
2885228856
"type": "string",
2885328857
"example": "Managed by CB-Tumblebug"
2885428858
},
28859+
"systemMessage": {
28860+
"type": "string"
28861+
},
2885528862
"targetGroup": {
2885628863
"$ref": "#/definitions/model.NLBTargetGroupInfo"
2885728864
},
@@ -28894,6 +28901,10 @@ const docTemplate = `{
2889428901
"type": "string",
2889528902
"example": "we12fawefadf1221edcf"
2889628903
},
28904+
"deletionRequestedAt": {
28905+
"description": "DeletionRequestedAt (RFC3339) marks a deletion tombstone: non-empty means the\nrecord is kept until CSP-side removal is confirmed",
28906+
"type": "string"
28907+
},
2889728908
"description": {
2889828909
"type": "string"
2889928910
},
@@ -28946,6 +28957,9 @@ const docTemplate = `{
2894628957
"type": "string",
2894728958
"example": "Managed by CB-Tumblebug"
2894828959
},
28960+
"systemMessage": {
28961+
"type": "string"
28962+
},
2894928963
"targetGroup": {
2895028964
"$ref": "#/definitions/model.NLBTargetGroupInfo"
2895128965
},
@@ -31172,6 +31186,10 @@ const docTemplate = `{
3117231186
"type": "boolean",
3117331187
"example": false
3117431188
},
31189+
"deletionRequestedAt": {
31190+
"description": "DeletionRequestedAt (RFC3339) marks a deletion tombstone: non-empty means the\nrecord is kept until CSP-side removal is confirmed",
31191+
"type": "string"
31192+
},
3117531193
"description": {
3117631194
"type": "string"
3117731195
},

src/interface/rest/docs/swagger.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/interface/rest/docs/swagger.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23859,6 +23859,11 @@ components:
2385923859
description: CspResourceName is name assigned to the CSP resource. This
2386023860
name is internally used to handle the resource.
2386123861
example: we12fawefadf1221edcf
23862+
deletionRequestedAt:
23863+
type: string
23864+
description: |-
23865+
DeletionRequestedAt (RFC3339) marks a deletion tombstone: non-empty means the
23866+
record is kept until CSP-side removal is confirmed
2386223867
description:
2386323868
type: string
2386423869
healthChecker:
@@ -23894,6 +23899,8 @@ components:
2389423899
description: SystemLabel is for describing the Resource in a keyword (any
2389523900
string can be used) for special System purpose
2389623901
example: Managed by CB-Tumblebug
23902+
systemMessage:
23903+
type: string
2389723904
targetGroup:
2389823905
$ref: '#/components/schemas/model.NLBTargetGroupInfo'
2389923906
type:
@@ -23926,6 +23933,11 @@ components:
2392623933
description: CspResourceName is name assigned to the CSP resource. This
2392723934
name is internally used to handle the resource.
2392823935
example: we12fawefadf1221edcf
23936+
deletionRequestedAt:
23937+
type: string
23938+
description: |-
23939+
DeletionRequestedAt (RFC3339) marks a deletion tombstone: non-empty means the
23940+
record is kept until CSP-side removal is confirmed
2392923941
description:
2393023942
type: string
2393123943
healthChecker:
@@ -23965,6 +23977,8 @@ components:
2396523977
description: SystemLabel is for describing the Resource in a keyword (any
2396623978
string can be used) for special System purpose
2396723979
example: Managed by CB-Tumblebug
23980+
systemMessage:
23981+
type: string
2396823982
targetGroup:
2396923983
$ref: '#/components/schemas/model.NLBTargetGroupInfo'
2397023984
type:
@@ -25594,6 +25608,11 @@ components:
2559425608
deletionProtection:
2559525609
type: boolean
2559625610
example: false
25611+
deletionRequestedAt:
25612+
type: string
25613+
description: |-
25614+
DeletionRequestedAt (RFC3339) marks a deletion tombstone: non-empty means the
25615+
record is kept until CSP-side removal is confirmed
2559725616
description:
2559825617
type: string
2559925618
encryption:

0 commit comments

Comments
 (0)