kb-cloud-client-typescript 2.2.96 → 2.2.98
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/account-api.d.ts +406 -0
- package/dist/adminapi/apis/account-api.d.ts.map +1 -1
- package/dist/adminapi/apis/account-api.js +427 -0
- package/dist/adminapi/apis/account-api.js.map +1 -1
- package/dist/adminapi/apis/rdbms-api.d.ts +406 -0
- package/dist/adminapi/apis/rdbms-api.d.ts.map +1 -1
- package/dist/adminapi/apis/rdbms-api.js +427 -0
- package/dist/adminapi/apis/rdbms-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +406 -0
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +427 -0
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/dms-service-account-create-request.d.ts +55 -0
- package/dist/adminapi/models/dms-service-account-create-request.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account-create-request.js +16 -0
- package/dist/adminapi/models/dms-service-account-create-request.js.map +1 -0
- package/dist/adminapi/models/dms-service-account-status.d.ts +22 -0
- package/dist/adminapi/models/dms-service-account-status.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account-status.js +26 -0
- package/dist/adminapi/models/dms-service-account-status.js.map +1 -0
- package/dist/adminapi/models/dms-service-account-update-request.d.ts +32 -0
- package/dist/adminapi/models/dms-service-account-update-request.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account-update-request.js +16 -0
- package/dist/adminapi/models/dms-service-account-update-request.js.map +1 -0
- package/dist/adminapi/models/dms-service-account.d.ts +73 -0
- package/dist/adminapi/models/dms-service-account.d.ts.map +1 -0
- package/dist/adminapi/models/dms-service-account.js +16 -0
- package/dist/adminapi/models/dms-service-account.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +4 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +4 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/account-api.d.ts +406 -0
- package/dist/openapi/apis/account-api.d.ts.map +1 -1
- package/dist/openapi/apis/account-api.js +427 -0
- package/dist/openapi/apis/account-api.js.map +1 -1
- package/dist/openapi/apis/rdbms-api.d.ts +406 -0
- package/dist/openapi/apis/rdbms-api.d.ts.map +1 -1
- package/dist/openapi/apis/rdbms-api.js +427 -0
- package/dist/openapi/apis/rdbms-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +406 -0
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +427 -0
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/dms-service-account-create-request.d.ts +55 -0
- package/dist/openapi/models/dms-service-account-create-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-create-request.js +16 -0
- package/dist/openapi/models/dms-service-account-create-request.js.map +1 -0
- package/dist/openapi/models/dms-service-account-status.d.ts +22 -0
- package/dist/openapi/models/dms-service-account-status.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-status.js +26 -0
- package/dist/openapi/models/dms-service-account-status.js.map +1 -0
- package/dist/openapi/models/dms-service-account-update-request.d.ts +32 -0
- package/dist/openapi/models/dms-service-account-update-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account-update-request.js +16 -0
- package/dist/openapi/models/dms-service-account-update-request.js.map +1 -0
- package/dist/openapi/models/dms-service-account.d.ts +73 -0
- package/dist/openapi/models/dms-service-account.d.ts.map +1 -0
- package/dist/openapi/models/dms-service-account.js +16 -0
- package/dist/openapi/models/dms-service-account.js.map +1 -0
- package/dist/openapi/models/index.d.ts +4 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +4 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +4 -0
- package/src/adminapi/apis/account-api.ts +703 -0
- package/src/adminapi/apis/rdbms-api.ts +703 -0
- package/src/adminapi/apis/shared-api.ts +703 -0
- package/src/adminapi/models/dms-service-account-create-request.ts +60 -0
- package/src/adminapi/models/dms-service-account-status.ts +31 -0
- package/src/adminapi/models/dms-service-account-update-request.ts +41 -0
- package/src/adminapi/models/dms-service-account.ts +78 -0
- package/src/adminapi/models/index.ts +4 -0
- package/src/adminapi.yaml +330 -0
- package/src/openapi/.openapi-generator/FILES +4 -0
- package/src/openapi/apis/account-api.ts +703 -0
- package/src/openapi/apis/rdbms-api.ts +703 -0
- package/src/openapi/apis/shared-api.ts +703 -0
- package/src/openapi/models/dms-service-account-create-request.ts +60 -0
- package/src/openapi/models/dms-service-account-status.ts +31 -0
- package/src/openapi/models/dms-service-account-update-request.ts +41 -0
- package/src/openapi/models/dms-service-account.ts +78 -0
- package/src/openapi/models/index.ts +4 -0
- package/src/openapi.yaml +330 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* MinIO service account access-key create request
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DmsServiceAccountCreateRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface DmsServiceAccountCreateRequest {
|
|
23
|
+
/**
|
|
24
|
+
* MinIO user that owns the service account.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DmsServiceAccountCreateRequest
|
|
27
|
+
*/
|
|
28
|
+
'userName': string;
|
|
29
|
+
/**
|
|
30
|
+
* Optional fixed access key. If omitted, MinIO generates it.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DmsServiceAccountCreateRequest
|
|
33
|
+
*/
|
|
34
|
+
'accessKey'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Optional fixed secret key. If omitted, MinIO generates it.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof DmsServiceAccountCreateRequest
|
|
39
|
+
*/
|
|
40
|
+
'secretKey'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Display name of the service account.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof DmsServiceAccountCreateRequest
|
|
45
|
+
*/
|
|
46
|
+
'name'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Description of the service account.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof DmsServiceAccountCreateRequest
|
|
51
|
+
*/
|
|
52
|
+
'description'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Optional service account expiration time.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DmsServiceAccountCreateRequest
|
|
57
|
+
*/
|
|
58
|
+
'expiration'?: string;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* MinIO service account status.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const DmsServiceAccountStatus = {
|
|
24
|
+
enabled: 'enabled',
|
|
25
|
+
disabled: 'disabled'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type DmsServiceAccountStatus = typeof DmsServiceAccountStatus[keyof typeof DmsServiceAccountStatus];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DmsServiceAccountStatus } from './dms-service-account-status';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* MinIO service account access-key update request
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DmsServiceAccountUpdateRequest
|
|
24
|
+
*/
|
|
25
|
+
export interface DmsServiceAccountUpdateRequest {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {DmsServiceAccountStatus}
|
|
29
|
+
* @memberof DmsServiceAccountUpdateRequest
|
|
30
|
+
*/
|
|
31
|
+
'status'?: DmsServiceAccountStatus;
|
|
32
|
+
/**
|
|
33
|
+
* Optional service account expiration time. Use the Unix epoch to clear expiration.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof DmsServiceAccountUpdateRequest
|
|
36
|
+
*/
|
|
37
|
+
'expiration'?: string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* MinIO service account access-key
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DmsServiceAccount
|
|
21
|
+
*/
|
|
22
|
+
export interface DmsServiceAccount {
|
|
23
|
+
/**
|
|
24
|
+
* MinIO user that owns the service account.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DmsServiceAccount
|
|
27
|
+
*/
|
|
28
|
+
'userName'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Service account access key.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DmsServiceAccount
|
|
33
|
+
*/
|
|
34
|
+
'accessKey'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Secret key returned only by create.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof DmsServiceAccount
|
|
39
|
+
*/
|
|
40
|
+
'secretKey'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Service account status.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof DmsServiceAccount
|
|
45
|
+
*/
|
|
46
|
+
'status'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Display name of the service account.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof DmsServiceAccount
|
|
51
|
+
*/
|
|
52
|
+
'name'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Description of the service account.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DmsServiceAccount
|
|
57
|
+
*/
|
|
58
|
+
'description'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Service account expiration time.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof DmsServiceAccount
|
|
63
|
+
*/
|
|
64
|
+
'expiration'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Service account policy text.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof DmsServiceAccount
|
|
69
|
+
*/
|
|
70
|
+
'policy'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Whether the policy is implied from the parent user.
|
|
73
|
+
* @type {boolean}
|
|
74
|
+
* @memberof DmsServiceAccount
|
|
75
|
+
*/
|
|
76
|
+
'impliedPolicy'?: boolean;
|
|
77
|
+
}
|
|
78
|
+
|
|
@@ -269,6 +269,10 @@ export * from './dms-query-request';
|
|
|
269
269
|
export * from './dms-query-response';
|
|
270
270
|
export * from './dms-result';
|
|
271
271
|
export * from './dms-result-stats';
|
|
272
|
+
export * from './dms-service-account';
|
|
273
|
+
export * from './dms-service-account-create-request';
|
|
274
|
+
export * from './dms-service-account-status';
|
|
275
|
+
export * from './dms-service-account-update-request';
|
|
272
276
|
export * from './dms-session';
|
|
273
277
|
export * from './dms-table-column';
|
|
274
278
|
export * from './dms-table-column-generated';
|
package/src/openapi.yaml
CHANGED
|
@@ -11967,6 +11967,257 @@ paths:
|
|
|
11967
11967
|
- rdbms
|
|
11968
11968
|
- shared
|
|
11969
11969
|
x-codegen-request-body-name: body
|
|
11970
|
+
/api/v1/data/{engineName}/organizations/{orgName}/clusters/{clusterName}/access-keys:
|
|
11971
|
+
get:
|
|
11972
|
+
description: list MinIO service account access keys
|
|
11973
|
+
summary: List MinIO access keys
|
|
11974
|
+
operationId: listServiceAccounts
|
|
11975
|
+
parameters:
|
|
11976
|
+
- description: name of the engine
|
|
11977
|
+
in: path
|
|
11978
|
+
name: engineName
|
|
11979
|
+
required: true
|
|
11980
|
+
schema:
|
|
11981
|
+
type: string
|
|
11982
|
+
- description: name of the organization
|
|
11983
|
+
in: path
|
|
11984
|
+
name: orgName
|
|
11985
|
+
required: true
|
|
11986
|
+
schema:
|
|
11987
|
+
type: string
|
|
11988
|
+
- description: name of the cluster
|
|
11989
|
+
in: path
|
|
11990
|
+
name: clusterName
|
|
11991
|
+
required: true
|
|
11992
|
+
schema:
|
|
11993
|
+
type: string
|
|
11994
|
+
- description: MinIO user that owns the service accounts
|
|
11995
|
+
in: query
|
|
11996
|
+
name: userName
|
|
11997
|
+
required: false
|
|
11998
|
+
schema:
|
|
11999
|
+
type: string
|
|
12000
|
+
responses:
|
|
12001
|
+
'200':
|
|
12002
|
+
description: list MinIO access keys success
|
|
12003
|
+
content:
|
|
12004
|
+
application/json:
|
|
12005
|
+
schema:
|
|
12006
|
+
$ref: '#/components/schemas/DmsServiceAccountList'
|
|
12007
|
+
'401':
|
|
12008
|
+
$ref: '#/components/responses/401'
|
|
12009
|
+
'403':
|
|
12010
|
+
$ref: '#/components/responses/403'
|
|
12011
|
+
'404':
|
|
12012
|
+
$ref: '#/components/responses/404'
|
|
12013
|
+
'500':
|
|
12014
|
+
$ref: '#/components/responses/500'
|
|
12015
|
+
tags:
|
|
12016
|
+
- account
|
|
12017
|
+
- rdbms
|
|
12018
|
+
- shared
|
|
12019
|
+
post:
|
|
12020
|
+
description: create a MinIO service account access key
|
|
12021
|
+
summary: Create MinIO access key
|
|
12022
|
+
operationId: createServiceAccount
|
|
12023
|
+
parameters:
|
|
12024
|
+
- description: name of the engine
|
|
12025
|
+
in: path
|
|
12026
|
+
name: engineName
|
|
12027
|
+
required: true
|
|
12028
|
+
schema:
|
|
12029
|
+
type: string
|
|
12030
|
+
- description: name of the organization
|
|
12031
|
+
in: path
|
|
12032
|
+
name: orgName
|
|
12033
|
+
required: true
|
|
12034
|
+
schema:
|
|
12035
|
+
type: string
|
|
12036
|
+
- description: name of the cluster
|
|
12037
|
+
in: path
|
|
12038
|
+
name: clusterName
|
|
12039
|
+
required: true
|
|
12040
|
+
schema:
|
|
12041
|
+
type: string
|
|
12042
|
+
requestBody:
|
|
12043
|
+
content:
|
|
12044
|
+
application/json:
|
|
12045
|
+
schema:
|
|
12046
|
+
$ref: '#/components/schemas/DmsServiceAccountCreateRequest'
|
|
12047
|
+
required: true
|
|
12048
|
+
responses:
|
|
12049
|
+
'201':
|
|
12050
|
+
description: create MinIO access key success
|
|
12051
|
+
content:
|
|
12052
|
+
application/json:
|
|
12053
|
+
schema:
|
|
12054
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
12055
|
+
'400':
|
|
12056
|
+
$ref: '#/components/responses/400'
|
|
12057
|
+
'401':
|
|
12058
|
+
$ref: '#/components/responses/401'
|
|
12059
|
+
'403':
|
|
12060
|
+
$ref: '#/components/responses/403'
|
|
12061
|
+
'404':
|
|
12062
|
+
$ref: '#/components/responses/404'
|
|
12063
|
+
'500':
|
|
12064
|
+
$ref: '#/components/responses/500'
|
|
12065
|
+
tags:
|
|
12066
|
+
- account
|
|
12067
|
+
- rdbms
|
|
12068
|
+
- shared
|
|
12069
|
+
x-codegen-request-body-name: body
|
|
12070
|
+
/api/v1/data/{engineName}/organizations/{orgName}/clusters/{clusterName}/access-keys/{accessKey}:
|
|
12071
|
+
get:
|
|
12072
|
+
description: get a MinIO service account access key
|
|
12073
|
+
summary: Get MinIO access key
|
|
12074
|
+
operationId: getServiceAccount
|
|
12075
|
+
parameters:
|
|
12076
|
+
- description: name of the engine
|
|
12077
|
+
in: path
|
|
12078
|
+
name: engineName
|
|
12079
|
+
required: true
|
|
12080
|
+
schema:
|
|
12081
|
+
type: string
|
|
12082
|
+
- description: name of the organization
|
|
12083
|
+
in: path
|
|
12084
|
+
name: orgName
|
|
12085
|
+
required: true
|
|
12086
|
+
schema:
|
|
12087
|
+
type: string
|
|
12088
|
+
- description: name of the cluster
|
|
12089
|
+
in: path
|
|
12090
|
+
name: clusterName
|
|
12091
|
+
required: true
|
|
12092
|
+
schema:
|
|
12093
|
+
type: string
|
|
12094
|
+
- description: MinIO access key
|
|
12095
|
+
in: path
|
|
12096
|
+
name: accessKey
|
|
12097
|
+
required: true
|
|
12098
|
+
schema:
|
|
12099
|
+
type: string
|
|
12100
|
+
responses:
|
|
12101
|
+
'200':
|
|
12102
|
+
description: get MinIO access key success
|
|
12103
|
+
content:
|
|
12104
|
+
application/json:
|
|
12105
|
+
schema:
|
|
12106
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
12107
|
+
'401':
|
|
12108
|
+
$ref: '#/components/responses/401'
|
|
12109
|
+
'403':
|
|
12110
|
+
$ref: '#/components/responses/403'
|
|
12111
|
+
'404':
|
|
12112
|
+
$ref: '#/components/responses/404'
|
|
12113
|
+
'500':
|
|
12114
|
+
$ref: '#/components/responses/500'
|
|
12115
|
+
tags:
|
|
12116
|
+
- account
|
|
12117
|
+
- rdbms
|
|
12118
|
+
- shared
|
|
12119
|
+
patch:
|
|
12120
|
+
description: update a MinIO service account access key
|
|
12121
|
+
summary: Update MinIO access key
|
|
12122
|
+
operationId: updateServiceAccount
|
|
12123
|
+
parameters:
|
|
12124
|
+
- description: name of the engine
|
|
12125
|
+
in: path
|
|
12126
|
+
name: engineName
|
|
12127
|
+
required: true
|
|
12128
|
+
schema:
|
|
12129
|
+
type: string
|
|
12130
|
+
- description: name of the organization
|
|
12131
|
+
in: path
|
|
12132
|
+
name: orgName
|
|
12133
|
+
required: true
|
|
12134
|
+
schema:
|
|
12135
|
+
type: string
|
|
12136
|
+
- description: name of the cluster
|
|
12137
|
+
in: path
|
|
12138
|
+
name: clusterName
|
|
12139
|
+
required: true
|
|
12140
|
+
schema:
|
|
12141
|
+
type: string
|
|
12142
|
+
- description: MinIO access key
|
|
12143
|
+
in: path
|
|
12144
|
+
name: accessKey
|
|
12145
|
+
required: true
|
|
12146
|
+
schema:
|
|
12147
|
+
type: string
|
|
12148
|
+
requestBody:
|
|
12149
|
+
content:
|
|
12150
|
+
application/json:
|
|
12151
|
+
schema:
|
|
12152
|
+
$ref: '#/components/schemas/DmsServiceAccountUpdateRequest'
|
|
12153
|
+
required: true
|
|
12154
|
+
responses:
|
|
12155
|
+
'200':
|
|
12156
|
+
description: update MinIO access key success
|
|
12157
|
+
content:
|
|
12158
|
+
application/json:
|
|
12159
|
+
schema:
|
|
12160
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
12161
|
+
'400':
|
|
12162
|
+
$ref: '#/components/responses/400'
|
|
12163
|
+
'401':
|
|
12164
|
+
$ref: '#/components/responses/401'
|
|
12165
|
+
'403':
|
|
12166
|
+
$ref: '#/components/responses/403'
|
|
12167
|
+
'404':
|
|
12168
|
+
$ref: '#/components/responses/404'
|
|
12169
|
+
'500':
|
|
12170
|
+
$ref: '#/components/responses/500'
|
|
12171
|
+
tags:
|
|
12172
|
+
- account
|
|
12173
|
+
- rdbms
|
|
12174
|
+
- shared
|
|
12175
|
+
x-codegen-request-body-name: body
|
|
12176
|
+
delete:
|
|
12177
|
+
description: delete a MinIO service account access key
|
|
12178
|
+
summary: Delete MinIO access key
|
|
12179
|
+
operationId: deleteServiceAccount
|
|
12180
|
+
parameters:
|
|
12181
|
+
- description: name of the engine
|
|
12182
|
+
in: path
|
|
12183
|
+
name: engineName
|
|
12184
|
+
required: true
|
|
12185
|
+
schema:
|
|
12186
|
+
type: string
|
|
12187
|
+
- description: name of the organization
|
|
12188
|
+
in: path
|
|
12189
|
+
name: orgName
|
|
12190
|
+
required: true
|
|
12191
|
+
schema:
|
|
12192
|
+
type: string
|
|
12193
|
+
- description: name of the cluster
|
|
12194
|
+
in: path
|
|
12195
|
+
name: clusterName
|
|
12196
|
+
required: true
|
|
12197
|
+
schema:
|
|
12198
|
+
type: string
|
|
12199
|
+
- description: MinIO access key
|
|
12200
|
+
in: path
|
|
12201
|
+
name: accessKey
|
|
12202
|
+
required: true
|
|
12203
|
+
schema:
|
|
12204
|
+
type: string
|
|
12205
|
+
responses:
|
|
12206
|
+
'204':
|
|
12207
|
+
content: {}
|
|
12208
|
+
description: Returned when access key is deleted successfully.
|
|
12209
|
+
'401':
|
|
12210
|
+
$ref: '#/components/responses/401'
|
|
12211
|
+
'403':
|
|
12212
|
+
$ref: '#/components/responses/403'
|
|
12213
|
+
'404':
|
|
12214
|
+
$ref: '#/components/responses/404'
|
|
12215
|
+
'500':
|
|
12216
|
+
$ref: '#/components/responses/500'
|
|
12217
|
+
tags:
|
|
12218
|
+
- account
|
|
12219
|
+
- rdbms
|
|
12220
|
+
- shared
|
|
11970
12221
|
/api/v1/data/{engineName}/organizations/{orgName}/clusters/{clusterName}/sessions:
|
|
11971
12222
|
get:
|
|
11972
12223
|
description: list sessions in cluster
|
|
@@ -26213,6 +26464,85 @@ components:
|
|
|
26213
26464
|
required:
|
|
26214
26465
|
- name
|
|
26215
26466
|
type: object
|
|
26467
|
+
DmsServiceAccount:
|
|
26468
|
+
description: MinIO service account access-key
|
|
26469
|
+
type: object
|
|
26470
|
+
properties:
|
|
26471
|
+
userName:
|
|
26472
|
+
type: string
|
|
26473
|
+
description: MinIO user that owns the service account.
|
|
26474
|
+
accessKey:
|
|
26475
|
+
type: string
|
|
26476
|
+
description: Service account access key.
|
|
26477
|
+
secretKey:
|
|
26478
|
+
type: string
|
|
26479
|
+
description: Secret key returned only by create.
|
|
26480
|
+
status:
|
|
26481
|
+
type: string
|
|
26482
|
+
description: Service account status.
|
|
26483
|
+
name:
|
|
26484
|
+
type: string
|
|
26485
|
+
description: Display name of the service account.
|
|
26486
|
+
description:
|
|
26487
|
+
type: string
|
|
26488
|
+
description: Description of the service account.
|
|
26489
|
+
expiration:
|
|
26490
|
+
type: string
|
|
26491
|
+
format: date-time
|
|
26492
|
+
description: Service account expiration time.
|
|
26493
|
+
policy:
|
|
26494
|
+
type: string
|
|
26495
|
+
description: Service account policy text.
|
|
26496
|
+
impliedPolicy:
|
|
26497
|
+
type: boolean
|
|
26498
|
+
description: Whether the policy is implied from the parent user.
|
|
26499
|
+
DmsServiceAccountList:
|
|
26500
|
+
description: MinIO service account access-key list
|
|
26501
|
+
type: array
|
|
26502
|
+
items:
|
|
26503
|
+
$ref: '#/components/schemas/DmsServiceAccount'
|
|
26504
|
+
DmsServiceAccountCreateRequest:
|
|
26505
|
+
description: MinIO service account access-key create request
|
|
26506
|
+
type: object
|
|
26507
|
+
required:
|
|
26508
|
+
- userName
|
|
26509
|
+
properties:
|
|
26510
|
+
userName:
|
|
26511
|
+
type: string
|
|
26512
|
+
description: MinIO user that owns the service account.
|
|
26513
|
+
accessKey:
|
|
26514
|
+
type: string
|
|
26515
|
+
description: Optional fixed access key. If omitted, MinIO generates it.
|
|
26516
|
+
secretKey:
|
|
26517
|
+
type: string
|
|
26518
|
+
description: Optional fixed secret key. If omitted, MinIO generates it.
|
|
26519
|
+
name:
|
|
26520
|
+
type: string
|
|
26521
|
+
description: Display name of the service account.
|
|
26522
|
+
description:
|
|
26523
|
+
type: string
|
|
26524
|
+
description: Description of the service account.
|
|
26525
|
+
expiration:
|
|
26526
|
+
type: string
|
|
26527
|
+
format: date-time
|
|
26528
|
+
description: Optional service account expiration time.
|
|
26529
|
+
DmsServiceAccountStatus:
|
|
26530
|
+
description: MinIO service account status.
|
|
26531
|
+
type: string
|
|
26532
|
+
enum:
|
|
26533
|
+
- enabled
|
|
26534
|
+
- disabled
|
|
26535
|
+
DmsServiceAccountUpdateRequest:
|
|
26536
|
+
description: MinIO service account access-key update request
|
|
26537
|
+
type: object
|
|
26538
|
+
properties:
|
|
26539
|
+
status:
|
|
26540
|
+
$ref: '#/components/schemas/DmsServiceAccountStatus'
|
|
26541
|
+
description: Optional service account status.
|
|
26542
|
+
expiration:
|
|
26543
|
+
type: string
|
|
26544
|
+
format: date-time
|
|
26545
|
+
description: Optional service account expiration time. Use the Unix epoch to clear expiration.
|
|
26216
26546
|
MilvusRoleGrant:
|
|
26217
26547
|
type: object
|
|
26218
26548
|
description: Native Milvus role privilege grant.
|