kb-cloud-client-typescript 2.3.0-alpha.176 → 2.3.0-alpha.178
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 +392 -0
- package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/adminapi/apis/diagnostics-api.js +415 -0
- package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
- package/dist/adminapi/models/dameng-index-item.d.ts +55 -0
- package/dist/adminapi/models/dameng-index-item.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-index-item.js +16 -0
- package/dist/adminapi/models/dameng-index-item.js.map +1 -0
- package/dist/adminapi/models/dameng-large-mem-sqlentry.d.ts +55 -0
- package/dist/adminapi/models/dameng-large-mem-sqlentry.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-large-mem-sqlentry.js +16 -0
- package/dist/adminapi/models/dameng-large-mem-sqlentry.js.map +1 -0
- package/dist/adminapi/models/dameng-lock-analysis.d.ts +39 -0
- package/dist/adminapi/models/dameng-lock-analysis.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-lock-analysis.js +16 -0
- package/dist/adminapi/models/dameng-lock-analysis.js.map +1 -0
- package/dist/adminapi/models/dameng-lock-row.d.ts +61 -0
- package/dist/adminapi/models/dameng-lock-row.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-lock-row.js +16 -0
- package/dist/adminapi/models/dameng-lock-row.js.map +1 -0
- package/dist/adminapi/models/dameng-long-exec-sqlentry.d.ts +55 -0
- package/dist/adminapi/models/dameng-long-exec-sqlentry.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-long-exec-sqlentry.js +16 -0
- package/dist/adminapi/models/dameng-long-exec-sqlentry.js.map +1 -0
- package/dist/adminapi/models/dameng-schema-item.d.ts +31 -0
- package/dist/adminapi/models/dameng-schema-item.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-schema-item.js +16 -0
- package/dist/adminapi/models/dameng-schema-item.js.map +1 -0
- package/dist/adminapi/models/dameng-session-detail.d.ts +103 -0
- package/dist/adminapi/models/dameng-session-detail.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-session-detail.js +16 -0
- package/dist/adminapi/models/dameng-session-detail.js.map +1 -0
- package/dist/adminapi/models/dameng-session-list-item.d.ts +91 -0
- package/dist/adminapi/models/dameng-session-list-item.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-session-list-item.js +16 -0
- package/dist/adminapi/models/dameng-session-list-item.js.map +1 -0
- package/dist/adminapi/models/dameng-space-analysis.d.ts +47 -0
- package/dist/adminapi/models/dameng-space-analysis.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-space-analysis.js +16 -0
- package/dist/adminapi/models/dameng-space-analysis.js.map +1 -0
- package/dist/adminapi/models/dameng-sqlanalysis.d.ts +33 -0
- package/dist/adminapi/models/dameng-sqlanalysis.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-sqlanalysis.js +16 -0
- package/dist/adminapi/models/dameng-sqlanalysis.js.map +1 -0
- package/dist/adminapi/models/dameng-table-size-item.d.ts +43 -0
- package/dist/adminapi/models/dameng-table-size-item.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-table-size-item.js +16 -0
- package/dist/adminapi/models/dameng-table-size-item.js.map +1 -0
- package/dist/adminapi/models/dameng-tablespace-item.d.ts +49 -0
- package/dist/adminapi/models/dameng-tablespace-item.d.ts.map +1 -0
- package/dist/adminapi/models/dameng-tablespace-item.js +16 -0
- package/dist/adminapi/models/dameng-tablespace-item.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +12 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +12 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/diagnostics-api.d.ts +392 -0
- package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.js +415 -0
- package/dist/openapi/apis/diagnostics-api.js.map +1 -1
- package/dist/openapi/models/dameng-index-item.d.ts +55 -0
- package/dist/openapi/models/dameng-index-item.d.ts.map +1 -0
- package/dist/openapi/models/dameng-index-item.js +16 -0
- package/dist/openapi/models/dameng-index-item.js.map +1 -0
- package/dist/openapi/models/dameng-large-mem-sqlentry.d.ts +55 -0
- package/dist/openapi/models/dameng-large-mem-sqlentry.d.ts.map +1 -0
- package/dist/openapi/models/dameng-large-mem-sqlentry.js +16 -0
- package/dist/openapi/models/dameng-large-mem-sqlentry.js.map +1 -0
- package/dist/openapi/models/dameng-lock-analysis.d.ts +39 -0
- package/dist/openapi/models/dameng-lock-analysis.d.ts.map +1 -0
- package/dist/openapi/models/dameng-lock-analysis.js +16 -0
- package/dist/openapi/models/dameng-lock-analysis.js.map +1 -0
- package/dist/openapi/models/dameng-lock-row.d.ts +61 -0
- package/dist/openapi/models/dameng-lock-row.d.ts.map +1 -0
- package/dist/openapi/models/dameng-lock-row.js +16 -0
- package/dist/openapi/models/dameng-lock-row.js.map +1 -0
- package/dist/openapi/models/dameng-long-exec-sqlentry.d.ts +55 -0
- package/dist/openapi/models/dameng-long-exec-sqlentry.d.ts.map +1 -0
- package/dist/openapi/models/dameng-long-exec-sqlentry.js +16 -0
- package/dist/openapi/models/dameng-long-exec-sqlentry.js.map +1 -0
- package/dist/openapi/models/dameng-schema-item.d.ts +31 -0
- package/dist/openapi/models/dameng-schema-item.d.ts.map +1 -0
- package/dist/openapi/models/dameng-schema-item.js +16 -0
- package/dist/openapi/models/dameng-schema-item.js.map +1 -0
- package/dist/openapi/models/dameng-session-detail.d.ts +103 -0
- package/dist/openapi/models/dameng-session-detail.d.ts.map +1 -0
- package/dist/openapi/models/dameng-session-detail.js +16 -0
- package/dist/openapi/models/dameng-session-detail.js.map +1 -0
- package/dist/openapi/models/dameng-session-list-item.d.ts +91 -0
- package/dist/openapi/models/dameng-session-list-item.d.ts.map +1 -0
- package/dist/openapi/models/dameng-session-list-item.js +16 -0
- package/dist/openapi/models/dameng-session-list-item.js.map +1 -0
- package/dist/openapi/models/dameng-space-analysis.d.ts +47 -0
- package/dist/openapi/models/dameng-space-analysis.d.ts.map +1 -0
- package/dist/openapi/models/dameng-space-analysis.js +16 -0
- package/dist/openapi/models/dameng-space-analysis.js.map +1 -0
- package/dist/openapi/models/dameng-sqlanalysis.d.ts +33 -0
- package/dist/openapi/models/dameng-sqlanalysis.d.ts.map +1 -0
- package/dist/openapi/models/dameng-sqlanalysis.js +16 -0
- package/dist/openapi/models/dameng-sqlanalysis.js.map +1 -0
- package/dist/openapi/models/dameng-table-size-item.d.ts +43 -0
- package/dist/openapi/models/dameng-table-size-item.d.ts.map +1 -0
- package/dist/openapi/models/dameng-table-size-item.js +16 -0
- package/dist/openapi/models/dameng-table-size-item.js.map +1 -0
- package/dist/openapi/models/dameng-tablespace-item.d.ts +49 -0
- package/dist/openapi/models/dameng-tablespace-item.d.ts.map +1 -0
- package/dist/openapi/models/dameng-tablespace-item.js +16 -0
- package/dist/openapi/models/dameng-tablespace-item.js.map +1 -0
- package/dist/openapi/models/index.d.ts +12 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +12 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +12 -0
- package/src/adminapi/apis/diagnostics-api.ts +685 -0
- package/src/adminapi/models/dameng-index-item.ts +60 -0
- package/src/adminapi/models/dameng-large-mem-sqlentry.ts +60 -0
- package/src/adminapi/models/dameng-lock-analysis.ts +48 -0
- package/src/adminapi/models/dameng-lock-row.ts +66 -0
- package/src/adminapi/models/dameng-long-exec-sqlentry.ts +60 -0
- package/src/adminapi/models/dameng-schema-item.ts +36 -0
- package/src/adminapi/models/dameng-session-detail.ts +108 -0
- package/src/adminapi/models/dameng-session-list-item.ts +96 -0
- package/src/adminapi/models/dameng-space-analysis.ts +60 -0
- package/src/adminapi/models/dameng-sqlanalysis.ts +42 -0
- package/src/adminapi/models/dameng-table-size-item.ts +48 -0
- package/src/adminapi/models/dameng-tablespace-item.ts +54 -0
- package/src/adminapi/models/index.ts +12 -0
- package/src/adminapi.yaml +575 -0
- package/src/openapi/.openapi-generator/FILES +12 -0
- package/src/openapi/apis/diagnostics-api.ts +685 -0
- package/src/openapi/models/dameng-index-item.ts +60 -0
- package/src/openapi/models/dameng-large-mem-sqlentry.ts +60 -0
- package/src/openapi/models/dameng-lock-analysis.ts +48 -0
- package/src/openapi/models/dameng-lock-row.ts +66 -0
- package/src/openapi/models/dameng-long-exec-sqlentry.ts +60 -0
- package/src/openapi/models/dameng-schema-item.ts +36 -0
- package/src/openapi/models/dameng-session-detail.ts +108 -0
- package/src/openapi/models/dameng-session-list-item.ts +96 -0
- package/src/openapi/models/dameng-space-analysis.ts +60 -0
- package/src/openapi/models/dameng-sqlanalysis.ts +42 -0
- package/src/openapi/models/dameng-table-size-item.ts +48 -0
- package/src/openapi/models/dameng-tablespace-item.ts +54 -0
- package/src/openapi/models/index.ts +12 -0
- package/src/openapi.yaml +575 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-index-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-index-item.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-index-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DamengLargeMemSQLEntry
|
|
16
|
+
*/
|
|
17
|
+
export interface DamengLargeMemSQLEntry {
|
|
18
|
+
/**
|
|
19
|
+
* SQL text from V$SYSTEM_LARGE_MEM_SQLS.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DamengLargeMemSQLEntry
|
|
22
|
+
*/
|
|
23
|
+
'sqlText': string;
|
|
24
|
+
/**
|
|
25
|
+
* Memory used in kilobytes.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DamengLargeMemSQLEntry
|
|
28
|
+
*/
|
|
29
|
+
'memUsedKb': number;
|
|
30
|
+
/**
|
|
31
|
+
* Session ID, when available.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DamengLargeMemSQLEntry
|
|
34
|
+
*/
|
|
35
|
+
'sessionId'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* SQL ID, when available.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DamengLargeMemSQLEntry
|
|
40
|
+
*/
|
|
41
|
+
'sqlId'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* SQL finish time in UTC, when available.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof DamengLargeMemSQLEntry
|
|
46
|
+
*/
|
|
47
|
+
'finishTime'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Number of executions.
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof DamengLargeMemSQLEntry
|
|
52
|
+
*/
|
|
53
|
+
'nRuns': number;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=dameng-large-mem-sqlentry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-large-mem-sqlentry.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dameng-large-mem-sqlentry.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-large-mem-sqlentry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-large-mem-sqlentry.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-large-mem-sqlentry.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DamengLockRow } from './dameng-lock-row';
|
|
13
|
+
import type { DamengSessionDetail } from './dameng-session-detail';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DamengLockAnalysis
|
|
18
|
+
*/
|
|
19
|
+
export interface DamengLockAnalysis {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {DamengSessionDetail}
|
|
23
|
+
* @memberof DamengLockAnalysis
|
|
24
|
+
*/
|
|
25
|
+
'selectedSession': DamengSessionDetail;
|
|
26
|
+
/**
|
|
27
|
+
* Lock records for the selected session\'s transaction.
|
|
28
|
+
* @type {Array<DamengLockRow>}
|
|
29
|
+
* @memberof DamengLockAnalysis
|
|
30
|
+
*/
|
|
31
|
+
'locks': Array<DamengLockRow>;
|
|
32
|
+
/**
|
|
33
|
+
* Backend collection timestamp in UTC.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof DamengLockAnalysis
|
|
36
|
+
*/
|
|
37
|
+
'capturedAt': string;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=dameng-lock-analysis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-lock-analysis.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dameng-lock-analysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,iBAAiB,EAAE,mBAAmB,CAAC;IACvC;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC9B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-lock-analysis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-lock-analysis.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-lock-analysis.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DamengLockRow
|
|
16
|
+
*/
|
|
17
|
+
export interface DamengLockRow {
|
|
18
|
+
/**
|
|
19
|
+
* Transaction ID holding the lock.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DamengLockRow
|
|
22
|
+
*/
|
|
23
|
+
'trxId': number;
|
|
24
|
+
/**
|
|
25
|
+
* Lock type.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DamengLockRow
|
|
28
|
+
*/
|
|
29
|
+
'lockType'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Lock mode.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DamengLockRow
|
|
34
|
+
*/
|
|
35
|
+
'lockMode'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Session ID associated with this lock.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof DamengLockRow
|
|
40
|
+
*/
|
|
41
|
+
'sessId'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Client IP address for the session.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof DamengLockRow
|
|
46
|
+
*/
|
|
47
|
+
'clientIp'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* SQL text for the session.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DamengLockRow
|
|
52
|
+
*/
|
|
53
|
+
'sqlText'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* User name for the session.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof DamengLockRow
|
|
58
|
+
*/
|
|
59
|
+
'userName'?: string;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=dameng-lock-row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-lock-row.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dameng-lock-row.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-lock-row.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-lock-row.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-lock-row.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DamengLongExecSQLEntry
|
|
16
|
+
*/
|
|
17
|
+
export interface DamengLongExecSQLEntry {
|
|
18
|
+
/**
|
|
19
|
+
* SQL text from V$SYSTEM_LONG_EXEC_SQLS.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DamengLongExecSQLEntry
|
|
22
|
+
*/
|
|
23
|
+
'sqlText': string;
|
|
24
|
+
/**
|
|
25
|
+
* Execution time in milliseconds.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DamengLongExecSQLEntry
|
|
28
|
+
*/
|
|
29
|
+
'execTimeMs': number;
|
|
30
|
+
/**
|
|
31
|
+
* Session ID, when available.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DamengLongExecSQLEntry
|
|
34
|
+
*/
|
|
35
|
+
'sessionId'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* SQL ID, when available.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DamengLongExecSQLEntry
|
|
40
|
+
*/
|
|
41
|
+
'sqlId'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Number of executions.
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof DamengLongExecSQLEntry
|
|
46
|
+
*/
|
|
47
|
+
'nRuns': number;
|
|
48
|
+
/**
|
|
49
|
+
* SQL finish time in UTC, when available.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DamengLongExecSQLEntry
|
|
52
|
+
*/
|
|
53
|
+
'finishTime'?: string;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=dameng-long-exec-sqlentry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-long-exec-sqlentry.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dameng-long-exec-sqlentry.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-long-exec-sqlentry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-long-exec-sqlentry.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-long-exec-sqlentry.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DamengSchemaItem
|
|
16
|
+
*/
|
|
17
|
+
export interface DamengSchemaItem {
|
|
18
|
+
/**
|
|
19
|
+
* Schema (owner) name.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DamengSchemaItem
|
|
22
|
+
*/
|
|
23
|
+
'name': string;
|
|
24
|
+
/**
|
|
25
|
+
* Total segment size in bytes across all objects owned by this schema.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DamengSchemaItem
|
|
28
|
+
*/
|
|
29
|
+
'sizeBytes': number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=dameng-schema-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-schema-item.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dameng-schema-item.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-schema-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-schema-item.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-schema-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DamengSessionDetail
|
|
16
|
+
*/
|
|
17
|
+
export interface DamengSessionDetail {
|
|
18
|
+
/**
|
|
19
|
+
* Dameng session ID from V$SESSIONS.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DamengSessionDetail
|
|
22
|
+
*/
|
|
23
|
+
'sessId': number;
|
|
24
|
+
/**
|
|
25
|
+
* Database user name.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DamengSessionDetail
|
|
28
|
+
*/
|
|
29
|
+
'userName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Session state (ACTIVE, IDLE, etc.).
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DamengSessionDetail
|
|
34
|
+
*/
|
|
35
|
+
'state'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Client IP address.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DamengSessionDetail
|
|
40
|
+
*/
|
|
41
|
+
'clientIp'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Client type.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof DamengSessionDetail
|
|
46
|
+
*/
|
|
47
|
+
'clientType'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Session creation time.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DamengSessionDetail
|
|
52
|
+
*/
|
|
53
|
+
'createTime'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Last SQL send time.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof DamengSessionDetail
|
|
58
|
+
*/
|
|
59
|
+
'lastSendTime'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Current or last SQL text from V$SESSIONS.
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DamengSessionDetail
|
|
64
|
+
*/
|
|
65
|
+
'sqlText'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Full SQL text via SF_GET_SESSION_SQL.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof DamengSessionDetail
|
|
70
|
+
*/
|
|
71
|
+
'fullSql'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Transaction ID.
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof DamengSessionDetail
|
|
76
|
+
*/
|
|
77
|
+
'trxId'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Seconds since last SQL send time.
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof DamengSessionDetail
|
|
82
|
+
*/
|
|
83
|
+
'trxDurationSec'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* Application name.
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof DamengSessionDetail
|
|
88
|
+
*/
|
|
89
|
+
'appName'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Current schema.
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof DamengSessionDetail
|
|
94
|
+
*/
|
|
95
|
+
'currSchema'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Auto-commit status (Y/N).
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof DamengSessionDetail
|
|
100
|
+
*/
|
|
101
|
+
'autoCommit'?: string;
|
|
102
|
+
}
|
|
103
|
+
//# sourceMappingURL=dameng-session-detail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-session-detail.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dameng-session-detail.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-session-detail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-session-detail.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-session-detail.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DamengSessionListItem
|
|
16
|
+
*/
|
|
17
|
+
export interface DamengSessionListItem {
|
|
18
|
+
/**
|
|
19
|
+
* Dameng session ID from V$SESSIONS.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DamengSessionListItem
|
|
22
|
+
*/
|
|
23
|
+
'sessId': number;
|
|
24
|
+
/**
|
|
25
|
+
* Database user name.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DamengSessionListItem
|
|
28
|
+
*/
|
|
29
|
+
'userName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Session state (ACTIVE, IDLE, etc.).
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DamengSessionListItem
|
|
34
|
+
*/
|
|
35
|
+
'state'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Client IP address.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DamengSessionListItem
|
|
40
|
+
*/
|
|
41
|
+
'clientIp'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Transaction ID.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof DamengSessionListItem
|
|
46
|
+
*/
|
|
47
|
+
'trxId'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Whether this session has locks from V$LOCK.
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof DamengSessionListItem
|
|
52
|
+
*/
|
|
53
|
+
'hasLock': boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Current SQL text from V$SESSIONS.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof DamengSessionListItem
|
|
58
|
+
*/
|
|
59
|
+
'sqlText'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Current schema (database context).
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DamengSessionListItem
|
|
64
|
+
*/
|
|
65
|
+
'currSchema'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Application name.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof DamengSessionListItem
|
|
70
|
+
*/
|
|
71
|
+
'appName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Session duration in seconds.
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof DamengSessionListItem
|
|
76
|
+
*/
|
|
77
|
+
'durationSec'?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Client type.
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof DamengSessionListItem
|
|
82
|
+
*/
|
|
83
|
+
'clientType'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Auto-commit status.
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof DamengSessionListItem
|
|
88
|
+
*/
|
|
89
|
+
'autoCommit'?: string;
|
|
90
|
+
}
|
|
91
|
+
//# sourceMappingURL=dameng-session-list-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-session-list-item.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dameng-session-list-item.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dameng-session-list-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dameng-session-list-item.js","sourceRoot":"","sources":["../../../src/openapi/models/dameng-session-list-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|