kb-cloud-client-typescript 2.3.0-alpha.121 → 2.3.0-alpha.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adminapi/apis/diagnostics-api.d.ts +10 -2
- package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/adminapi/apis/diagnostics-api.js +10 -5
- package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
- package/dist/adminapi/models/account-option.d.ts +6 -0
- package/dist/adminapi/models/account-option.d.ts.map +1 -1
- package/dist/adminapi/models/cluster-storage-usage-history-instance.d.ts +56 -0
- package/dist/adminapi/models/cluster-storage-usage-history-instance.d.ts.map +1 -0
- package/dist/adminapi/models/cluster-storage-usage-history-instance.js +16 -0
- package/dist/adminapi/models/cluster-storage-usage-history-instance.js.map +1 -0
- package/dist/adminapi/models/cluster-storage-usage-history-point.d.ts +6 -0
- package/dist/adminapi/models/cluster-storage-usage-history-point.d.ts.map +1 -1
- package/dist/adminapi/models/cluster-storage-usage-history.d.ts +4 -4
- package/dist/adminapi/models/cluster-storage-usage-history.d.ts.map +1 -1
- package/dist/adminapi/models/index.d.ts +2 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +2 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/postgresql-space-analysis.d.ts +10 -4
- package/dist/adminapi/models/postgresql-space-analysis.d.ts.map +1 -1
- package/dist/adminapi/models/postgresql-storage-instance-usage.d.ts +79 -0
- package/dist/adminapi/models/postgresql-storage-instance-usage.d.ts.map +1 -0
- package/dist/adminapi/models/postgresql-storage-instance-usage.js +16 -0
- package/dist/adminapi/models/postgresql-storage-instance-usage.js.map +1 -0
- package/dist/adminapi/models/postgresql-storage-overview.d.ts +6 -29
- package/dist/adminapi/models/postgresql-storage-overview.d.ts.map +1 -1
- package/dist/openapi/apis/account-api.d.ts +406 -0
- package/dist/openapi/apis/account-api.d.ts.map +1 -1
- package/dist/openapi/apis/account-api.js +427 -0
- package/dist/openapi/apis/account-api.js.map +1 -1
- package/dist/openapi/apis/diagnostics-api.d.ts +10 -2
- package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.js +10 -5
- package/dist/openapi/apis/diagnostics-api.js.map +1 -1
- package/dist/openapi/apis/rdbms-api.d.ts +406 -0
- package/dist/openapi/apis/rdbms-api.d.ts.map +1 -1
- package/dist/openapi/apis/rdbms-api.js +427 -0
- package/dist/openapi/apis/rdbms-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +406 -0
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +427 -0
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/account-option.d.ts +6 -0
- package/dist/openapi/models/account-option.d.ts.map +1 -1
- package/dist/openapi/models/cluster-storage-usage-history-instance.d.ts +56 -0
- package/dist/openapi/models/cluster-storage-usage-history-instance.d.ts.map +1 -0
- package/dist/openapi/models/cluster-storage-usage-history-instance.js +16 -0
- package/dist/openapi/models/cluster-storage-usage-history-instance.js.map +1 -0
- package/dist/openapi/models/cluster-storage-usage-history-point.d.ts +6 -0
- package/dist/openapi/models/cluster-storage-usage-history-point.d.ts.map +1 -1
- package/dist/openapi/models/cluster-storage-usage-history.d.ts +4 -4
- package/dist/openapi/models/cluster-storage-usage-history.d.ts.map +1 -1
- package/dist/openapi/models/dms-service-account-create-request.d.ts +55 -0
- package/dist/openapi/models/dms-service-account-create-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-create-request.js +16 -0
- package/dist/openapi/models/dms-service-account-create-request.js.map +1 -0
- package/dist/openapi/models/dms-service-account-status.d.ts +22 -0
- package/dist/openapi/models/dms-service-account-status.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-status.js +26 -0
- package/dist/openapi/models/dms-service-account-status.js.map +1 -0
- package/dist/openapi/models/dms-service-account-update-request.d.ts +32 -0
- package/dist/openapi/models/dms-service-account-update-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-update-request.js +16 -0
- package/dist/openapi/models/dms-service-account-update-request.js.map +1 -0
- package/dist/openapi/models/dms-service-account.d.ts +73 -0
- package/dist/openapi/models/dms-service-account.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account.js +16 -0
- package/dist/openapi/models/dms-service-account.js.map +1 -0
- package/dist/openapi/models/index.d.ts +6 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +6 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/postgresql-space-analysis.d.ts +10 -4
- package/dist/openapi/models/postgresql-space-analysis.d.ts.map +1 -1
- package/dist/openapi/models/postgresql-storage-instance-usage.d.ts +79 -0
- package/dist/openapi/models/postgresql-storage-instance-usage.d.ts.map +1 -0
- package/dist/openapi/models/postgresql-storage-instance-usage.js +16 -0
- package/dist/openapi/models/postgresql-storage-instance-usage.js.map +1 -0
- package/dist/openapi/models/postgresql-storage-overview.d.ts +6 -29
- package/dist/openapi/models/postgresql-storage-overview.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +2 -0
- package/src/adminapi/apis/diagnostics-api.ts +18 -5
- package/src/adminapi/models/account-option.ts +6 -0
- package/src/adminapi/models/cluster-storage-usage-history-instance.ts +63 -0
- package/src/adminapi/models/cluster-storage-usage-history-point.ts +6 -0
- package/src/adminapi/models/cluster-storage-usage-history.ts +4 -4
- package/src/adminapi/models/index.ts +2 -0
- package/src/adminapi/models/postgresql-space-analysis.ts +10 -4
- package/src/adminapi/models/postgresql-storage-instance-usage.ts +84 -0
- package/src/adminapi/models/postgresql-storage-overview.ts +8 -29
- package/src/adminapi.yaml +81 -11
- package/src/openapi/.openapi-generator/FILES +6 -0
- package/src/openapi/apis/account-api.ts +703 -0
- package/src/openapi/apis/diagnostics-api.ts +18 -5
- package/src/openapi/apis/rdbms-api.ts +703 -0
- package/src/openapi/apis/shared-api.ts +703 -0
- package/src/openapi/models/account-option.ts +6 -0
- package/src/openapi/models/cluster-storage-usage-history-instance.ts +63 -0
- package/src/openapi/models/cluster-storage-usage-history-point.ts +6 -0
- package/src/openapi/models/cluster-storage-usage-history.ts +4 -4
- package/src/openapi/models/dms-service-account-create-request.ts +60 -0
- package/src/openapi/models/dms-service-account-status.ts +31 -0
- package/src/openapi/models/dms-service-account-update-request.ts +41 -0
- package/src/openapi/models/dms-service-account.ts +78 -0
- package/src/openapi/models/index.ts +6 -0
- package/src/openapi/models/postgresql-space-analysis.ts +10 -4
- package/src/openapi/models/postgresql-storage-instance-usage.ts +84 -0
- package/src/openapi/models/postgresql-storage-overview.ts +8 -29
- package/src/openapi.yaml +411 -11
package/src/openapi.yaml
CHANGED
|
@@ -4857,6 +4857,12 @@ paths:
|
|
|
4857
4857
|
required: true
|
|
4858
4858
|
schema:
|
|
4859
4859
|
type: string
|
|
4860
|
+
- name: databaseName
|
|
4861
|
+
in: query
|
|
4862
|
+
description: Optional database name for selected table, index, and TOAST details. When omitted, the backend selects the largest connectable non-template database.
|
|
4863
|
+
required: false
|
|
4864
|
+
schema:
|
|
4865
|
+
type: string
|
|
4860
4866
|
responses:
|
|
4861
4867
|
'200':
|
|
4862
4868
|
description: OK
|
|
@@ -4870,6 +4876,8 @@ paths:
|
|
|
4870
4876
|
$ref: '#/components/responses/401'
|
|
4871
4877
|
'403':
|
|
4872
4878
|
$ref: '#/components/responses/403'
|
|
4879
|
+
'404':
|
|
4880
|
+
$ref: '#/components/responses/404'
|
|
4873
4881
|
'500':
|
|
4874
4882
|
$ref: '#/components/responses/500'
|
|
4875
4883
|
/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/postgresql/sessions/{pid}/lockAnalysis:
|
|
@@ -13963,6 +13971,257 @@ paths:
|
|
|
13963
13971
|
- account
|
|
13964
13972
|
- rdbms
|
|
13965
13973
|
- shared
|
|
13974
|
+
/api/v1/data/{engineName}/organizations/{orgName}/clusters/{clusterName}/access-keys:
|
|
13975
|
+
get:
|
|
13976
|
+
description: list MinIO service account access keys
|
|
13977
|
+
summary: List MinIO access keys
|
|
13978
|
+
operationId: listServiceAccounts
|
|
13979
|
+
parameters:
|
|
13980
|
+
- description: name of the engine
|
|
13981
|
+
in: path
|
|
13982
|
+
name: engineName
|
|
13983
|
+
required: true
|
|
13984
|
+
schema:
|
|
13985
|
+
type: string
|
|
13986
|
+
- description: name of the organization
|
|
13987
|
+
in: path
|
|
13988
|
+
name: orgName
|
|
13989
|
+
required: true
|
|
13990
|
+
schema:
|
|
13991
|
+
type: string
|
|
13992
|
+
- description: name of the cluster
|
|
13993
|
+
in: path
|
|
13994
|
+
name: clusterName
|
|
13995
|
+
required: true
|
|
13996
|
+
schema:
|
|
13997
|
+
type: string
|
|
13998
|
+
- description: MinIO user that owns the service accounts
|
|
13999
|
+
in: query
|
|
14000
|
+
name: userName
|
|
14001
|
+
required: false
|
|
14002
|
+
schema:
|
|
14003
|
+
type: string
|
|
14004
|
+
responses:
|
|
14005
|
+
'200':
|
|
14006
|
+
description: list MinIO access keys success
|
|
14007
|
+
content:
|
|
14008
|
+
application/json:
|
|
14009
|
+
schema:
|
|
14010
|
+
$ref: '#/components/schemas/DmsServiceAccountList'
|
|
14011
|
+
'401':
|
|
14012
|
+
$ref: '#/components/responses/401'
|
|
14013
|
+
'403':
|
|
14014
|
+
$ref: '#/components/responses/403'
|
|
14015
|
+
'404':
|
|
14016
|
+
$ref: '#/components/responses/404'
|
|
14017
|
+
'500':
|
|
14018
|
+
$ref: '#/components/responses/500'
|
|
14019
|
+
tags:
|
|
14020
|
+
- account
|
|
14021
|
+
- rdbms
|
|
14022
|
+
- shared
|
|
14023
|
+
post:
|
|
14024
|
+
description: create a MinIO service account access key
|
|
14025
|
+
summary: Create MinIO access key
|
|
14026
|
+
operationId: createServiceAccount
|
|
14027
|
+
parameters:
|
|
14028
|
+
- description: name of the engine
|
|
14029
|
+
in: path
|
|
14030
|
+
name: engineName
|
|
14031
|
+
required: true
|
|
14032
|
+
schema:
|
|
14033
|
+
type: string
|
|
14034
|
+
- description: name of the organization
|
|
14035
|
+
in: path
|
|
14036
|
+
name: orgName
|
|
14037
|
+
required: true
|
|
14038
|
+
schema:
|
|
14039
|
+
type: string
|
|
14040
|
+
- description: name of the cluster
|
|
14041
|
+
in: path
|
|
14042
|
+
name: clusterName
|
|
14043
|
+
required: true
|
|
14044
|
+
schema:
|
|
14045
|
+
type: string
|
|
14046
|
+
requestBody:
|
|
14047
|
+
content:
|
|
14048
|
+
application/json:
|
|
14049
|
+
schema:
|
|
14050
|
+
$ref: '#/components/schemas/DmsServiceAccountCreateRequest'
|
|
14051
|
+
required: true
|
|
14052
|
+
responses:
|
|
14053
|
+
'201':
|
|
14054
|
+
description: create MinIO access key success
|
|
14055
|
+
content:
|
|
14056
|
+
application/json:
|
|
14057
|
+
schema:
|
|
14058
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
14059
|
+
'400':
|
|
14060
|
+
$ref: '#/components/responses/400'
|
|
14061
|
+
'401':
|
|
14062
|
+
$ref: '#/components/responses/401'
|
|
14063
|
+
'403':
|
|
14064
|
+
$ref: '#/components/responses/403'
|
|
14065
|
+
'404':
|
|
14066
|
+
$ref: '#/components/responses/404'
|
|
14067
|
+
'500':
|
|
14068
|
+
$ref: '#/components/responses/500'
|
|
14069
|
+
tags:
|
|
14070
|
+
- account
|
|
14071
|
+
- rdbms
|
|
14072
|
+
- shared
|
|
14073
|
+
x-codegen-request-body-name: body
|
|
14074
|
+
/api/v1/data/{engineName}/organizations/{orgName}/clusters/{clusterName}/access-keys/{accessKey}:
|
|
14075
|
+
get:
|
|
14076
|
+
description: get a MinIO service account access key
|
|
14077
|
+
summary: Get MinIO access key
|
|
14078
|
+
operationId: getServiceAccount
|
|
14079
|
+
parameters:
|
|
14080
|
+
- description: name of the engine
|
|
14081
|
+
in: path
|
|
14082
|
+
name: engineName
|
|
14083
|
+
required: true
|
|
14084
|
+
schema:
|
|
14085
|
+
type: string
|
|
14086
|
+
- description: name of the organization
|
|
14087
|
+
in: path
|
|
14088
|
+
name: orgName
|
|
14089
|
+
required: true
|
|
14090
|
+
schema:
|
|
14091
|
+
type: string
|
|
14092
|
+
- description: name of the cluster
|
|
14093
|
+
in: path
|
|
14094
|
+
name: clusterName
|
|
14095
|
+
required: true
|
|
14096
|
+
schema:
|
|
14097
|
+
type: string
|
|
14098
|
+
- description: MinIO access key
|
|
14099
|
+
in: path
|
|
14100
|
+
name: accessKey
|
|
14101
|
+
required: true
|
|
14102
|
+
schema:
|
|
14103
|
+
type: string
|
|
14104
|
+
responses:
|
|
14105
|
+
'200':
|
|
14106
|
+
description: get MinIO access key success
|
|
14107
|
+
content:
|
|
14108
|
+
application/json:
|
|
14109
|
+
schema:
|
|
14110
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
14111
|
+
'401':
|
|
14112
|
+
$ref: '#/components/responses/401'
|
|
14113
|
+
'403':
|
|
14114
|
+
$ref: '#/components/responses/403'
|
|
14115
|
+
'404':
|
|
14116
|
+
$ref: '#/components/responses/404'
|
|
14117
|
+
'500':
|
|
14118
|
+
$ref: '#/components/responses/500'
|
|
14119
|
+
tags:
|
|
14120
|
+
- account
|
|
14121
|
+
- rdbms
|
|
14122
|
+
- shared
|
|
14123
|
+
patch:
|
|
14124
|
+
description: update a MinIO service account access key
|
|
14125
|
+
summary: Update MinIO access key
|
|
14126
|
+
operationId: updateServiceAccount
|
|
14127
|
+
parameters:
|
|
14128
|
+
- description: name of the engine
|
|
14129
|
+
in: path
|
|
14130
|
+
name: engineName
|
|
14131
|
+
required: true
|
|
14132
|
+
schema:
|
|
14133
|
+
type: string
|
|
14134
|
+
- description: name of the organization
|
|
14135
|
+
in: path
|
|
14136
|
+
name: orgName
|
|
14137
|
+
required: true
|
|
14138
|
+
schema:
|
|
14139
|
+
type: string
|
|
14140
|
+
- description: name of the cluster
|
|
14141
|
+
in: path
|
|
14142
|
+
name: clusterName
|
|
14143
|
+
required: true
|
|
14144
|
+
schema:
|
|
14145
|
+
type: string
|
|
14146
|
+
- description: MinIO access key
|
|
14147
|
+
in: path
|
|
14148
|
+
name: accessKey
|
|
14149
|
+
required: true
|
|
14150
|
+
schema:
|
|
14151
|
+
type: string
|
|
14152
|
+
requestBody:
|
|
14153
|
+
content:
|
|
14154
|
+
application/json:
|
|
14155
|
+
schema:
|
|
14156
|
+
$ref: '#/components/schemas/DmsServiceAccountUpdateRequest'
|
|
14157
|
+
required: true
|
|
14158
|
+
responses:
|
|
14159
|
+
'200':
|
|
14160
|
+
description: update MinIO access key success
|
|
14161
|
+
content:
|
|
14162
|
+
application/json:
|
|
14163
|
+
schema:
|
|
14164
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
14165
|
+
'400':
|
|
14166
|
+
$ref: '#/components/responses/400'
|
|
14167
|
+
'401':
|
|
14168
|
+
$ref: '#/components/responses/401'
|
|
14169
|
+
'403':
|
|
14170
|
+
$ref: '#/components/responses/403'
|
|
14171
|
+
'404':
|
|
14172
|
+
$ref: '#/components/responses/404'
|
|
14173
|
+
'500':
|
|
14174
|
+
$ref: '#/components/responses/500'
|
|
14175
|
+
tags:
|
|
14176
|
+
- account
|
|
14177
|
+
- rdbms
|
|
14178
|
+
- shared
|
|
14179
|
+
x-codegen-request-body-name: body
|
|
14180
|
+
delete:
|
|
14181
|
+
description: delete a MinIO service account access key
|
|
14182
|
+
summary: Delete MinIO access key
|
|
14183
|
+
operationId: deleteServiceAccount
|
|
14184
|
+
parameters:
|
|
14185
|
+
- description: name of the engine
|
|
14186
|
+
in: path
|
|
14187
|
+
name: engineName
|
|
14188
|
+
required: true
|
|
14189
|
+
schema:
|
|
14190
|
+
type: string
|
|
14191
|
+
- description: name of the organization
|
|
14192
|
+
in: path
|
|
14193
|
+
name: orgName
|
|
14194
|
+
required: true
|
|
14195
|
+
schema:
|
|
14196
|
+
type: string
|
|
14197
|
+
- description: name of the cluster
|
|
14198
|
+
in: path
|
|
14199
|
+
name: clusterName
|
|
14200
|
+
required: true
|
|
14201
|
+
schema:
|
|
14202
|
+
type: string
|
|
14203
|
+
- description: MinIO access key
|
|
14204
|
+
in: path
|
|
14205
|
+
name: accessKey
|
|
14206
|
+
required: true
|
|
14207
|
+
schema:
|
|
14208
|
+
type: string
|
|
14209
|
+
responses:
|
|
14210
|
+
'204':
|
|
14211
|
+
content: {}
|
|
14212
|
+
description: Returned when access key is deleted successfully.
|
|
14213
|
+
'401':
|
|
14214
|
+
$ref: '#/components/responses/401'
|
|
14215
|
+
'403':
|
|
14216
|
+
$ref: '#/components/responses/403'
|
|
14217
|
+
'404':
|
|
14218
|
+
$ref: '#/components/responses/404'
|
|
14219
|
+
'500':
|
|
14220
|
+
$ref: '#/components/responses/500'
|
|
14221
|
+
tags:
|
|
14222
|
+
- account
|
|
14223
|
+
- rdbms
|
|
14224
|
+
- shared
|
|
13966
14225
|
/api/v1/data/{engineName}/organizations/{orgName}/clusters/{clusterName}/sessions:
|
|
13967
14226
|
get:
|
|
13968
14227
|
description: list sessions in cluster
|
|
@@ -21767,32 +22026,56 @@ components:
|
|
|
21767
22026
|
type: boolean
|
|
21768
22027
|
indexListTruncated:
|
|
21769
22028
|
type: boolean
|
|
21770
|
-
|
|
22029
|
+
postgresqlStorageInstanceUsage:
|
|
21771
22030
|
type: object
|
|
21772
|
-
required:
|
|
21773
|
-
- source
|
|
21774
22031
|
properties:
|
|
22032
|
+
instanceName:
|
|
22033
|
+
type: string
|
|
22034
|
+
description: Kubernetes pod name for this PostgreSQL replica storage sample.
|
|
22035
|
+
pvcName:
|
|
22036
|
+
type: string
|
|
22037
|
+
description: PersistentVolumeClaim name when it can be read from metrics labels.
|
|
22038
|
+
role:
|
|
22039
|
+
type: string
|
|
22040
|
+
description: Raw PostgreSQL replica role value read from metrics labels, kept aligned with instance detail display.
|
|
22041
|
+
componentName:
|
|
22042
|
+
type: string
|
|
22043
|
+
description: Optional KubeBlocks component name when it can be read from metrics labels.
|
|
21775
22044
|
totalBytes:
|
|
21776
22045
|
type: integer
|
|
21777
22046
|
format: int64
|
|
21778
|
-
description:
|
|
22047
|
+
description: Physical PVC capacity in bytes for this replica storage sample.
|
|
21779
22048
|
usedBytes:
|
|
21780
22049
|
type: integer
|
|
21781
22050
|
format: int64
|
|
21782
|
-
description:
|
|
22051
|
+
description: Physical PVC used bytes for this replica storage sample.
|
|
21783
22052
|
availableBytes:
|
|
21784
22053
|
type: integer
|
|
21785
22054
|
format: int64
|
|
21786
|
-
description:
|
|
22055
|
+
description: Available bytes derived from totalBytes - usedBytes when both values are available.
|
|
21787
22056
|
usageRatio:
|
|
21788
22057
|
type: number
|
|
21789
22058
|
format: double
|
|
21790
|
-
|
|
22059
|
+
nullable: true
|
|
22060
|
+
description: usedBytes / totalBytes for this replica storage sample when both values are available.
|
|
21791
22061
|
updatedAt:
|
|
21792
22062
|
type: string
|
|
21793
22063
|
description: Metrics collection timestamp in UTC.
|
|
21794
22064
|
source:
|
|
21795
22065
|
type: string
|
|
22066
|
+
postgresqlStorageOverview:
|
|
22067
|
+
type: object
|
|
22068
|
+
required:
|
|
22069
|
+
- source
|
|
22070
|
+
- instances
|
|
22071
|
+
properties:
|
|
22072
|
+
source:
|
|
22073
|
+
type: string
|
|
22074
|
+
instances:
|
|
22075
|
+
type: array
|
|
22076
|
+
description: Physical PostgreSQL replica storage usage split by pod/PVC/role.
|
|
22077
|
+
items:
|
|
22078
|
+
$ref: '#/components/schemas/postgresqlStorageInstanceUsage'
|
|
21796
22079
|
postgresqlDatabaseSpace:
|
|
21797
22080
|
type: object
|
|
21798
22081
|
properties:
|
|
@@ -21923,6 +22206,7 @@ components:
|
|
|
21923
22206
|
- summary
|
|
21924
22207
|
- storageOverview
|
|
21925
22208
|
- databases
|
|
22209
|
+
- selectedDatabase
|
|
21926
22210
|
- tables
|
|
21927
22211
|
- indexes
|
|
21928
22212
|
- toastRelations
|
|
@@ -21935,18 +22219,25 @@ components:
|
|
|
21935
22219
|
$ref: '#/components/schemas/postgresqlStorageOverview'
|
|
21936
22220
|
databases:
|
|
21937
22221
|
type: array
|
|
22222
|
+
description: Sizes of all connectable non-template databases in the PostgreSQL instance.
|
|
21938
22223
|
items:
|
|
21939
22224
|
$ref: '#/components/schemas/postgresqlDatabaseSpace'
|
|
22225
|
+
selectedDatabase:
|
|
22226
|
+
type: string
|
|
22227
|
+
description: Database used for tables, indexes, and toastRelations in this response.
|
|
21940
22228
|
tables:
|
|
21941
22229
|
type: array
|
|
22230
|
+
description: Top tables from selectedDatabase.
|
|
21942
22231
|
items:
|
|
21943
22232
|
$ref: '#/components/schemas/postgresqlTableSpace'
|
|
21944
22233
|
indexes:
|
|
21945
22234
|
type: array
|
|
22235
|
+
description: Top indexes from selectedDatabase.
|
|
21946
22236
|
items:
|
|
21947
22237
|
$ref: '#/components/schemas/postgresqlIndexSpace'
|
|
21948
22238
|
toastRelations:
|
|
21949
22239
|
type: array
|
|
22240
|
+
description: Toast relations derived from selectedDatabase table space data.
|
|
21950
22241
|
items:
|
|
21951
22242
|
$ref: '#/components/schemas/postgresqlToastRelationSpace'
|
|
21952
22243
|
sources:
|
|
@@ -22132,6 +22423,7 @@ components:
|
|
|
22132
22423
|
- timestamp
|
|
22133
22424
|
- usedBytes
|
|
22134
22425
|
- totalBytes
|
|
22426
|
+
- availableBytes
|
|
22135
22427
|
- usageRatio
|
|
22136
22428
|
properties:
|
|
22137
22429
|
timestamp:
|
|
@@ -22142,17 +22434,43 @@ components:
|
|
|
22142
22434
|
totalBytes:
|
|
22143
22435
|
type: integer
|
|
22144
22436
|
format: int64
|
|
22437
|
+
availableBytes:
|
|
22438
|
+
type: integer
|
|
22439
|
+
format: int64
|
|
22145
22440
|
usageRatio:
|
|
22146
22441
|
type: number
|
|
22147
22442
|
format: double
|
|
22443
|
+
clusterStorageUsageHistoryInstance:
|
|
22444
|
+
type: object
|
|
22445
|
+
required:
|
|
22446
|
+
- points
|
|
22447
|
+
properties:
|
|
22448
|
+
instanceName:
|
|
22449
|
+
type: string
|
|
22450
|
+
description: Kubernetes pod name for this storage usage series.
|
|
22451
|
+
pvcName:
|
|
22452
|
+
type: string
|
|
22453
|
+
description: PersistentVolumeClaim name when it can be read from metrics labels.
|
|
22454
|
+
role:
|
|
22455
|
+
type: string
|
|
22456
|
+
description: Raw database replica role value read from metrics labels, kept aligned with instance detail display.
|
|
22457
|
+
componentName:
|
|
22458
|
+
type: string
|
|
22459
|
+
description: Optional KubeBlocks component name when it can be read from metrics labels.
|
|
22460
|
+
points:
|
|
22461
|
+
type: array
|
|
22462
|
+
items:
|
|
22463
|
+
$ref: '#/components/schemas/clusterStorageUsageHistoryPoint'
|
|
22464
|
+
source:
|
|
22465
|
+
type: string
|
|
22148
22466
|
clusterStorageUsageHistory:
|
|
22149
22467
|
type: object
|
|
22150
|
-
description:
|
|
22468
|
+
description: Per-instance cluster storage usage history collected from backend-owned fixed metrics.
|
|
22151
22469
|
required:
|
|
22152
22470
|
- timeRange
|
|
22153
22471
|
- start
|
|
22154
22472
|
- end
|
|
22155
|
-
-
|
|
22473
|
+
- instances
|
|
22156
22474
|
- source
|
|
22157
22475
|
- collectedAt
|
|
22158
22476
|
properties:
|
|
@@ -22165,10 +22483,10 @@ components:
|
|
|
22165
22483
|
end:
|
|
22166
22484
|
type: string
|
|
22167
22485
|
description: History query end timestamp in UTC.
|
|
22168
|
-
|
|
22486
|
+
instances:
|
|
22169
22487
|
type: array
|
|
22170
22488
|
items:
|
|
22171
|
-
$ref: '#/components/schemas/
|
|
22489
|
+
$ref: '#/components/schemas/clusterStorageUsageHistoryInstance'
|
|
22172
22490
|
source:
|
|
22173
22491
|
type: string
|
|
22174
22492
|
description: Metrics source used to build the history.
|
|
@@ -24420,6 +24738,9 @@ components:
|
|
|
24420
24738
|
supportLock:
|
|
24421
24739
|
type: boolean
|
|
24422
24740
|
description: Whether the engine supports account lock and unlock actions.
|
|
24741
|
+
supportServiceAccount:
|
|
24742
|
+
type: boolean
|
|
24743
|
+
description: Whether the engine supports service account access-key management.
|
|
24423
24744
|
protectedAccounts:
|
|
24424
24745
|
type: array
|
|
24425
24746
|
description: Account names that are protected from update, delete, lock, and unlock actions.
|
|
@@ -29311,6 +29632,85 @@ components:
|
|
|
29311
29632
|
required:
|
|
29312
29633
|
- name
|
|
29313
29634
|
type: object
|
|
29635
|
+
DmsServiceAccount:
|
|
29636
|
+
description: MinIO service account access-key
|
|
29637
|
+
type: object
|
|
29638
|
+
properties:
|
|
29639
|
+
userName:
|
|
29640
|
+
type: string
|
|
29641
|
+
description: MinIO user that owns the service account.
|
|
29642
|
+
accessKey:
|
|
29643
|
+
type: string
|
|
29644
|
+
description: Service account access key.
|
|
29645
|
+
secretKey:
|
|
29646
|
+
type: string
|
|
29647
|
+
description: Secret key returned only by create.
|
|
29648
|
+
status:
|
|
29649
|
+
type: string
|
|
29650
|
+
description: Service account status.
|
|
29651
|
+
name:
|
|
29652
|
+
type: string
|
|
29653
|
+
description: Display name of the service account.
|
|
29654
|
+
description:
|
|
29655
|
+
type: string
|
|
29656
|
+
description: Description of the service account.
|
|
29657
|
+
expiration:
|
|
29658
|
+
type: string
|
|
29659
|
+
format: date-time
|
|
29660
|
+
description: Service account expiration time.
|
|
29661
|
+
policy:
|
|
29662
|
+
type: string
|
|
29663
|
+
description: Service account policy text.
|
|
29664
|
+
impliedPolicy:
|
|
29665
|
+
type: boolean
|
|
29666
|
+
description: Whether the policy is implied from the parent user.
|
|
29667
|
+
DmsServiceAccountList:
|
|
29668
|
+
description: MinIO service account access-key list
|
|
29669
|
+
type: array
|
|
29670
|
+
items:
|
|
29671
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
29672
|
+
DmsServiceAccountCreateRequest:
|
|
29673
|
+
description: MinIO service account access-key create request
|
|
29674
|
+
type: object
|
|
29675
|
+
required:
|
|
29676
|
+
- userName
|
|
29677
|
+
properties:
|
|
29678
|
+
userName:
|
|
29679
|
+
type: string
|
|
29680
|
+
description: MinIO user that owns the service account.
|
|
29681
|
+
accessKey:
|
|
29682
|
+
type: string
|
|
29683
|
+
description: Optional fixed access key. If omitted, MinIO generates it.
|
|
29684
|
+
secretKey:
|
|
29685
|
+
type: string
|
|
29686
|
+
description: Optional fixed secret key. If omitted, MinIO generates it.
|
|
29687
|
+
name:
|
|
29688
|
+
type: string
|
|
29689
|
+
description: Display name of the service account.
|
|
29690
|
+
description:
|
|
29691
|
+
type: string
|
|
29692
|
+
description: Description of the service account.
|
|
29693
|
+
expiration:
|
|
29694
|
+
type: string
|
|
29695
|
+
format: date-time
|
|
29696
|
+
description: Optional service account expiration time.
|
|
29697
|
+
DmsServiceAccountStatus:
|
|
29698
|
+
description: MinIO service account status.
|
|
29699
|
+
type: string
|
|
29700
|
+
enum:
|
|
29701
|
+
- enabled
|
|
29702
|
+
- disabled
|
|
29703
|
+
DmsServiceAccountUpdateRequest:
|
|
29704
|
+
description: MinIO service account access-key update request
|
|
29705
|
+
type: object
|
|
29706
|
+
properties:
|
|
29707
|
+
status:
|
|
29708
|
+
$ref: '#/components/schemas/DmsServiceAccountStatus'
|
|
29709
|
+
description: Optional service account status.
|
|
29710
|
+
expiration:
|
|
29711
|
+
type: string
|
|
29712
|
+
format: date-time
|
|
29713
|
+
description: Optional service account expiration time. Use the Unix epoch to clear expiration.
|
|
29314
29714
|
dbTDERequest:
|
|
29315
29715
|
type: object
|
|
29316
29716
|
properties:
|