kb-cloud-client-typescript 2.4.0-alpha.46 → 2.4.0-alpha.48
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/api.d.ts +2 -0
- package/dist/adminapi/api.d.ts.map +1 -1
- package/dist/adminapi/api.js +2 -0
- package/dist/adminapi/api.js.map +1 -1
- package/dist/adminapi/apis/dashboard-config-api.d.ts +223 -0
- package/dist/adminapi/apis/dashboard-config-api.d.ts.map +1 -0
- package/dist/adminapi/apis/dashboard-config-api.js +277 -0
- package/dist/adminapi/apis/dashboard-config-api.js.map +1 -0
- package/dist/adminapi/apis/diagnostics-api.d.ts +229 -0
- package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/adminapi/apis/diagnostics-api.js +247 -0
- package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
- package/dist/adminapi/apis/oracle-api.d.ts +422 -0
- package/dist/adminapi/apis/oracle-api.d.ts.map +1 -0
- package/dist/adminapi/apis/oracle-api.js +471 -0
- package/dist/adminapi/apis/oracle-api.js.map +1 -0
- package/dist/adminapi/models/dashboard-config-update.d.ts +25 -0
- package/dist/adminapi/models/dashboard-config-update.d.ts.map +1 -0
- package/dist/adminapi/models/dashboard-config-update.js +16 -0
- package/dist/adminapi/models/dashboard-config-update.js.map +1 -0
- package/dist/adminapi/models/dashboard-config.d.ts +31 -0
- package/dist/adminapi/models/dashboard-config.d.ts.map +1 -0
- package/dist/adminapi/models/dashboard-config.js +16 -0
- package/dist/adminapi/models/dashboard-config.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +9 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +9 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/oracle-tablespace-contents.d.ts +22 -0
- package/dist/adminapi/models/oracle-tablespace-contents.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-contents.js +26 -0
- package/dist/adminapi/models/oracle-tablespace-contents.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-create.d.ts +45 -0
- package/dist/adminapi/models/oracle-tablespace-create.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-create.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-create.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.d.ts +22 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.js +26 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand.d.ts +45 -0
- package/dist/adminapi/models/oracle-tablespace-expand.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-expand.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.d.ts +49 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file.d.ts +67 -0
- package/dist/adminapi/models/oracle-tablespace-file.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-file.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace.d.ts +86 -0
- package/dist/adminapi/models/oracle-tablespace.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace.js +16 -0
- package/dist/adminapi/models/oracle-tablespace.js.map +1 -0
- package/dist/openapi/api.d.ts +2 -0
- package/dist/openapi/api.d.ts.map +1 -1
- package/dist/openapi/api.js +2 -0
- package/dist/openapi/api.js.map +1 -1
- package/dist/openapi/apis/dashboard-config-api.d.ts +104 -0
- package/dist/openapi/apis/dashboard-config-api.d.ts.map +1 -0
- package/dist/openapi/apis/dashboard-config-api.js +133 -0
- package/dist/openapi/apis/dashboard-config-api.js.map +1 -0
- package/dist/openapi/apis/diagnostics-api.d.ts +229 -0
- package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.js +247 -0
- package/dist/openapi/apis/diagnostics-api.js.map +1 -1
- package/dist/openapi/apis/oracle-api.d.ts +422 -0
- package/dist/openapi/apis/oracle-api.d.ts.map +1 -0
- package/dist/openapi/apis/oracle-api.js +471 -0
- package/dist/openapi/apis/oracle-api.js.map +1 -0
- package/dist/openapi/models/dashboard-config.d.ts +31 -0
- package/dist/openapi/models/dashboard-config.d.ts.map +1 -0
- package/dist/openapi/models/dashboard-config.js +16 -0
- package/dist/openapi/models/dashboard-config.js.map +1 -0
- package/dist/openapi/models/index.d.ts +8 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +8 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/oracle-tablespace-contents.d.ts +22 -0
- package/dist/openapi/models/oracle-tablespace-contents.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-contents.js +26 -0
- package/dist/openapi/models/oracle-tablespace-contents.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-create.d.ts +45 -0
- package/dist/openapi/models/oracle-tablespace-create.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-create.js +16 -0
- package/dist/openapi/models/oracle-tablespace-create.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.d.ts +22 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.js +26 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand.d.ts +45 -0
- package/dist/openapi/models/oracle-tablespace-expand.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand.js +16 -0
- package/dist/openapi/models/oracle-tablespace-expand.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.d.ts +49 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.js +16 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file.d.ts +67 -0
- package/dist/openapi/models/oracle-tablespace-file.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file.js +16 -0
- package/dist/openapi/models/oracle-tablespace-file.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace.d.ts +86 -0
- package/dist/openapi/models/oracle-tablespace.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace.js +16 -0
- package/dist/openapi/models/oracle-tablespace.js.map +1 -0
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +11 -0
- package/src/adminapi/api.ts +2 -0
- package/src/adminapi/apis/dashboard-config-api.ts +388 -0
- package/src/adminapi/apis/diagnostics-api.ts +401 -0
- package/src/adminapi/apis/oracle-api.ts +726 -0
- package/src/adminapi/models/dashboard-config-update.ts +30 -0
- package/src/adminapi/models/dashboard-config.ts +36 -0
- package/src/adminapi/models/index.ts +9 -0
- package/src/adminapi/models/oracle-tablespace-contents.ts +31 -0
- package/src/adminapi/models/oracle-tablespace-create.ts +56 -0
- package/src/adminapi/models/oracle-tablespace-expand-action.ts +31 -0
- package/src/adminapi/models/oracle-tablespace-expand.ts +56 -0
- package/src/adminapi/models/oracle-tablespace-file-spec.ts +54 -0
- package/src/adminapi/models/oracle-tablespace-file.ts +72 -0
- package/src/adminapi/models/oracle-tablespace.ts +93 -0
- package/src/adminapi.yaml +1030 -411
- package/src/openapi/.openapi-generator/FILES +10 -0
- package/src/openapi/api.ts +2 -0
- package/src/openapi/apis/dashboard-config-api.ts +172 -0
- package/src/openapi/apis/diagnostics-api.ts +401 -0
- package/src/openapi/apis/oracle-api.ts +726 -0
- package/src/openapi/models/dashboard-config.ts +36 -0
- package/src/openapi/models/index.ts +8 -0
- package/src/openapi/models/oracle-tablespace-contents.ts +31 -0
- package/src/openapi/models/oracle-tablespace-create.ts +56 -0
- package/src/openapi/models/oracle-tablespace-expand-action.ts +31 -0
- package/src/openapi/models/oracle-tablespace-expand.ts +56 -0
- package/src/openapi/models/oracle-tablespace-file-spec.ts +54 -0
- package/src/openapi/models/oracle-tablespace-file.ts +72 -0
- package/src/openapi/models/oracle-tablespace.ts +93 -0
- package/src/openapi.yaml +902 -341
package/src/openapi.yaml
CHANGED
|
@@ -5099,6 +5099,144 @@ paths:
|
|
|
5099
5099
|
- cluster
|
|
5100
5100
|
- shared
|
|
5101
5101
|
x-codegen-request-body-name: body
|
|
5102
|
+
/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mariadb/spaceAnalysis:
|
|
5103
|
+
get:
|
|
5104
|
+
tags:
|
|
5105
|
+
- diagnostics
|
|
5106
|
+
summary: Get MariaDB space analysis
|
|
5107
|
+
description: Get a read-only MariaDB compatible space snapshot and fixed backend-owned storage metrics.
|
|
5108
|
+
operationId: getDiagnosticsMariaDBSpaceAnalysis
|
|
5109
|
+
parameters:
|
|
5110
|
+
- name: orgName
|
|
5111
|
+
in: path
|
|
5112
|
+
required: true
|
|
5113
|
+
schema:
|
|
5114
|
+
type: string
|
|
5115
|
+
- name: clusterName
|
|
5116
|
+
in: path
|
|
5117
|
+
required: true
|
|
5118
|
+
schema:
|
|
5119
|
+
type: string
|
|
5120
|
+
- name: databaseName
|
|
5121
|
+
in: query
|
|
5122
|
+
description: Optional database name for table and index details. When omitted, the largest non-system database is selected.
|
|
5123
|
+
required: false
|
|
5124
|
+
schema:
|
|
5125
|
+
type: string
|
|
5126
|
+
responses:
|
|
5127
|
+
'200':
|
|
5128
|
+
description: OK
|
|
5129
|
+
content:
|
|
5130
|
+
application/json:
|
|
5131
|
+
schema:
|
|
5132
|
+
$ref: '#/components/schemas/mysqlSpaceAnalysis'
|
|
5133
|
+
'400':
|
|
5134
|
+
$ref: '#/components/responses/400'
|
|
5135
|
+
'401':
|
|
5136
|
+
$ref: '#/components/responses/401'
|
|
5137
|
+
'403':
|
|
5138
|
+
$ref: '#/components/responses/403'
|
|
5139
|
+
'404':
|
|
5140
|
+
$ref: '#/components/responses/404'
|
|
5141
|
+
'500':
|
|
5142
|
+
$ref: '#/components/responses/500'
|
|
5143
|
+
/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mariadb/sqlAnalysis:
|
|
5144
|
+
get:
|
|
5145
|
+
tags:
|
|
5146
|
+
- diagnostics
|
|
5147
|
+
summary: Get MariaDB SQL analysis
|
|
5148
|
+
description: Get a read-only MariaDB SQL fingerprint ranking from Performance Schema statement digests. The response does not expose raw SQL text, time-window aggregation, execution plans, or remediation actions.
|
|
5149
|
+
operationId: getDiagnosticsMariaDBSQLAnalysis
|
|
5150
|
+
parameters:
|
|
5151
|
+
- name: orgName
|
|
5152
|
+
in: path
|
|
5153
|
+
description: Organization name
|
|
5154
|
+
required: true
|
|
5155
|
+
schema:
|
|
5156
|
+
type: string
|
|
5157
|
+
- name: clusterName
|
|
5158
|
+
in: path
|
|
5159
|
+
description: Cluster name
|
|
5160
|
+
required: true
|
|
5161
|
+
schema:
|
|
5162
|
+
type: string
|
|
5163
|
+
- name: limit
|
|
5164
|
+
in: query
|
|
5165
|
+
description: Maximum number of SQL fingerprints to return. The backend applies its own upper bound.
|
|
5166
|
+
required: false
|
|
5167
|
+
schema:
|
|
5168
|
+
type: integer
|
|
5169
|
+
format: int64
|
|
5170
|
+
- name: orderBy
|
|
5171
|
+
in: query
|
|
5172
|
+
description: Sort key. Allowed values are totalTime, meanTime, maxTime, and calls. Defaults to totalTime.
|
|
5173
|
+
required: false
|
|
5174
|
+
schema:
|
|
5175
|
+
type: string
|
|
5176
|
+
responses:
|
|
5177
|
+
'200':
|
|
5178
|
+
description: OK
|
|
5179
|
+
content:
|
|
5180
|
+
application/json:
|
|
5181
|
+
schema:
|
|
5182
|
+
$ref: '#/components/schemas/mysqlSQLAnalysis'
|
|
5183
|
+
'400':
|
|
5184
|
+
$ref: '#/components/responses/400'
|
|
5185
|
+
'401':
|
|
5186
|
+
$ref: '#/components/responses/401'
|
|
5187
|
+
'403':
|
|
5188
|
+
$ref: '#/components/responses/403'
|
|
5189
|
+
'404':
|
|
5190
|
+
$ref: '#/components/responses/404'
|
|
5191
|
+
'500':
|
|
5192
|
+
$ref: '#/components/responses/500'
|
|
5193
|
+
/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mariadb/performanceTrends:
|
|
5194
|
+
get:
|
|
5195
|
+
tags:
|
|
5196
|
+
- diagnostics
|
|
5197
|
+
summary: Get MariaDB performance trends
|
|
5198
|
+
description: Get read-only MariaDB performance trends from backend-owned metrics and database capability checks. The response does not expose SQL, PromQL, internal endpoints, or credentials.
|
|
5199
|
+
operationId: getDiagnosticsMariaDBPerformanceTrends
|
|
5200
|
+
parameters:
|
|
5201
|
+
- name: orgName
|
|
5202
|
+
in: path
|
|
5203
|
+
description: Organization name
|
|
5204
|
+
required: true
|
|
5205
|
+
schema:
|
|
5206
|
+
type: string
|
|
5207
|
+
- name: clusterName
|
|
5208
|
+
in: path
|
|
5209
|
+
description: Cluster name
|
|
5210
|
+
required: true
|
|
5211
|
+
schema:
|
|
5212
|
+
type: string
|
|
5213
|
+
- name: range
|
|
5214
|
+
in: query
|
|
5215
|
+
description: Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
|
|
5216
|
+
required: false
|
|
5217
|
+
schema:
|
|
5218
|
+
type: string
|
|
5219
|
+
- name: step
|
|
5220
|
+
in: query
|
|
5221
|
+
description: Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h.
|
|
5222
|
+
required: false
|
|
5223
|
+
schema:
|
|
5224
|
+
type: string
|
|
5225
|
+
responses:
|
|
5226
|
+
'200':
|
|
5227
|
+
description: OK
|
|
5228
|
+
content:
|
|
5229
|
+
application/json:
|
|
5230
|
+
schema:
|
|
5231
|
+
$ref: '#/components/schemas/performanceTrends'
|
|
5232
|
+
'400':
|
|
5233
|
+
$ref: '#/components/responses/400'
|
|
5234
|
+
'401':
|
|
5235
|
+
$ref: '#/components/responses/401'
|
|
5236
|
+
'403':
|
|
5237
|
+
$ref: '#/components/responses/403'
|
|
5238
|
+
'500':
|
|
5239
|
+
$ref: '#/components/responses/500'
|
|
5102
5240
|
/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mysql/spaceAnalysis:
|
|
5103
5241
|
get:
|
|
5104
5242
|
tags:
|
|
@@ -16419,6 +16557,228 @@ paths:
|
|
|
16419
16557
|
$ref: '#/components/responses/404'
|
|
16420
16558
|
'500':
|
|
16421
16559
|
$ref: '#/components/responses/500'
|
|
16560
|
+
/api/v1/data/oracle/organizations/{orgName}/clusters/{clusterName}/tablespaces:
|
|
16561
|
+
get:
|
|
16562
|
+
tags:
|
|
16563
|
+
- oracle
|
|
16564
|
+
summary: List Oracle tablespaces
|
|
16565
|
+
description: List tablespaces for a Oracle cluster.
|
|
16566
|
+
operationId: listOracleTablespaces
|
|
16567
|
+
parameters:
|
|
16568
|
+
- name: orgName
|
|
16569
|
+
in: path
|
|
16570
|
+
required: true
|
|
16571
|
+
schema:
|
|
16572
|
+
type: string
|
|
16573
|
+
description: Organization name
|
|
16574
|
+
- name: clusterName
|
|
16575
|
+
in: path
|
|
16576
|
+
required: true
|
|
16577
|
+
schema:
|
|
16578
|
+
type: string
|
|
16579
|
+
description: Cluster name
|
|
16580
|
+
responses:
|
|
16581
|
+
'200':
|
|
16582
|
+
content:
|
|
16583
|
+
application/json:
|
|
16584
|
+
schema:
|
|
16585
|
+
type: array
|
|
16586
|
+
items:
|
|
16587
|
+
$ref: '#/components/schemas/OracleTablespace'
|
|
16588
|
+
description: A successful response.
|
|
16589
|
+
'400':
|
|
16590
|
+
$ref: '#/components/responses/400'
|
|
16591
|
+
'401':
|
|
16592
|
+
$ref: '#/components/responses/401'
|
|
16593
|
+
'403':
|
|
16594
|
+
$ref: '#/components/responses/403'
|
|
16595
|
+
'404':
|
|
16596
|
+
$ref: '#/components/responses/404'
|
|
16597
|
+
'500':
|
|
16598
|
+
$ref: '#/components/responses/500'
|
|
16599
|
+
post:
|
|
16600
|
+
tags:
|
|
16601
|
+
- oracle
|
|
16602
|
+
summary: Create Oracle tablespace
|
|
16603
|
+
description: Create tablespace for a Oracle cluster.
|
|
16604
|
+
operationId: createOracleTablespace
|
|
16605
|
+
parameters:
|
|
16606
|
+
- name: orgName
|
|
16607
|
+
in: path
|
|
16608
|
+
required: true
|
|
16609
|
+
schema:
|
|
16610
|
+
type: string
|
|
16611
|
+
description: Organization name
|
|
16612
|
+
- name: clusterName
|
|
16613
|
+
in: path
|
|
16614
|
+
required: true
|
|
16615
|
+
schema:
|
|
16616
|
+
type: string
|
|
16617
|
+
description: Cluster name
|
|
16618
|
+
requestBody:
|
|
16619
|
+
required: true
|
|
16620
|
+
content:
|
|
16621
|
+
application/json:
|
|
16622
|
+
schema:
|
|
16623
|
+
$ref: '#/components/schemas/OracleTablespaceCreate'
|
|
16624
|
+
responses:
|
|
16625
|
+
'200':
|
|
16626
|
+
content:
|
|
16627
|
+
application/json:
|
|
16628
|
+
schema:
|
|
16629
|
+
$ref: '#/components/schemas/OracleTablespace'
|
|
16630
|
+
description: A successful response.
|
|
16631
|
+
'400':
|
|
16632
|
+
$ref: '#/components/responses/400'
|
|
16633
|
+
'401':
|
|
16634
|
+
$ref: '#/components/responses/401'
|
|
16635
|
+
'403':
|
|
16636
|
+
$ref: '#/components/responses/403'
|
|
16637
|
+
'404':
|
|
16638
|
+
$ref: '#/components/responses/404'
|
|
16639
|
+
'500':
|
|
16640
|
+
$ref: '#/components/responses/500'
|
|
16641
|
+
/api/v1/data/oracle/organizations/{orgName}/clusters/{clusterName}/tablespaces/{tablespaceName}:
|
|
16642
|
+
get:
|
|
16643
|
+
tags:
|
|
16644
|
+
- oracle
|
|
16645
|
+
summary: Get Oracle tablespace info
|
|
16646
|
+
operationId: getOracleTablespace
|
|
16647
|
+
parameters:
|
|
16648
|
+
- name: orgName
|
|
16649
|
+
in: path
|
|
16650
|
+
required: true
|
|
16651
|
+
schema:
|
|
16652
|
+
type: string
|
|
16653
|
+
description: Organization name
|
|
16654
|
+
- name: clusterName
|
|
16655
|
+
in: path
|
|
16656
|
+
required: true
|
|
16657
|
+
schema:
|
|
16658
|
+
type: string
|
|
16659
|
+
description: Cluster name
|
|
16660
|
+
- name: tablespaceName
|
|
16661
|
+
in: path
|
|
16662
|
+
required: true
|
|
16663
|
+
schema:
|
|
16664
|
+
type: string
|
|
16665
|
+
description: Tablespace name
|
|
16666
|
+
responses:
|
|
16667
|
+
'200':
|
|
16668
|
+
content:
|
|
16669
|
+
application/json:
|
|
16670
|
+
schema:
|
|
16671
|
+
$ref: '#/components/schemas/OracleTablespace'
|
|
16672
|
+
description: A successful response.
|
|
16673
|
+
'400':
|
|
16674
|
+
$ref: '#/components/responses/400'
|
|
16675
|
+
'401':
|
|
16676
|
+
$ref: '#/components/responses/401'
|
|
16677
|
+
'403':
|
|
16678
|
+
$ref: '#/components/responses/403'
|
|
16679
|
+
'404':
|
|
16680
|
+
$ref: '#/components/responses/404'
|
|
16681
|
+
'500':
|
|
16682
|
+
$ref: '#/components/responses/500'
|
|
16683
|
+
delete:
|
|
16684
|
+
tags:
|
|
16685
|
+
- oracle
|
|
16686
|
+
summary: Delete Oracle tablespace
|
|
16687
|
+
description: Delete tablespace for a Oracle cluster.
|
|
16688
|
+
operationId: deleteOracleTablespace
|
|
16689
|
+
parameters:
|
|
16690
|
+
- name: orgName
|
|
16691
|
+
in: path
|
|
16692
|
+
required: true
|
|
16693
|
+
schema:
|
|
16694
|
+
type: string
|
|
16695
|
+
description: Organization name
|
|
16696
|
+
- name: clusterName
|
|
16697
|
+
in: path
|
|
16698
|
+
required: true
|
|
16699
|
+
schema:
|
|
16700
|
+
type: string
|
|
16701
|
+
description: Cluster name
|
|
16702
|
+
- name: tablespaceName
|
|
16703
|
+
in: path
|
|
16704
|
+
required: true
|
|
16705
|
+
schema:
|
|
16706
|
+
type: string
|
|
16707
|
+
description: Tablespace name
|
|
16708
|
+
- name: includingContents
|
|
16709
|
+
in: query
|
|
16710
|
+
schema:
|
|
16711
|
+
type: boolean
|
|
16712
|
+
default: false
|
|
16713
|
+
description: Explicitly delete all objects in the tablespace. Without this flag Oracle rejects nonempty tablespaces.
|
|
16714
|
+
- name: deleteDatafiles
|
|
16715
|
+
in: query
|
|
16716
|
+
schema:
|
|
16717
|
+
type: boolean
|
|
16718
|
+
default: false
|
|
16719
|
+
description: Also remove physical files. Requires includingContents. Otherwise manually managed files are retained.
|
|
16720
|
+
responses:
|
|
16721
|
+
'204':
|
|
16722
|
+
content: {}
|
|
16723
|
+
description: A successful response.
|
|
16724
|
+
'400':
|
|
16725
|
+
$ref: '#/components/responses/400'
|
|
16726
|
+
'401':
|
|
16727
|
+
$ref: '#/components/responses/401'
|
|
16728
|
+
'403':
|
|
16729
|
+
$ref: '#/components/responses/403'
|
|
16730
|
+
'404':
|
|
16731
|
+
$ref: '#/components/responses/404'
|
|
16732
|
+
'500':
|
|
16733
|
+
$ref: '#/components/responses/500'
|
|
16734
|
+
patch:
|
|
16735
|
+
tags:
|
|
16736
|
+
- oracle
|
|
16737
|
+
summary: Expand Oracle tablespace
|
|
16738
|
+
description: Expand one existing datafile/tempfile or add one file in the current container.
|
|
16739
|
+
operationId: expandOracleTablespace
|
|
16740
|
+
parameters:
|
|
16741
|
+
- name: orgName
|
|
16742
|
+
in: path
|
|
16743
|
+
required: true
|
|
16744
|
+
schema:
|
|
16745
|
+
type: string
|
|
16746
|
+
description: Organization name
|
|
16747
|
+
- name: clusterName
|
|
16748
|
+
in: path
|
|
16749
|
+
required: true
|
|
16750
|
+
schema:
|
|
16751
|
+
type: string
|
|
16752
|
+
description: Cluster name
|
|
16753
|
+
- name: tablespaceName
|
|
16754
|
+
in: path
|
|
16755
|
+
required: true
|
|
16756
|
+
schema:
|
|
16757
|
+
type: string
|
|
16758
|
+
description: Tablespace name
|
|
16759
|
+
requestBody:
|
|
16760
|
+
required: true
|
|
16761
|
+
content:
|
|
16762
|
+
application/json:
|
|
16763
|
+
schema:
|
|
16764
|
+
$ref: '#/components/schemas/OracleTablespaceExpand'
|
|
16765
|
+
responses:
|
|
16766
|
+
'200':
|
|
16767
|
+
content:
|
|
16768
|
+
application/json:
|
|
16769
|
+
schema:
|
|
16770
|
+
$ref: '#/components/schemas/OracleTablespace'
|
|
16771
|
+
description: A successful response.
|
|
16772
|
+
'400':
|
|
16773
|
+
$ref: '#/components/responses/400'
|
|
16774
|
+
'401':
|
|
16775
|
+
$ref: '#/components/responses/401'
|
|
16776
|
+
'403':
|
|
16777
|
+
$ref: '#/components/responses/403'
|
|
16778
|
+
'404':
|
|
16779
|
+
$ref: '#/components/responses/404'
|
|
16780
|
+
'500':
|
|
16781
|
+
$ref: '#/components/responses/500'
|
|
16422
16782
|
/api/v1/data/damengdb/organizations/{orgName}/clusters/{clusterName}/tablespaces:
|
|
16423
16783
|
get:
|
|
16424
16784
|
tags:
|
|
@@ -19409,6 +19769,28 @@ paths:
|
|
|
19409
19769
|
$ref: '#/components/responses/401'
|
|
19410
19770
|
'403':
|
|
19411
19771
|
$ref: '#/components/responses/403'
|
|
19772
|
+
/api/v1/dashboardConfigs/{key}:
|
|
19773
|
+
get:
|
|
19774
|
+
parameters:
|
|
19775
|
+
- $ref: '#/components/parameters/dashboardConfigKey'
|
|
19776
|
+
tags:
|
|
19777
|
+
- dashboardConfig
|
|
19778
|
+
operationId: getDashboardConfig
|
|
19779
|
+
summary: Get dashboard configuration by key
|
|
19780
|
+
description: Requires authentication. Reads platform-wide configuration; organization identifiers in a key do not restrict access. Missing keys return 200 with a null value.
|
|
19781
|
+
responses:
|
|
19782
|
+
'200':
|
|
19783
|
+
description: Stored configuration or a null value for a missing key.
|
|
19784
|
+
content:
|
|
19785
|
+
application/json:
|
|
19786
|
+
schema:
|
|
19787
|
+
$ref: '#/components/schemas/dashboardConfig'
|
|
19788
|
+
'400':
|
|
19789
|
+
$ref: '#/components/responses/400'
|
|
19790
|
+
'401':
|
|
19791
|
+
$ref: '#/components/responses/401'
|
|
19792
|
+
'500':
|
|
19793
|
+
$ref: '#/components/responses/500'
|
|
19412
19794
|
/api/v1/platformParameters:
|
|
19413
19795
|
get:
|
|
19414
19796
|
tags:
|
|
@@ -26223,6 +26605,347 @@ components:
|
|
|
26223
26605
|
collectedAt:
|
|
26224
26606
|
type: string
|
|
26225
26607
|
description: Backend collection timestamp in UTC.
|
|
26608
|
+
mysqlSQLFingerprint:
|
|
26609
|
+
type: object
|
|
26610
|
+
required:
|
|
26611
|
+
- queryID
|
|
26612
|
+
- fingerprint
|
|
26613
|
+
- querySummary
|
|
26614
|
+
- calls
|
|
26615
|
+
- totalTimeMs
|
|
26616
|
+
- meanTimeMs
|
|
26617
|
+
- maxTimeMs
|
|
26618
|
+
- rows
|
|
26619
|
+
- rowsSent
|
|
26620
|
+
- rowsAffected
|
|
26621
|
+
- rowsExamined
|
|
26622
|
+
- lockTimeMs
|
|
26623
|
+
- errors
|
|
26624
|
+
- warnings
|
|
26625
|
+
- tmpTables
|
|
26626
|
+
- tmpDiskTables
|
|
26627
|
+
- noIndexUsed
|
|
26628
|
+
- noGoodIndexUsed
|
|
26629
|
+
- database
|
|
26630
|
+
properties:
|
|
26631
|
+
queryID:
|
|
26632
|
+
type: string
|
|
26633
|
+
description: MySQL Performance Schema DIGEST value.
|
|
26634
|
+
fingerprint:
|
|
26635
|
+
type: string
|
|
26636
|
+
description: Stable SQL fingerprint identifier. M1 uses DIGEST.
|
|
26637
|
+
querySummary:
|
|
26638
|
+
type: string
|
|
26639
|
+
description: Normalized DIGEST_TEXT. Raw SQL text is intentionally not returned.
|
|
26640
|
+
calls:
|
|
26641
|
+
type: integer
|
|
26642
|
+
format: int64
|
|
26643
|
+
description: Number of executions accumulated in the current digest row.
|
|
26644
|
+
totalTimeMs:
|
|
26645
|
+
type: number
|
|
26646
|
+
format: double
|
|
26647
|
+
description: Total statement wait time in milliseconds.
|
|
26648
|
+
meanTimeMs:
|
|
26649
|
+
type: number
|
|
26650
|
+
format: double
|
|
26651
|
+
description: Mean statement wait time in milliseconds.
|
|
26652
|
+
maxTimeMs:
|
|
26653
|
+
type: number
|
|
26654
|
+
format: double
|
|
26655
|
+
description: Maximum statement wait time in milliseconds.
|
|
26656
|
+
rows:
|
|
26657
|
+
type: integer
|
|
26658
|
+
format: int64
|
|
26659
|
+
description: Sum of rows sent and rows affected.
|
|
26660
|
+
rowsSent:
|
|
26661
|
+
type: integer
|
|
26662
|
+
format: int64
|
|
26663
|
+
description: Total rows sent to clients.
|
|
26664
|
+
rowsAffected:
|
|
26665
|
+
type: integer
|
|
26666
|
+
format: int64
|
|
26667
|
+
description: Total rows affected by statements.
|
|
26668
|
+
rowsExamined:
|
|
26669
|
+
type: integer
|
|
26670
|
+
format: int64
|
|
26671
|
+
description: Total rows examined by statements.
|
|
26672
|
+
lockTimeMs:
|
|
26673
|
+
type: number
|
|
26674
|
+
format: double
|
|
26675
|
+
description: Total statement lock time in milliseconds.
|
|
26676
|
+
errors:
|
|
26677
|
+
type: integer
|
|
26678
|
+
format: int64
|
|
26679
|
+
description: Total statement errors.
|
|
26680
|
+
warnings:
|
|
26681
|
+
type: integer
|
|
26682
|
+
format: int64
|
|
26683
|
+
description: Total statement warnings.
|
|
26684
|
+
tmpTables:
|
|
26685
|
+
type: integer
|
|
26686
|
+
format: int64
|
|
26687
|
+
description: Total internal temporary tables created.
|
|
26688
|
+
tmpDiskTables:
|
|
26689
|
+
type: integer
|
|
26690
|
+
format: int64
|
|
26691
|
+
description: Total internal on-disk temporary tables created.
|
|
26692
|
+
noIndexUsed:
|
|
26693
|
+
type: integer
|
|
26694
|
+
format: int64
|
|
26695
|
+
description: Executions that used no index.
|
|
26696
|
+
noGoodIndexUsed:
|
|
26697
|
+
type: integer
|
|
26698
|
+
format: int64
|
|
26699
|
+
description: Executions for which no good index was found.
|
|
26700
|
+
database:
|
|
26701
|
+
type: string
|
|
26702
|
+
description: Default schema name associated with the digest row.
|
|
26703
|
+
firstSeen:
|
|
26704
|
+
type: string
|
|
26705
|
+
description: UTC timestamp when the digest was first observed.
|
|
26706
|
+
lastSeen:
|
|
26707
|
+
type: string
|
|
26708
|
+
description: UTC timestamp when the digest was most recently observed.
|
|
26709
|
+
mysqlSQLAnalysis:
|
|
26710
|
+
type: object
|
|
26711
|
+
required:
|
|
26712
|
+
- source
|
|
26713
|
+
- status
|
|
26714
|
+
- collectedAt
|
|
26715
|
+
- limit
|
|
26716
|
+
- orderBy
|
|
26717
|
+
- items
|
|
26718
|
+
properties:
|
|
26719
|
+
source:
|
|
26720
|
+
type: string
|
|
26721
|
+
description: Data source. M1 uses performance_schema.events_statements_summary_by_digest.
|
|
26722
|
+
status:
|
|
26723
|
+
type: string
|
|
26724
|
+
description: Source status. Expected values are available or unavailable.
|
|
26725
|
+
unavailableReason:
|
|
26726
|
+
type: string
|
|
26727
|
+
description: Reason when status is unavailable, such as performance_schema_disabled, digest_consumer_disabled, permission_denied, or query_failed.
|
|
26728
|
+
message:
|
|
26729
|
+
type: string
|
|
26730
|
+
description: User-facing recovery guidance when SQL analysis is unavailable.
|
|
26731
|
+
collectedAt:
|
|
26732
|
+
type: string
|
|
26733
|
+
description: Backend collection timestamp in UTC. It is not a sampling-window end time.
|
|
26734
|
+
firstSeen:
|
|
26735
|
+
type: string
|
|
26736
|
+
description: Earliest FIRST_SEEN timestamp across currently visible digest rows, when available.
|
|
26737
|
+
lastSeen:
|
|
26738
|
+
type: string
|
|
26739
|
+
description: Latest LAST_SEEN timestamp across currently visible digest rows, when available.
|
|
26740
|
+
limit:
|
|
26741
|
+
type: integer
|
|
26742
|
+
format: int64
|
|
26743
|
+
description: Effective row limit after backend normalization.
|
|
26744
|
+
orderBy:
|
|
26745
|
+
type: string
|
|
26746
|
+
description: Effective sort key. Expected values are totalTime, meanTime, maxTime, or calls.
|
|
26747
|
+
totalTimeMsAll:
|
|
26748
|
+
type: number
|
|
26749
|
+
format: double
|
|
26750
|
+
x-nullable: true
|
|
26751
|
+
description: Total execution time in milliseconds across all visible digest rows, not limited to the returned top-N items.
|
|
26752
|
+
callsAll:
|
|
26753
|
+
type: integer
|
|
26754
|
+
format: int64
|
|
26755
|
+
x-nullable: true
|
|
26756
|
+
description: Total execution count across all visible digest rows, not limited to the returned top-N items.
|
|
26757
|
+
digestLost:
|
|
26758
|
+
type: integer
|
|
26759
|
+
format: int64
|
|
26760
|
+
x-nullable: true
|
|
26761
|
+
description: Number of statement digests not recorded because the digest table was full, when exposed by the server.
|
|
26762
|
+
items:
|
|
26763
|
+
type: array
|
|
26764
|
+
description: SQL fingerprint ranking rows from Performance Schema. The list may be empty when no statement statistics exist.
|
|
26765
|
+
items:
|
|
26766
|
+
$ref: '#/components/schemas/mysqlSQLFingerprint'
|
|
26767
|
+
performanceTrendRange:
|
|
26768
|
+
type: object
|
|
26769
|
+
required:
|
|
26770
|
+
- label
|
|
26771
|
+
- start
|
|
26772
|
+
- end
|
|
26773
|
+
- durationSeconds
|
|
26774
|
+
properties:
|
|
26775
|
+
label:
|
|
26776
|
+
type: string
|
|
26777
|
+
description: Controlled query range label. Values are 1h, 6h, 24h, or 7d.
|
|
26778
|
+
start:
|
|
26779
|
+
type: string
|
|
26780
|
+
end:
|
|
26781
|
+
type: string
|
|
26782
|
+
durationSeconds:
|
|
26783
|
+
type: integer
|
|
26784
|
+
format: int64
|
|
26785
|
+
performanceTrendSummary:
|
|
26786
|
+
type: object
|
|
26787
|
+
required:
|
|
26788
|
+
- metric
|
|
26789
|
+
- displayName
|
|
26790
|
+
- category
|
|
26791
|
+
- unit
|
|
26792
|
+
- min
|
|
26793
|
+
- max
|
|
26794
|
+
- avg
|
|
26795
|
+
- latest
|
|
26796
|
+
properties:
|
|
26797
|
+
metric:
|
|
26798
|
+
type: string
|
|
26799
|
+
displayName:
|
|
26800
|
+
$ref: '#/components/schemas/localizedDescription'
|
|
26801
|
+
category:
|
|
26802
|
+
type: string
|
|
26803
|
+
description: Metric category. Values include availability, performance, connections, resource, capacity, innodb, and vacuumWraparound.
|
|
26804
|
+
dimension:
|
|
26805
|
+
type: string
|
|
26806
|
+
description: Optional series dimension. Values include cluster, instance, pvc, and database.
|
|
26807
|
+
labels:
|
|
26808
|
+
type: object
|
|
26809
|
+
additionalProperties:
|
|
26810
|
+
type: string
|
|
26811
|
+
description: Optional dimension labels, for example instance, pvc, role, or datname.
|
|
26812
|
+
unit:
|
|
26813
|
+
type: string
|
|
26814
|
+
warnThreshold:
|
|
26815
|
+
type: number
|
|
26816
|
+
format: double
|
|
26817
|
+
description: Optional warning threshold in the same unit as this metric.
|
|
26818
|
+
critThreshold:
|
|
26819
|
+
type: number
|
|
26820
|
+
format: double
|
|
26821
|
+
description: Optional critical threshold in the same unit as this metric.
|
|
26822
|
+
thresholdDirection:
|
|
26823
|
+
type: string
|
|
26824
|
+
description: Optional threshold direction. Values are above, below, or boolean.
|
|
26825
|
+
min:
|
|
26826
|
+
type: number
|
|
26827
|
+
format: double
|
|
26828
|
+
max:
|
|
26829
|
+
type: number
|
|
26830
|
+
format: double
|
|
26831
|
+
avg:
|
|
26832
|
+
type: number
|
|
26833
|
+
format: double
|
|
26834
|
+
latest:
|
|
26835
|
+
type: number
|
|
26836
|
+
format: double
|
|
26837
|
+
changeDirection:
|
|
26838
|
+
type: string
|
|
26839
|
+
description: Change direction when at least two samples exist. Values are increasing, decreasing, or stable.
|
|
26840
|
+
performanceTrendPoint:
|
|
26841
|
+
type: object
|
|
26842
|
+
required:
|
|
26843
|
+
- timestamp
|
|
26844
|
+
- value
|
|
26845
|
+
properties:
|
|
26846
|
+
timestamp:
|
|
26847
|
+
type: string
|
|
26848
|
+
value:
|
|
26849
|
+
type: number
|
|
26850
|
+
format: double
|
|
26851
|
+
performanceTrendSeries:
|
|
26852
|
+
type: object
|
|
26853
|
+
required:
|
|
26854
|
+
- metric
|
|
26855
|
+
- displayName
|
|
26856
|
+
- category
|
|
26857
|
+
- unit
|
|
26858
|
+
- points
|
|
26859
|
+
properties:
|
|
26860
|
+
metric:
|
|
26861
|
+
type: string
|
|
26862
|
+
displayName:
|
|
26863
|
+
$ref: '#/components/schemas/localizedDescription'
|
|
26864
|
+
category:
|
|
26865
|
+
type: string
|
|
26866
|
+
description: Metric category. Values include availability, performance, connections, resource, capacity, innodb, and vacuumWraparound.
|
|
26867
|
+
dimension:
|
|
26868
|
+
type: string
|
|
26869
|
+
description: Optional series dimension. Values include cluster, instance, pvc, and database.
|
|
26870
|
+
labels:
|
|
26871
|
+
type: object
|
|
26872
|
+
additionalProperties:
|
|
26873
|
+
type: string
|
|
26874
|
+
description: Optional dimension labels, for example instance, pvc, role, or datname.
|
|
26875
|
+
unit:
|
|
26876
|
+
type: string
|
|
26877
|
+
warnThreshold:
|
|
26878
|
+
type: number
|
|
26879
|
+
format: double
|
|
26880
|
+
description: Optional warning threshold in the same unit as this metric.
|
|
26881
|
+
critThreshold:
|
|
26882
|
+
type: number
|
|
26883
|
+
format: double
|
|
26884
|
+
description: Optional critical threshold in the same unit as this metric.
|
|
26885
|
+
thresholdDirection:
|
|
26886
|
+
type: string
|
|
26887
|
+
description: Optional threshold direction. Values are above, below, or boolean.
|
|
26888
|
+
points:
|
|
26889
|
+
type: array
|
|
26890
|
+
items:
|
|
26891
|
+
$ref: '#/components/schemas/performanceTrendPoint'
|
|
26892
|
+
performanceTrendSource:
|
|
26893
|
+
type: object
|
|
26894
|
+
required:
|
|
26895
|
+
- name
|
|
26896
|
+
- kind
|
|
26897
|
+
- status
|
|
26898
|
+
- collectedAt
|
|
26899
|
+
properties:
|
|
26900
|
+
name:
|
|
26901
|
+
type: string
|
|
26902
|
+
kind:
|
|
26903
|
+
type: string
|
|
26904
|
+
status:
|
|
26905
|
+
type: string
|
|
26906
|
+
description: Coarse source status. Values are success, partial, failed, skipped, or noData.
|
|
26907
|
+
collectedAt:
|
|
26908
|
+
type: string
|
|
26909
|
+
message:
|
|
26910
|
+
type: string
|
|
26911
|
+
performanceTrends:
|
|
26912
|
+
type: object
|
|
26913
|
+
required:
|
|
26914
|
+
- range
|
|
26915
|
+
- granularity
|
|
26916
|
+
- summary
|
|
26917
|
+
- series
|
|
26918
|
+
- sources
|
|
26919
|
+
- warnings
|
|
26920
|
+
- collectedAt
|
|
26921
|
+
properties:
|
|
26922
|
+
range:
|
|
26923
|
+
$ref: '#/components/schemas/performanceTrendRange'
|
|
26924
|
+
granularity:
|
|
26925
|
+
type: string
|
|
26926
|
+
description: Controlled backend query step.
|
|
26927
|
+
summary:
|
|
26928
|
+
type: array
|
|
26929
|
+
description: Per-series numeric summary. changeDirection is present only when at least two points exist.
|
|
26930
|
+
items:
|
|
26931
|
+
$ref: '#/components/schemas/performanceTrendSummary'
|
|
26932
|
+
series:
|
|
26933
|
+
type: array
|
|
26934
|
+
description: Successfully collected and displayable metric series only. Unsupported, empty, or failed metrics are not represented as per-metric entries.
|
|
26935
|
+
items:
|
|
26936
|
+
$ref: '#/components/schemas/performanceTrendSeries'
|
|
26937
|
+
sources:
|
|
26938
|
+
type: array
|
|
26939
|
+
description: Coarse collection source status. Messages are sanitized and do not expose PromQL, endpoints, credentials, or raw internal errors.
|
|
26940
|
+
items:
|
|
26941
|
+
$ref: '#/components/schemas/performanceTrendSource'
|
|
26942
|
+
warnings:
|
|
26943
|
+
type: array
|
|
26944
|
+
items:
|
|
26945
|
+
type: string
|
|
26946
|
+
collectedAt:
|
|
26947
|
+
type: string
|
|
26948
|
+
description: Backend collection timestamp in UTC.
|
|
26226
26949
|
mssqlRequest:
|
|
26227
26950
|
type: object
|
|
26228
26951
|
required:
|
|
@@ -27263,347 +27986,6 @@ components:
|
|
|
27263
27986
|
explainResult:
|
|
27264
27987
|
$ref: '#/components/schemas/DmsExecutionPlanResult'
|
|
27265
27988
|
description: Normalized DMS estimated visual plan. The resolved statement and generated EXPLAIN SQL are intentionally removed.
|
|
27266
|
-
mysqlSQLFingerprint:
|
|
27267
|
-
type: object
|
|
27268
|
-
required:
|
|
27269
|
-
- queryID
|
|
27270
|
-
- fingerprint
|
|
27271
|
-
- querySummary
|
|
27272
|
-
- calls
|
|
27273
|
-
- totalTimeMs
|
|
27274
|
-
- meanTimeMs
|
|
27275
|
-
- maxTimeMs
|
|
27276
|
-
- rows
|
|
27277
|
-
- rowsSent
|
|
27278
|
-
- rowsAffected
|
|
27279
|
-
- rowsExamined
|
|
27280
|
-
- lockTimeMs
|
|
27281
|
-
- errors
|
|
27282
|
-
- warnings
|
|
27283
|
-
- tmpTables
|
|
27284
|
-
- tmpDiskTables
|
|
27285
|
-
- noIndexUsed
|
|
27286
|
-
- noGoodIndexUsed
|
|
27287
|
-
- database
|
|
27288
|
-
properties:
|
|
27289
|
-
queryID:
|
|
27290
|
-
type: string
|
|
27291
|
-
description: MySQL Performance Schema DIGEST value.
|
|
27292
|
-
fingerprint:
|
|
27293
|
-
type: string
|
|
27294
|
-
description: Stable SQL fingerprint identifier. M1 uses DIGEST.
|
|
27295
|
-
querySummary:
|
|
27296
|
-
type: string
|
|
27297
|
-
description: Normalized DIGEST_TEXT. Raw SQL text is intentionally not returned.
|
|
27298
|
-
calls:
|
|
27299
|
-
type: integer
|
|
27300
|
-
format: int64
|
|
27301
|
-
description: Number of executions accumulated in the current digest row.
|
|
27302
|
-
totalTimeMs:
|
|
27303
|
-
type: number
|
|
27304
|
-
format: double
|
|
27305
|
-
description: Total statement wait time in milliseconds.
|
|
27306
|
-
meanTimeMs:
|
|
27307
|
-
type: number
|
|
27308
|
-
format: double
|
|
27309
|
-
description: Mean statement wait time in milliseconds.
|
|
27310
|
-
maxTimeMs:
|
|
27311
|
-
type: number
|
|
27312
|
-
format: double
|
|
27313
|
-
description: Maximum statement wait time in milliseconds.
|
|
27314
|
-
rows:
|
|
27315
|
-
type: integer
|
|
27316
|
-
format: int64
|
|
27317
|
-
description: Sum of rows sent and rows affected.
|
|
27318
|
-
rowsSent:
|
|
27319
|
-
type: integer
|
|
27320
|
-
format: int64
|
|
27321
|
-
description: Total rows sent to clients.
|
|
27322
|
-
rowsAffected:
|
|
27323
|
-
type: integer
|
|
27324
|
-
format: int64
|
|
27325
|
-
description: Total rows affected by statements.
|
|
27326
|
-
rowsExamined:
|
|
27327
|
-
type: integer
|
|
27328
|
-
format: int64
|
|
27329
|
-
description: Total rows examined by statements.
|
|
27330
|
-
lockTimeMs:
|
|
27331
|
-
type: number
|
|
27332
|
-
format: double
|
|
27333
|
-
description: Total statement lock time in milliseconds.
|
|
27334
|
-
errors:
|
|
27335
|
-
type: integer
|
|
27336
|
-
format: int64
|
|
27337
|
-
description: Total statement errors.
|
|
27338
|
-
warnings:
|
|
27339
|
-
type: integer
|
|
27340
|
-
format: int64
|
|
27341
|
-
description: Total statement warnings.
|
|
27342
|
-
tmpTables:
|
|
27343
|
-
type: integer
|
|
27344
|
-
format: int64
|
|
27345
|
-
description: Total internal temporary tables created.
|
|
27346
|
-
tmpDiskTables:
|
|
27347
|
-
type: integer
|
|
27348
|
-
format: int64
|
|
27349
|
-
description: Total internal on-disk temporary tables created.
|
|
27350
|
-
noIndexUsed:
|
|
27351
|
-
type: integer
|
|
27352
|
-
format: int64
|
|
27353
|
-
description: Executions that used no index.
|
|
27354
|
-
noGoodIndexUsed:
|
|
27355
|
-
type: integer
|
|
27356
|
-
format: int64
|
|
27357
|
-
description: Executions for which no good index was found.
|
|
27358
|
-
database:
|
|
27359
|
-
type: string
|
|
27360
|
-
description: Default schema name associated with the digest row.
|
|
27361
|
-
firstSeen:
|
|
27362
|
-
type: string
|
|
27363
|
-
description: UTC timestamp when the digest was first observed.
|
|
27364
|
-
lastSeen:
|
|
27365
|
-
type: string
|
|
27366
|
-
description: UTC timestamp when the digest was most recently observed.
|
|
27367
|
-
mysqlSQLAnalysis:
|
|
27368
|
-
type: object
|
|
27369
|
-
required:
|
|
27370
|
-
- source
|
|
27371
|
-
- status
|
|
27372
|
-
- collectedAt
|
|
27373
|
-
- limit
|
|
27374
|
-
- orderBy
|
|
27375
|
-
- items
|
|
27376
|
-
properties:
|
|
27377
|
-
source:
|
|
27378
|
-
type: string
|
|
27379
|
-
description: Data source. M1 uses performance_schema.events_statements_summary_by_digest.
|
|
27380
|
-
status:
|
|
27381
|
-
type: string
|
|
27382
|
-
description: Source status. Expected values are available or unavailable.
|
|
27383
|
-
unavailableReason:
|
|
27384
|
-
type: string
|
|
27385
|
-
description: Reason when status is unavailable, such as performance_schema_disabled, digest_consumer_disabled, permission_denied, or query_failed.
|
|
27386
|
-
message:
|
|
27387
|
-
type: string
|
|
27388
|
-
description: User-facing recovery guidance when SQL analysis is unavailable.
|
|
27389
|
-
collectedAt:
|
|
27390
|
-
type: string
|
|
27391
|
-
description: Backend collection timestamp in UTC. It is not a sampling-window end time.
|
|
27392
|
-
firstSeen:
|
|
27393
|
-
type: string
|
|
27394
|
-
description: Earliest FIRST_SEEN timestamp across currently visible digest rows, when available.
|
|
27395
|
-
lastSeen:
|
|
27396
|
-
type: string
|
|
27397
|
-
description: Latest LAST_SEEN timestamp across currently visible digest rows, when available.
|
|
27398
|
-
limit:
|
|
27399
|
-
type: integer
|
|
27400
|
-
format: int64
|
|
27401
|
-
description: Effective row limit after backend normalization.
|
|
27402
|
-
orderBy:
|
|
27403
|
-
type: string
|
|
27404
|
-
description: Effective sort key. Expected values are totalTime, meanTime, maxTime, or calls.
|
|
27405
|
-
totalTimeMsAll:
|
|
27406
|
-
type: number
|
|
27407
|
-
format: double
|
|
27408
|
-
x-nullable: true
|
|
27409
|
-
description: Total execution time in milliseconds across all visible digest rows, not limited to the returned top-N items.
|
|
27410
|
-
callsAll:
|
|
27411
|
-
type: integer
|
|
27412
|
-
format: int64
|
|
27413
|
-
x-nullable: true
|
|
27414
|
-
description: Total execution count across all visible digest rows, not limited to the returned top-N items.
|
|
27415
|
-
digestLost:
|
|
27416
|
-
type: integer
|
|
27417
|
-
format: int64
|
|
27418
|
-
x-nullable: true
|
|
27419
|
-
description: Number of statement digests not recorded because the digest table was full, when exposed by the server.
|
|
27420
|
-
items:
|
|
27421
|
-
type: array
|
|
27422
|
-
description: SQL fingerprint ranking rows from Performance Schema. The list may be empty when no statement statistics exist.
|
|
27423
|
-
items:
|
|
27424
|
-
$ref: '#/components/schemas/mysqlSQLFingerprint'
|
|
27425
|
-
performanceTrendRange:
|
|
27426
|
-
type: object
|
|
27427
|
-
required:
|
|
27428
|
-
- label
|
|
27429
|
-
- start
|
|
27430
|
-
- end
|
|
27431
|
-
- durationSeconds
|
|
27432
|
-
properties:
|
|
27433
|
-
label:
|
|
27434
|
-
type: string
|
|
27435
|
-
description: Controlled query range label. Values are 1h, 6h, 24h, or 7d.
|
|
27436
|
-
start:
|
|
27437
|
-
type: string
|
|
27438
|
-
end:
|
|
27439
|
-
type: string
|
|
27440
|
-
durationSeconds:
|
|
27441
|
-
type: integer
|
|
27442
|
-
format: int64
|
|
27443
|
-
performanceTrendSummary:
|
|
27444
|
-
type: object
|
|
27445
|
-
required:
|
|
27446
|
-
- metric
|
|
27447
|
-
- displayName
|
|
27448
|
-
- category
|
|
27449
|
-
- unit
|
|
27450
|
-
- min
|
|
27451
|
-
- max
|
|
27452
|
-
- avg
|
|
27453
|
-
- latest
|
|
27454
|
-
properties:
|
|
27455
|
-
metric:
|
|
27456
|
-
type: string
|
|
27457
|
-
displayName:
|
|
27458
|
-
$ref: '#/components/schemas/localizedDescription'
|
|
27459
|
-
category:
|
|
27460
|
-
type: string
|
|
27461
|
-
description: Metric category. Values include availability, performance, connections, resource, capacity, innodb, and vacuumWraparound.
|
|
27462
|
-
dimension:
|
|
27463
|
-
type: string
|
|
27464
|
-
description: Optional series dimension. Values include cluster, instance, pvc, and database.
|
|
27465
|
-
labels:
|
|
27466
|
-
type: object
|
|
27467
|
-
additionalProperties:
|
|
27468
|
-
type: string
|
|
27469
|
-
description: Optional dimension labels, for example instance, pvc, role, or datname.
|
|
27470
|
-
unit:
|
|
27471
|
-
type: string
|
|
27472
|
-
warnThreshold:
|
|
27473
|
-
type: number
|
|
27474
|
-
format: double
|
|
27475
|
-
description: Optional warning threshold in the same unit as this metric.
|
|
27476
|
-
critThreshold:
|
|
27477
|
-
type: number
|
|
27478
|
-
format: double
|
|
27479
|
-
description: Optional critical threshold in the same unit as this metric.
|
|
27480
|
-
thresholdDirection:
|
|
27481
|
-
type: string
|
|
27482
|
-
description: Optional threshold direction. Values are above, below, or boolean.
|
|
27483
|
-
min:
|
|
27484
|
-
type: number
|
|
27485
|
-
format: double
|
|
27486
|
-
max:
|
|
27487
|
-
type: number
|
|
27488
|
-
format: double
|
|
27489
|
-
avg:
|
|
27490
|
-
type: number
|
|
27491
|
-
format: double
|
|
27492
|
-
latest:
|
|
27493
|
-
type: number
|
|
27494
|
-
format: double
|
|
27495
|
-
changeDirection:
|
|
27496
|
-
type: string
|
|
27497
|
-
description: Change direction when at least two samples exist. Values are increasing, decreasing, or stable.
|
|
27498
|
-
performanceTrendPoint:
|
|
27499
|
-
type: object
|
|
27500
|
-
required:
|
|
27501
|
-
- timestamp
|
|
27502
|
-
- value
|
|
27503
|
-
properties:
|
|
27504
|
-
timestamp:
|
|
27505
|
-
type: string
|
|
27506
|
-
value:
|
|
27507
|
-
type: number
|
|
27508
|
-
format: double
|
|
27509
|
-
performanceTrendSeries:
|
|
27510
|
-
type: object
|
|
27511
|
-
required:
|
|
27512
|
-
- metric
|
|
27513
|
-
- displayName
|
|
27514
|
-
- category
|
|
27515
|
-
- unit
|
|
27516
|
-
- points
|
|
27517
|
-
properties:
|
|
27518
|
-
metric:
|
|
27519
|
-
type: string
|
|
27520
|
-
displayName:
|
|
27521
|
-
$ref: '#/components/schemas/localizedDescription'
|
|
27522
|
-
category:
|
|
27523
|
-
type: string
|
|
27524
|
-
description: Metric category. Values include availability, performance, connections, resource, capacity, innodb, and vacuumWraparound.
|
|
27525
|
-
dimension:
|
|
27526
|
-
type: string
|
|
27527
|
-
description: Optional series dimension. Values include cluster, instance, pvc, and database.
|
|
27528
|
-
labels:
|
|
27529
|
-
type: object
|
|
27530
|
-
additionalProperties:
|
|
27531
|
-
type: string
|
|
27532
|
-
description: Optional dimension labels, for example instance, pvc, role, or datname.
|
|
27533
|
-
unit:
|
|
27534
|
-
type: string
|
|
27535
|
-
warnThreshold:
|
|
27536
|
-
type: number
|
|
27537
|
-
format: double
|
|
27538
|
-
description: Optional warning threshold in the same unit as this metric.
|
|
27539
|
-
critThreshold:
|
|
27540
|
-
type: number
|
|
27541
|
-
format: double
|
|
27542
|
-
description: Optional critical threshold in the same unit as this metric.
|
|
27543
|
-
thresholdDirection:
|
|
27544
|
-
type: string
|
|
27545
|
-
description: Optional threshold direction. Values are above, below, or boolean.
|
|
27546
|
-
points:
|
|
27547
|
-
type: array
|
|
27548
|
-
items:
|
|
27549
|
-
$ref: '#/components/schemas/performanceTrendPoint'
|
|
27550
|
-
performanceTrendSource:
|
|
27551
|
-
type: object
|
|
27552
|
-
required:
|
|
27553
|
-
- name
|
|
27554
|
-
- kind
|
|
27555
|
-
- status
|
|
27556
|
-
- collectedAt
|
|
27557
|
-
properties:
|
|
27558
|
-
name:
|
|
27559
|
-
type: string
|
|
27560
|
-
kind:
|
|
27561
|
-
type: string
|
|
27562
|
-
status:
|
|
27563
|
-
type: string
|
|
27564
|
-
description: Coarse source status. Values are success, partial, failed, skipped, or noData.
|
|
27565
|
-
collectedAt:
|
|
27566
|
-
type: string
|
|
27567
|
-
message:
|
|
27568
|
-
type: string
|
|
27569
|
-
performanceTrends:
|
|
27570
|
-
type: object
|
|
27571
|
-
required:
|
|
27572
|
-
- range
|
|
27573
|
-
- granularity
|
|
27574
|
-
- summary
|
|
27575
|
-
- series
|
|
27576
|
-
- sources
|
|
27577
|
-
- warnings
|
|
27578
|
-
- collectedAt
|
|
27579
|
-
properties:
|
|
27580
|
-
range:
|
|
27581
|
-
$ref: '#/components/schemas/performanceTrendRange'
|
|
27582
|
-
granularity:
|
|
27583
|
-
type: string
|
|
27584
|
-
description: Controlled backend query step.
|
|
27585
|
-
summary:
|
|
27586
|
-
type: array
|
|
27587
|
-
description: Per-series numeric summary. changeDirection is present only when at least two points exist.
|
|
27588
|
-
items:
|
|
27589
|
-
$ref: '#/components/schemas/performanceTrendSummary'
|
|
27590
|
-
series:
|
|
27591
|
-
type: array
|
|
27592
|
-
description: Successfully collected and displayable metric series only. Unsupported, empty, or failed metrics are not represented as per-metric entries.
|
|
27593
|
-
items:
|
|
27594
|
-
$ref: '#/components/schemas/performanceTrendSeries'
|
|
27595
|
-
sources:
|
|
27596
|
-
type: array
|
|
27597
|
-
description: Coarse collection source status. Messages are sanitized and do not expose PromQL, endpoints, credentials, or raw internal errors.
|
|
27598
|
-
items:
|
|
27599
|
-
$ref: '#/components/schemas/performanceTrendSource'
|
|
27600
|
-
warnings:
|
|
27601
|
-
type: array
|
|
27602
|
-
items:
|
|
27603
|
-
type: string
|
|
27604
|
-
collectedAt:
|
|
27605
|
-
type: string
|
|
27606
|
-
description: Backend collection timestamp in UTC.
|
|
27607
27989
|
elasticsearchHotThreadsType:
|
|
27608
27990
|
type: string
|
|
27609
27991
|
enum:
|
|
@@ -37063,6 +37445,163 @@ components:
|
|
|
37063
37445
|
description: Roles granted to the account, separated by commas.
|
|
37064
37446
|
type:
|
|
37065
37447
|
$ref: '#/components/schemas/CkAccountType'
|
|
37448
|
+
OracleTablespaceFile:
|
|
37449
|
+
type: object
|
|
37450
|
+
required:
|
|
37451
|
+
- id
|
|
37452
|
+
- name
|
|
37453
|
+
- status
|
|
37454
|
+
- allocatedSizeMB
|
|
37455
|
+
- usedSizeMB
|
|
37456
|
+
- autoExtend
|
|
37457
|
+
- nextSizeMB
|
|
37458
|
+
- maxSizeMB
|
|
37459
|
+
properties:
|
|
37460
|
+
id:
|
|
37461
|
+
type: integer
|
|
37462
|
+
format: int64
|
|
37463
|
+
name:
|
|
37464
|
+
type: string
|
|
37465
|
+
status:
|
|
37466
|
+
type: string
|
|
37467
|
+
allocatedSizeMB:
|
|
37468
|
+
type: number
|
|
37469
|
+
format: double
|
|
37470
|
+
usedSizeMB:
|
|
37471
|
+
type: number
|
|
37472
|
+
format: double
|
|
37473
|
+
autoExtend:
|
|
37474
|
+
type: boolean
|
|
37475
|
+
nextSizeMB:
|
|
37476
|
+
type: number
|
|
37477
|
+
format: double
|
|
37478
|
+
maxSizeMB:
|
|
37479
|
+
type: number
|
|
37480
|
+
format: double
|
|
37481
|
+
OracleTablespace:
|
|
37482
|
+
type: object
|
|
37483
|
+
description: Oracle tablespace in the datasource connection's current container. Sizes are in MiB. Supports Oracle 12c and 19c.
|
|
37484
|
+
required:
|
|
37485
|
+
- name
|
|
37486
|
+
- contents
|
|
37487
|
+
- status
|
|
37488
|
+
- bigfile
|
|
37489
|
+
- blockSize
|
|
37490
|
+
- containerName
|
|
37491
|
+
- isDefault
|
|
37492
|
+
- allocatedSizeMB
|
|
37493
|
+
- usedSizeMB
|
|
37494
|
+
- maxSizeMB
|
|
37495
|
+
- files
|
|
37496
|
+
properties:
|
|
37497
|
+
name:
|
|
37498
|
+
type: string
|
|
37499
|
+
contents:
|
|
37500
|
+
type: string
|
|
37501
|
+
description: PERMANENT, TEMPORARY, or UNDO.
|
|
37502
|
+
status:
|
|
37503
|
+
type: string
|
|
37504
|
+
bigfile:
|
|
37505
|
+
type: boolean
|
|
37506
|
+
blockSize:
|
|
37507
|
+
type: integer
|
|
37508
|
+
format: int64
|
|
37509
|
+
containerName:
|
|
37510
|
+
type: string
|
|
37511
|
+
isDefault:
|
|
37512
|
+
type: boolean
|
|
37513
|
+
description: Whether this is a default permanent or temporary tablespace, including default temporary group members.
|
|
37514
|
+
allocatedSizeMB:
|
|
37515
|
+
type: number
|
|
37516
|
+
format: double
|
|
37517
|
+
usedSizeMB:
|
|
37518
|
+
type: number
|
|
37519
|
+
format: double
|
|
37520
|
+
description: Allocated file space minus free extents, or temporary file space currently allocated to temporary segments.
|
|
37521
|
+
maxSizeMB:
|
|
37522
|
+
type: number
|
|
37523
|
+
format: double
|
|
37524
|
+
description: Configured file growth limit; does not imply available disk capacity.
|
|
37525
|
+
files:
|
|
37526
|
+
type: array
|
|
37527
|
+
items:
|
|
37528
|
+
$ref: '#/components/schemas/OracleTablespaceFile'
|
|
37529
|
+
OracleTablespaceContents:
|
|
37530
|
+
type: string
|
|
37531
|
+
enum:
|
|
37532
|
+
- PERMANENT
|
|
37533
|
+
- TEMPORARY
|
|
37534
|
+
description: New tablespaces default to PERMANENT when omitted.
|
|
37535
|
+
OracleTablespaceFileSpec:
|
|
37536
|
+
type: object
|
|
37537
|
+
required:
|
|
37538
|
+
- sizeMB
|
|
37539
|
+
properties:
|
|
37540
|
+
name:
|
|
37541
|
+
type: string
|
|
37542
|
+
description: Absolute database-server file path or ASM destination. Omit to use Oracle Managed Files (DB_CREATE_FILE_DEST must be configured). Existing files are never reused.
|
|
37543
|
+
maxLength: 1024
|
|
37544
|
+
sizeMB:
|
|
37545
|
+
type: integer
|
|
37546
|
+
format: int64
|
|
37547
|
+
minimum: 1
|
|
37548
|
+
autoExtend:
|
|
37549
|
+
type: boolean
|
|
37550
|
+
default: false
|
|
37551
|
+
nextSizeMB:
|
|
37552
|
+
type: integer
|
|
37553
|
+
format: int64
|
|
37554
|
+
minimum: 0
|
|
37555
|
+
description: Required positive increment when autoExtend is true; otherwise omit.
|
|
37556
|
+
maxSizeMB:
|
|
37557
|
+
type: integer
|
|
37558
|
+
format: int64
|
|
37559
|
+
minimum: 0
|
|
37560
|
+
description: Maximum size when autoExtend is true; zero or omitted means UNLIMITED. Otherwise omit.
|
|
37561
|
+
OracleTablespaceCreate:
|
|
37562
|
+
type: object
|
|
37563
|
+
required:
|
|
37564
|
+
- name
|
|
37565
|
+
- files
|
|
37566
|
+
properties:
|
|
37567
|
+
name:
|
|
37568
|
+
type: string
|
|
37569
|
+
pattern: ^[A-Za-z][A-Za-z0-9_$#]{0,29}$
|
|
37570
|
+
description: Converted to uppercase. Limited to 30 ASCII bytes for compatibility with Oracle 12.1.
|
|
37571
|
+
contents:
|
|
37572
|
+
$ref: '#/components/schemas/OracleTablespaceContents'
|
|
37573
|
+
bigfile:
|
|
37574
|
+
type: boolean
|
|
37575
|
+
default: false
|
|
37576
|
+
files:
|
|
37577
|
+
type: array
|
|
37578
|
+
minItems: 1
|
|
37579
|
+
description: Exactly one file for BIGFILE tablespaces.
|
|
37580
|
+
items:
|
|
37581
|
+
$ref: '#/components/schemas/OracleTablespaceFileSpec'
|
|
37582
|
+
OracleTablespaceExpandAction:
|
|
37583
|
+
type: string
|
|
37584
|
+
enum:
|
|
37585
|
+
- resize
|
|
37586
|
+
- addFile
|
|
37587
|
+
OracleTablespaceExpand:
|
|
37588
|
+
type: object
|
|
37589
|
+
description: One DDL operation per request. Use resize with fileId and sizeMB, or addFile with file. Shrinking and adding files to BIGFILE tablespaces are rejected.
|
|
37590
|
+
required:
|
|
37591
|
+
- action
|
|
37592
|
+
properties:
|
|
37593
|
+
action:
|
|
37594
|
+
$ref: '#/components/schemas/OracleTablespaceExpandAction'
|
|
37595
|
+
fileId:
|
|
37596
|
+
type: integer
|
|
37597
|
+
format: int64
|
|
37598
|
+
minimum: 1
|
|
37599
|
+
sizeMB:
|
|
37600
|
+
type: integer
|
|
37601
|
+
format: int64
|
|
37602
|
+
minimum: 1
|
|
37603
|
+
file:
|
|
37604
|
+
$ref: '#/components/schemas/OracleTablespaceFileSpec'
|
|
37066
37605
|
DmFile:
|
|
37067
37606
|
type: object
|
|
37068
37607
|
required:
|
|
@@ -38230,6 +38769,19 @@ components:
|
|
|
38230
38769
|
required:
|
|
38231
38770
|
- items
|
|
38232
38771
|
type: object
|
|
38772
|
+
dashboardConfig:
|
|
38773
|
+
type: object
|
|
38774
|
+
required:
|
|
38775
|
+
- key
|
|
38776
|
+
properties:
|
|
38777
|
+
key:
|
|
38778
|
+
type: string
|
|
38779
|
+
description: Frontend-defined platform-wide key. Organization identifiers in this key do not enforce tenant isolation.
|
|
38780
|
+
minLength: 1
|
|
38781
|
+
maxLength: 512
|
|
38782
|
+
value:
|
|
38783
|
+
description: Stored JSON value, or null when the key has no configuration.
|
|
38784
|
+
x-omitempty: false
|
|
38233
38785
|
platformParameterCategory:
|
|
38234
38786
|
type: string
|
|
38235
38787
|
description: platformParameter category, representing the platformParameter group
|
|
@@ -40186,6 +40738,15 @@ components:
|
|
|
40186
40738
|
name: query
|
|
40187
40739
|
schema:
|
|
40188
40740
|
type: string
|
|
40741
|
+
dashboardConfigKey:
|
|
40742
|
+
in: path
|
|
40743
|
+
name: key
|
|
40744
|
+
required: true
|
|
40745
|
+
description: Frontend-defined non-blank configuration key, up to 512 Unicode characters. URL-encode the key when used in a request path.
|
|
40746
|
+
schema:
|
|
40747
|
+
type: string
|
|
40748
|
+
minLength: 1
|
|
40749
|
+
maxLength: 512
|
|
40189
40750
|
x-tagGroups:
|
|
40190
40751
|
- name: User
|
|
40191
40752
|
tags:
|