@parallelworks/client 7.89.0 → 7.90.0
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/types/api.d.ts +1052 -731
- package/package.json +1 -1
package/dist/types/api.d.ts
CHANGED
|
@@ -178,6 +178,50 @@ export interface paths {
|
|
|
178
178
|
patch?: never;
|
|
179
179
|
trace?: never;
|
|
180
180
|
};
|
|
181
|
+
"/api/admin/billing/skus": {
|
|
182
|
+
parameters: {
|
|
183
|
+
query?: never;
|
|
184
|
+
header?: never;
|
|
185
|
+
path?: never;
|
|
186
|
+
cookie?: never;
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* List managed SKUs
|
|
190
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
191
|
+
*
|
|
192
|
+
* Returns a filtered, paginated list of managed SKUs used by billing cost categorization. Requires platform admin or billing admin.
|
|
193
|
+
*/
|
|
194
|
+
get: operations["list-managed-skus"];
|
|
195
|
+
put?: never;
|
|
196
|
+
post?: never;
|
|
197
|
+
delete?: never;
|
|
198
|
+
options?: never;
|
|
199
|
+
head?: never;
|
|
200
|
+
patch?: never;
|
|
201
|
+
trace?: never;
|
|
202
|
+
};
|
|
203
|
+
"/api/admin/billing/skus/export": {
|
|
204
|
+
parameters: {
|
|
205
|
+
query?: never;
|
|
206
|
+
header?: never;
|
|
207
|
+
path?: never;
|
|
208
|
+
cookie?: never;
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* Export managed SKUs as CSV
|
|
212
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
213
|
+
*
|
|
214
|
+
* Downloads managed SKUs as CSV in the managed_skus.csv format. Requires platform admin or billing admin.
|
|
215
|
+
*/
|
|
216
|
+
get: operations["export-managed-skus"];
|
|
217
|
+
put?: never;
|
|
218
|
+
post?: never;
|
|
219
|
+
delete?: never;
|
|
220
|
+
options?: never;
|
|
221
|
+
head?: never;
|
|
222
|
+
patch?: never;
|
|
223
|
+
trace?: never;
|
|
224
|
+
};
|
|
181
225
|
"/api/admin/errors": {
|
|
182
226
|
parameters: {
|
|
183
227
|
query?: never;
|
|
@@ -2527,6 +2571,28 @@ export interface paths {
|
|
|
2527
2571
|
patch?: never;
|
|
2528
2572
|
trace?: never;
|
|
2529
2573
|
};
|
|
2574
|
+
"/api/internal/usercontainer/workspace-mounts/status": {
|
|
2575
|
+
parameters: {
|
|
2576
|
+
query?: never;
|
|
2577
|
+
header?: never;
|
|
2578
|
+
path?: never;
|
|
2579
|
+
cookie?: never;
|
|
2580
|
+
};
|
|
2581
|
+
get?: never;
|
|
2582
|
+
put?: never;
|
|
2583
|
+
post?: never;
|
|
2584
|
+
delete?: never;
|
|
2585
|
+
options?: never;
|
|
2586
|
+
head?: never;
|
|
2587
|
+
/**
|
|
2588
|
+
* Report workspace mount status
|
|
2589
|
+
* @description > This is a user-centric route, so the response will always be in the context of the currently authenticated user.
|
|
2590
|
+
*
|
|
2591
|
+
* The userworkspace reports each mount's success or failure so the UI can show its state.
|
|
2592
|
+
*/
|
|
2593
|
+
patch: operations["report-workspace-mount-status"];
|
|
2594
|
+
trace?: never;
|
|
2595
|
+
};
|
|
2530
2596
|
"/api/ips": {
|
|
2531
2597
|
parameters: {
|
|
2532
2598
|
query?: never;
|
|
@@ -4127,28 +4193,6 @@ export interface paths {
|
|
|
4127
4193
|
patch?: never;
|
|
4128
4194
|
trace?: never;
|
|
4129
4195
|
};
|
|
4130
|
-
"/api/onboarding/user-host": {
|
|
4131
|
-
parameters: {
|
|
4132
|
-
query?: never;
|
|
4133
|
-
header?: never;
|
|
4134
|
-
path?: never;
|
|
4135
|
-
cookie?: never;
|
|
4136
|
-
};
|
|
4137
|
-
get?: never;
|
|
4138
|
-
put?: never;
|
|
4139
|
-
/**
|
|
4140
|
-
* Record user host provisioning choice
|
|
4141
|
-
* @description > This is a user-centric route, so the response will always be in the context of the currently authenticated user.
|
|
4142
|
-
*
|
|
4143
|
-
* Records the requesting user's choice to have a host provisioned in their onboarding cloud account. Provisioning is handled separately.
|
|
4144
|
-
*/
|
|
4145
|
-
post: operations["post-onboarding-user-host"];
|
|
4146
|
-
delete?: never;
|
|
4147
|
-
options?: never;
|
|
4148
|
-
head?: never;
|
|
4149
|
-
patch?: never;
|
|
4150
|
-
trace?: never;
|
|
4151
|
-
};
|
|
4152
4196
|
"/api/openai/v1/chat/completions": {
|
|
4153
4197
|
parameters: {
|
|
4154
4198
|
query?: never;
|
|
@@ -5549,6 +5593,34 @@ export interface paths {
|
|
|
5549
5593
|
patch?: never;
|
|
5550
5594
|
trace?: never;
|
|
5551
5595
|
};
|
|
5596
|
+
"/api/organizations/{organization}/cloud-accounts/{name}/userhost": {
|
|
5597
|
+
parameters: {
|
|
5598
|
+
query?: never;
|
|
5599
|
+
header?: never;
|
|
5600
|
+
path?: never;
|
|
5601
|
+
cookie?: never;
|
|
5602
|
+
};
|
|
5603
|
+
get?: never;
|
|
5604
|
+
put?: never;
|
|
5605
|
+
/**
|
|
5606
|
+
* Provision organization user host
|
|
5607
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
5608
|
+
*
|
|
5609
|
+
* Provisions the organization's user host in the given cloud account. One user host is allowed per organization.
|
|
5610
|
+
*/
|
|
5611
|
+
post: operations["create-organization-userhost"];
|
|
5612
|
+
/**
|
|
5613
|
+
* Delete organization user host
|
|
5614
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
5615
|
+
*
|
|
5616
|
+
* Tears down the organization's user host: its instance, security group, and network.
|
|
5617
|
+
*/
|
|
5618
|
+
delete: operations["delete-organization-userhost"];
|
|
5619
|
+
options?: never;
|
|
5620
|
+
head?: never;
|
|
5621
|
+
patch?: never;
|
|
5622
|
+
trace?: never;
|
|
5623
|
+
};
|
|
5552
5624
|
"/api/organizations/{organization}/clouds/aws/regions/{region}/cloudimages": {
|
|
5553
5625
|
parameters: {
|
|
5554
5626
|
query?: never;
|
|
@@ -8219,6 +8291,28 @@ export interface paths {
|
|
|
8219
8291
|
patch?: never;
|
|
8220
8292
|
trace?: never;
|
|
8221
8293
|
};
|
|
8294
|
+
"/api/organizations/{organization}/userhost": {
|
|
8295
|
+
parameters: {
|
|
8296
|
+
query?: never;
|
|
8297
|
+
header?: never;
|
|
8298
|
+
path?: never;
|
|
8299
|
+
cookie?: never;
|
|
8300
|
+
};
|
|
8301
|
+
/**
|
|
8302
|
+
* Get organization user host
|
|
8303
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
8304
|
+
*
|
|
8305
|
+
* Returns the organization's user host, if one is provisioned.
|
|
8306
|
+
*/
|
|
8307
|
+
get: operations["get-organization-userhost"];
|
|
8308
|
+
put?: never;
|
|
8309
|
+
post?: never;
|
|
8310
|
+
delete?: never;
|
|
8311
|
+
options?: never;
|
|
8312
|
+
head?: never;
|
|
8313
|
+
patch?: never;
|
|
8314
|
+
trace?: never;
|
|
8315
|
+
};
|
|
8222
8316
|
"/api/organizations/{organization}/users": {
|
|
8223
8317
|
parameters: {
|
|
8224
8318
|
query?: never;
|
|
@@ -9664,34 +9758,6 @@ export interface paths {
|
|
|
9664
9758
|
patch?: never;
|
|
9665
9759
|
trace?: never;
|
|
9666
9760
|
};
|
|
9667
|
-
"/api/organizations/{organization}/users/{user}/clusters/{clusterName}/workspace-mounts": {
|
|
9668
|
-
parameters: {
|
|
9669
|
-
query?: never;
|
|
9670
|
-
header?: never;
|
|
9671
|
-
path?: never;
|
|
9672
|
-
cookie?: never;
|
|
9673
|
-
};
|
|
9674
|
-
/**
|
|
9675
|
-
* Get cluster workspace mounts
|
|
9676
|
-
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
9677
|
-
*
|
|
9678
|
-
* Returns the cluster directories mounted into the user workspace.
|
|
9679
|
-
*/
|
|
9680
|
-
get: operations["get-cluster-workspace-mounts"];
|
|
9681
|
-
/**
|
|
9682
|
-
* Update cluster workspace mounts
|
|
9683
|
-
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
9684
|
-
*
|
|
9685
|
-
* Replaces the cluster directories mounted into the user workspace.
|
|
9686
|
-
*/
|
|
9687
|
-
put: operations["update-cluster-workspace-mounts"];
|
|
9688
|
-
post?: never;
|
|
9689
|
-
delete?: never;
|
|
9690
|
-
options?: never;
|
|
9691
|
-
head?: never;
|
|
9692
|
-
patch?: never;
|
|
9693
|
-
trace?: never;
|
|
9694
|
-
};
|
|
9695
9761
|
"/api/organizations/{organization}/users/{user}/clusters/{cluster}/environments": {
|
|
9696
9762
|
parameters: {
|
|
9697
9763
|
query?: never;
|
|
@@ -10253,14 +10319,20 @@ export interface paths {
|
|
|
10253
10319
|
path?: never;
|
|
10254
10320
|
cookie?: never;
|
|
10255
10321
|
};
|
|
10256
|
-
|
|
10322
|
+
/**
|
|
10323
|
+
* List user login sessions
|
|
10324
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
10325
|
+
*
|
|
10326
|
+
* Lists the active login sessions for the specified user. IP addresses are only included when listing your own sessions.
|
|
10327
|
+
*/
|
|
10328
|
+
get: operations["list-user-login-sessions"];
|
|
10257
10329
|
put?: never;
|
|
10258
10330
|
post?: never;
|
|
10259
10331
|
/**
|
|
10260
10332
|
* Revoke user login sessions
|
|
10261
|
-
* @description > This is a
|
|
10333
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
10262
10334
|
*
|
|
10263
|
-
* Revokes all login sessions for the specified user.
|
|
10335
|
+
* Revokes all login sessions for the specified user, except the session making the request. Only callable via browser session authentication.
|
|
10264
10336
|
*/
|
|
10265
10337
|
delete: operations["revoke-user-login-sessions"];
|
|
10266
10338
|
options?: never;
|
|
@@ -10268,6 +10340,28 @@ export interface paths {
|
|
|
10268
10340
|
patch?: never;
|
|
10269
10341
|
trace?: never;
|
|
10270
10342
|
};
|
|
10343
|
+
"/api/organizations/{organization}/users/{user}/login-sessions/{id}": {
|
|
10344
|
+
parameters: {
|
|
10345
|
+
query?: never;
|
|
10346
|
+
header?: never;
|
|
10347
|
+
path?: never;
|
|
10348
|
+
cookie?: never;
|
|
10349
|
+
};
|
|
10350
|
+
get?: never;
|
|
10351
|
+
put?: never;
|
|
10352
|
+
post?: never;
|
|
10353
|
+
/**
|
|
10354
|
+
* Revoke a user login session
|
|
10355
|
+
* @description > This is a system-level route, so the response will be independent of the currently authenticated user.
|
|
10356
|
+
*
|
|
10357
|
+
* Revokes a single login session for the specified user. Only callable via browser session authentication.
|
|
10358
|
+
*/
|
|
10359
|
+
delete: operations["revoke-user-login-session"];
|
|
10360
|
+
options?: never;
|
|
10361
|
+
head?: never;
|
|
10362
|
+
patch?: never;
|
|
10363
|
+
trace?: never;
|
|
10364
|
+
};
|
|
10271
10365
|
"/api/organizations/{organization}/users/{user}/mlworkspaces": {
|
|
10272
10366
|
parameters: {
|
|
10273
10367
|
query?: never;
|
|
@@ -16473,34 +16567,6 @@ export interface components {
|
|
|
16473
16567
|
/** @description Subject of the certificate leaf */
|
|
16474
16568
|
subject: string;
|
|
16475
16569
|
};
|
|
16476
|
-
ChartsBody: {
|
|
16477
|
-
/** @description List of Helm charts across all clusters */
|
|
16478
|
-
charts: components["schemas"]["HelmChart"][] | null;
|
|
16479
|
-
/** @description List of cluster errors, if any */
|
|
16480
|
-
errors?: components["schemas"]["ClusterError"][] | null;
|
|
16481
|
-
/** @description Response metadata */
|
|
16482
|
-
metadata: components["schemas"]["ChartsMetadata"];
|
|
16483
|
-
};
|
|
16484
|
-
ChartsMetadata: {
|
|
16485
|
-
/**
|
|
16486
|
-
* Format: int64
|
|
16487
|
-
* @description Number of clusters successfully queried
|
|
16488
|
-
* @example 4
|
|
16489
|
-
*/
|
|
16490
|
-
successfulClusters: number;
|
|
16491
|
-
/**
|
|
16492
|
-
* Format: int64
|
|
16493
|
-
* @description Total unique Helm charts across all clusters
|
|
16494
|
-
* @example 50
|
|
16495
|
-
*/
|
|
16496
|
-
totalCharts: number;
|
|
16497
|
-
/**
|
|
16498
|
-
* Format: int64
|
|
16499
|
-
* @description Total number of clusters queried
|
|
16500
|
-
* @example 5
|
|
16501
|
-
*/
|
|
16502
|
-
totalClusters: number;
|
|
16503
|
-
};
|
|
16504
16570
|
ChatCompletionChunk: {
|
|
16505
16571
|
/** @description Completion choices */
|
|
16506
16572
|
choices: components["schemas"]["Choice"][] | null;
|
|
@@ -16686,6 +16752,7 @@ export interface components {
|
|
|
16686
16752
|
enableOsLogin: boolean;
|
|
16687
16753
|
govCloud: boolean;
|
|
16688
16754
|
name: string;
|
|
16755
|
+
userHostError?: string;
|
|
16689
16756
|
};
|
|
16690
16757
|
CloudAccountCredentialsInput: {
|
|
16691
16758
|
/** @description AWS access key ID */
|
|
@@ -17141,41 +17208,6 @@ export interface components {
|
|
|
17141
17208
|
*/
|
|
17142
17209
|
total: number;
|
|
17143
17210
|
};
|
|
17144
|
-
ClusterResponse: {
|
|
17145
|
-
/**
|
|
17146
|
-
* @description Usage metering status for the cluster
|
|
17147
|
-
* @example on
|
|
17148
|
-
* @enum {string}
|
|
17149
|
-
*/
|
|
17150
|
-
costTrackingStatus?: "on" | "off" | "provisioning" | "deleting" | "failed";
|
|
17151
|
-
/**
|
|
17152
|
-
* Format: int64
|
|
17153
|
-
* @description Number of CPUs in the cluster
|
|
17154
|
-
* @example 16
|
|
17155
|
-
*/
|
|
17156
|
-
cpus: number;
|
|
17157
|
-
/**
|
|
17158
|
-
* @description Unique identifier for the cluster
|
|
17159
|
-
* @example cluster-1234
|
|
17160
|
-
*/
|
|
17161
|
-
id: string;
|
|
17162
|
-
/**
|
|
17163
|
-
* @description URL of the cluster image
|
|
17164
|
-
* @example https://example.com/cluster-image.png
|
|
17165
|
-
*/
|
|
17166
|
-
imageUrl?: string;
|
|
17167
|
-
/**
|
|
17168
|
-
* Format: int64
|
|
17169
|
-
* @description Amount of memory in the cluster in bytes
|
|
17170
|
-
* @example 32768
|
|
17171
|
-
*/
|
|
17172
|
-
memory: number;
|
|
17173
|
-
/**
|
|
17174
|
-
* @description Name of the cluster
|
|
17175
|
-
* @example prod-cluster
|
|
17176
|
-
*/
|
|
17177
|
-
name: string;
|
|
17178
|
-
};
|
|
17179
17211
|
ClusterRuntimeAlert: {
|
|
17180
17212
|
enabled?: boolean;
|
|
17181
17213
|
/** Format: int64 */
|
|
@@ -17248,12 +17280,6 @@ export interface components {
|
|
|
17248
17280
|
/** @description Run the user bootstrap script on the controller */
|
|
17249
17281
|
userBootstrapController?: boolean;
|
|
17250
17282
|
};
|
|
17251
|
-
ClusterWorkspaceMount: {
|
|
17252
|
-
/** @description The path on the cluster. */
|
|
17253
|
-
clusterPath: string;
|
|
17254
|
-
/** @description The path in the workspace. */
|
|
17255
|
-
workspacePath: string;
|
|
17256
|
-
};
|
|
17257
17283
|
CodexDeviceAuthorizationResponse: {
|
|
17258
17284
|
/**
|
|
17259
17285
|
* Format: date-time
|
|
@@ -17350,46 +17376,6 @@ export interface components {
|
|
|
17350
17376
|
cidr: string;
|
|
17351
17377
|
region: string;
|
|
17352
17378
|
};
|
|
17353
|
-
ConfigsBody: {
|
|
17354
|
-
/** @description List of configs */
|
|
17355
|
-
configs: components["schemas"]["Config"][] | null;
|
|
17356
|
-
/** @description List of cluster errors, if any */
|
|
17357
|
-
errors?: components["schemas"]["ClusterError"][] | null;
|
|
17358
|
-
/** @description Response metadata */
|
|
17359
|
-
metadata: components["schemas"]["ConfigsMetadata"];
|
|
17360
|
-
};
|
|
17361
|
-
ConfigsMetadata: {
|
|
17362
|
-
/**
|
|
17363
|
-
* Format: int64
|
|
17364
|
-
* @description Number of clusters successfully queried
|
|
17365
|
-
* @example 4
|
|
17366
|
-
*/
|
|
17367
|
-
successfulClusters: number;
|
|
17368
|
-
/**
|
|
17369
|
-
* Format: int64
|
|
17370
|
-
* @description Total number of clusters queried
|
|
17371
|
-
* @example 5
|
|
17372
|
-
*/
|
|
17373
|
-
totalClusters: number;
|
|
17374
|
-
/**
|
|
17375
|
-
* Format: int64
|
|
17376
|
-
* @description Total number of ConfigMaps
|
|
17377
|
-
* @example 60
|
|
17378
|
-
*/
|
|
17379
|
-
totalConfigMaps: number;
|
|
17380
|
-
/**
|
|
17381
|
-
* Format: int64
|
|
17382
|
-
* @description Total number of configs returned
|
|
17383
|
-
* @example 100
|
|
17384
|
-
*/
|
|
17385
|
-
totalConfigs: number;
|
|
17386
|
-
/**
|
|
17387
|
-
* Format: int64
|
|
17388
|
-
* @description Total number of Secrets
|
|
17389
|
-
* @example 40
|
|
17390
|
-
*/
|
|
17391
|
-
totalSecrets: number;
|
|
17392
|
-
};
|
|
17393
17379
|
ConnectStateBody: {
|
|
17394
17380
|
/** @description Failure detail when status is failed. */
|
|
17395
17381
|
error?: string;
|
|
@@ -17724,6 +17710,8 @@ export interface components {
|
|
|
17724
17710
|
azureClientSecret?: string;
|
|
17725
17711
|
/** @description Azure tenant ID */
|
|
17726
17712
|
azureTenantId?: string;
|
|
17713
|
+
/** @description When true, provision a user host for the organization in this cloud account after it is created */
|
|
17714
|
+
createUserhost?: boolean;
|
|
17727
17715
|
/**
|
|
17728
17716
|
* @description Cloud service provider
|
|
17729
17717
|
* @enum {string}
|
|
@@ -17771,6 +17759,8 @@ export interface components {
|
|
|
17771
17759
|
oracleUserOcid?: string;
|
|
17772
17760
|
/** @description When true, validate the credentials against the cloud provider before creating the account and fail if they are invalid or lack required permissions */
|
|
17773
17761
|
permissionCheck?: boolean;
|
|
17762
|
+
/** @description Region to provision the user host in. Only used when createUserhost is true; defaults to us-east-1 */
|
|
17763
|
+
userhostRegion?: string;
|
|
17774
17764
|
};
|
|
17775
17765
|
CreateClusterInputBody: {
|
|
17776
17766
|
/** @description PEM-encoded CA certificate. Leave empty when the cluster uses a publicly trusted certificate. */
|
|
@@ -19118,8 +19108,6 @@ export interface components {
|
|
|
19118
19108
|
slurmLoginNodes: components["schemas"]["ExistingClusterLoginNode"][] | null;
|
|
19119
19109
|
/** @description SLURM username */
|
|
19120
19110
|
slurmUsername: string;
|
|
19121
|
-
/** @description Workspace mount points */
|
|
19122
|
-
workspaceMounts: components["schemas"]["ExistingClusterWorkspaceMount"][] | null;
|
|
19123
19111
|
};
|
|
19124
19112
|
ExistingClusterVersionSettings: {
|
|
19125
19113
|
/** @description Desktop session settings. */
|
|
@@ -19142,12 +19130,6 @@ export interface components {
|
|
|
19142
19130
|
*/
|
|
19143
19131
|
subtype: "existing";
|
|
19144
19132
|
};
|
|
19145
|
-
ExistingClusterWorkspaceMount: {
|
|
19146
|
-
/** @description Path on the cluster */
|
|
19147
|
-
clusterPath: string;
|
|
19148
|
-
/** @description Path in the workspace */
|
|
19149
|
-
workspacePath: string;
|
|
19150
|
-
};
|
|
19151
19133
|
ExistingLoginNode: {
|
|
19152
19134
|
/** @description Login node hostname. */
|
|
19153
19135
|
node: string;
|
|
@@ -19420,8 +19402,6 @@ export interface components {
|
|
|
19420
19402
|
* @example Jake.Thayne
|
|
19421
19403
|
*/
|
|
19422
19404
|
user?: string;
|
|
19423
|
-
/** @description Cloud-cluster only: the workspace mount points for this cluster. */
|
|
19424
|
-
workspaceMounts: components["schemas"]["ClusterWorkspaceMount"][] | null;
|
|
19425
19405
|
};
|
|
19426
19406
|
GenerateNodeTokenOutputBody: {
|
|
19427
19407
|
/** @description Cluster name */
|
|
@@ -20750,6 +20730,109 @@ export interface components {
|
|
|
20750
20730
|
/** @description List of keys used for JWT verification */
|
|
20751
20731
|
keys: components["schemas"]["JWK"][] | null;
|
|
20752
20732
|
};
|
|
20733
|
+
KubernetesChartsBody: {
|
|
20734
|
+
/** @description List of Helm charts across all clusters */
|
|
20735
|
+
charts: components["schemas"]["HelmChart"][] | null;
|
|
20736
|
+
/** @description List of cluster errors, if any */
|
|
20737
|
+
errors?: components["schemas"]["ClusterError"][] | null;
|
|
20738
|
+
/** @description Response metadata */
|
|
20739
|
+
metadata: components["schemas"]["KubernetesChartsMetadata"];
|
|
20740
|
+
};
|
|
20741
|
+
KubernetesChartsMetadata: {
|
|
20742
|
+
/**
|
|
20743
|
+
* Format: int64
|
|
20744
|
+
* @description Number of clusters successfully queried
|
|
20745
|
+
* @example 4
|
|
20746
|
+
*/
|
|
20747
|
+
successfulClusters: number;
|
|
20748
|
+
/**
|
|
20749
|
+
* Format: int64
|
|
20750
|
+
* @description Total unique Helm charts across all clusters
|
|
20751
|
+
* @example 50
|
|
20752
|
+
*/
|
|
20753
|
+
totalCharts: number;
|
|
20754
|
+
/**
|
|
20755
|
+
* Format: int64
|
|
20756
|
+
* @description Total number of clusters queried
|
|
20757
|
+
* @example 5
|
|
20758
|
+
*/
|
|
20759
|
+
totalClusters: number;
|
|
20760
|
+
};
|
|
20761
|
+
KubernetesClusterResponse: {
|
|
20762
|
+
/**
|
|
20763
|
+
* @description Usage metering status for the cluster
|
|
20764
|
+
* @example on
|
|
20765
|
+
* @enum {string}
|
|
20766
|
+
*/
|
|
20767
|
+
costTrackingStatus?: "on" | "off" | "provisioning" | "deleting" | "failed";
|
|
20768
|
+
/**
|
|
20769
|
+
* Format: int64
|
|
20770
|
+
* @description Number of CPUs in the cluster
|
|
20771
|
+
* @example 16
|
|
20772
|
+
*/
|
|
20773
|
+
cpus: number;
|
|
20774
|
+
/**
|
|
20775
|
+
* @description Unique identifier for the cluster
|
|
20776
|
+
* @example cluster-1234
|
|
20777
|
+
*/
|
|
20778
|
+
id: string;
|
|
20779
|
+
/**
|
|
20780
|
+
* @description URL of the cluster image
|
|
20781
|
+
* @example https://example.com/cluster-image.png
|
|
20782
|
+
*/
|
|
20783
|
+
imageUrl?: string;
|
|
20784
|
+
/**
|
|
20785
|
+
* Format: int64
|
|
20786
|
+
* @description Amount of memory in the cluster in bytes
|
|
20787
|
+
* @example 32768
|
|
20788
|
+
*/
|
|
20789
|
+
memory: number;
|
|
20790
|
+
/**
|
|
20791
|
+
* @description Name of the cluster
|
|
20792
|
+
* @example prod-cluster
|
|
20793
|
+
*/
|
|
20794
|
+
name: string;
|
|
20795
|
+
};
|
|
20796
|
+
KubernetesConfigsBody: {
|
|
20797
|
+
/** @description List of configs */
|
|
20798
|
+
configs: components["schemas"]["Config"][] | null;
|
|
20799
|
+
/** @description List of cluster errors, if any */
|
|
20800
|
+
errors?: components["schemas"]["ClusterError"][] | null;
|
|
20801
|
+
/** @description Response metadata */
|
|
20802
|
+
metadata: components["schemas"]["KubernetesConfigsMetadata"];
|
|
20803
|
+
};
|
|
20804
|
+
KubernetesConfigsMetadata: {
|
|
20805
|
+
/**
|
|
20806
|
+
* Format: int64
|
|
20807
|
+
* @description Number of clusters successfully queried
|
|
20808
|
+
* @example 4
|
|
20809
|
+
*/
|
|
20810
|
+
successfulClusters: number;
|
|
20811
|
+
/**
|
|
20812
|
+
* Format: int64
|
|
20813
|
+
* @description Total number of clusters queried
|
|
20814
|
+
* @example 5
|
|
20815
|
+
*/
|
|
20816
|
+
totalClusters: number;
|
|
20817
|
+
/**
|
|
20818
|
+
* Format: int64
|
|
20819
|
+
* @description Total number of ConfigMaps
|
|
20820
|
+
* @example 60
|
|
20821
|
+
*/
|
|
20822
|
+
totalConfigMaps: number;
|
|
20823
|
+
/**
|
|
20824
|
+
* Format: int64
|
|
20825
|
+
* @description Total number of configs returned
|
|
20826
|
+
* @example 100
|
|
20827
|
+
*/
|
|
20828
|
+
totalConfigs: number;
|
|
20829
|
+
/**
|
|
20830
|
+
* Format: int64
|
|
20831
|
+
* @description Total number of Secrets
|
|
20832
|
+
* @example 40
|
|
20833
|
+
*/
|
|
20834
|
+
totalSecrets: number;
|
|
20835
|
+
};
|
|
20753
20836
|
KubernetesCpuMetrics: {
|
|
20754
20837
|
/**
|
|
20755
20838
|
* Format: double
|
|
@@ -20783,6 +20866,234 @@ export interface components {
|
|
|
20783
20866
|
*/
|
|
20784
20867
|
timestamp: string;
|
|
20785
20868
|
};
|
|
20869
|
+
KubernetesServiceResponse: {
|
|
20870
|
+
/**
|
|
20871
|
+
* @description Cluster name
|
|
20872
|
+
* @example production
|
|
20873
|
+
*/
|
|
20874
|
+
cluster: string;
|
|
20875
|
+
/**
|
|
20876
|
+
* @description Cluster IP address
|
|
20877
|
+
* @example 10.0.0.1
|
|
20878
|
+
*/
|
|
20879
|
+
clusterIP: string;
|
|
20880
|
+
/**
|
|
20881
|
+
* Format: date-time
|
|
20882
|
+
* @description Creation timestamp of the service
|
|
20883
|
+
*/
|
|
20884
|
+
createdAt: string;
|
|
20885
|
+
/**
|
|
20886
|
+
* @description External IP address
|
|
20887
|
+
* @example 203.0.113.1
|
|
20888
|
+
*/
|
|
20889
|
+
externalIP?: string;
|
|
20890
|
+
/**
|
|
20891
|
+
* @description Name of the service
|
|
20892
|
+
* @example nginx-service
|
|
20893
|
+
*/
|
|
20894
|
+
name: string;
|
|
20895
|
+
/**
|
|
20896
|
+
* @description Namespace of the service
|
|
20897
|
+
* @example default
|
|
20898
|
+
*/
|
|
20899
|
+
namespace: string;
|
|
20900
|
+
/**
|
|
20901
|
+
* @description Service ports
|
|
20902
|
+
* @example [
|
|
20903
|
+
* "80/TCP",
|
|
20904
|
+
* "443/TCP"
|
|
20905
|
+
* ]
|
|
20906
|
+
*/
|
|
20907
|
+
ports: string[] | null;
|
|
20908
|
+
/**
|
|
20909
|
+
* @description Pod selector
|
|
20910
|
+
* @example app=nginx
|
|
20911
|
+
*/
|
|
20912
|
+
selector: string;
|
|
20913
|
+
/**
|
|
20914
|
+
* @description Service type
|
|
20915
|
+
* @example ClusterIP
|
|
20916
|
+
* @enum {string}
|
|
20917
|
+
*/
|
|
20918
|
+
type: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
|
|
20919
|
+
};
|
|
20920
|
+
KubernetesServicesBody: {
|
|
20921
|
+
/** @description List of cluster errors, if any */
|
|
20922
|
+
errors?: components["schemas"]["ClusterError"][] | null;
|
|
20923
|
+
/** @description Response metadata */
|
|
20924
|
+
metadata: components["schemas"]["KubernetesServicesMetadata"];
|
|
20925
|
+
/** @description List of services */
|
|
20926
|
+
services: components["schemas"]["KubernetesServiceResponse"][] | null;
|
|
20927
|
+
};
|
|
20928
|
+
KubernetesServicesMetadata: {
|
|
20929
|
+
/**
|
|
20930
|
+
* Format: int64
|
|
20931
|
+
* @description Number of clusters successfully queried
|
|
20932
|
+
* @example 4
|
|
20933
|
+
*/
|
|
20934
|
+
successfulClusters: number;
|
|
20935
|
+
/**
|
|
20936
|
+
* Format: int64
|
|
20937
|
+
* @description Total number of clusters queried
|
|
20938
|
+
* @example 5
|
|
20939
|
+
*/
|
|
20940
|
+
totalClusters: number;
|
|
20941
|
+
/**
|
|
20942
|
+
* Format: int64
|
|
20943
|
+
* @description Total number of services returned
|
|
20944
|
+
* @example 45
|
|
20945
|
+
*/
|
|
20946
|
+
totalServices: number;
|
|
20947
|
+
};
|
|
20948
|
+
KubernetesSingleClusterResponse: {
|
|
20949
|
+
/**
|
|
20950
|
+
* @description Base64-encoded CA certificate
|
|
20951
|
+
* @example LS0tLS1CRUdJTi...
|
|
20952
|
+
*/
|
|
20953
|
+
caCert: string;
|
|
20954
|
+
/** @description Cluster-wide billing rates in allocation units per core-hour and GiB-hour */
|
|
20955
|
+
costTrackingRates?: components["schemas"]["CostTrackingRatesBody"];
|
|
20956
|
+
/**
|
|
20957
|
+
* @description Usage metering status for the cluster
|
|
20958
|
+
* @example on
|
|
20959
|
+
* @enum {string}
|
|
20960
|
+
*/
|
|
20961
|
+
costTrackingStatus?: "on" | "off" | "provisioning" | "deleting" | "failed";
|
|
20962
|
+
/**
|
|
20963
|
+
* @description Kubernetes API endpoint
|
|
20964
|
+
* @example https://k8s.example.com:6443
|
|
20965
|
+
*/
|
|
20966
|
+
endpoint: string;
|
|
20967
|
+
/**
|
|
20968
|
+
* @description Cluster MongoDB ID
|
|
20969
|
+
* @example 507f1f77bcf86cd799439011
|
|
20970
|
+
*/
|
|
20971
|
+
id: string;
|
|
20972
|
+
/**
|
|
20973
|
+
* @description Cluster icon URL
|
|
20974
|
+
* @example https://example.com/cluster.png
|
|
20975
|
+
*/
|
|
20976
|
+
imageUrl?: string;
|
|
20977
|
+
/**
|
|
20978
|
+
* @description Cluster name
|
|
20979
|
+
* @example prod-cluster
|
|
20980
|
+
*/
|
|
20981
|
+
name: string;
|
|
20982
|
+
/**
|
|
20983
|
+
* @description Infrastructure type
|
|
20984
|
+
* @example kubernetes
|
|
20985
|
+
*/
|
|
20986
|
+
type: string;
|
|
20987
|
+
};
|
|
20988
|
+
KubernetesStorageBody: {
|
|
20989
|
+
/** @description List of cluster errors, if any */
|
|
20990
|
+
errors?: components["schemas"]["ClusterError"][] | null;
|
|
20991
|
+
/** @description Response metadata */
|
|
20992
|
+
metadata: components["schemas"]["KubernetesStorageMetadata"];
|
|
20993
|
+
/** @description List of storage resources */
|
|
20994
|
+
storage: components["schemas"]["KubernetesStorageResponse"][] | null;
|
|
20995
|
+
};
|
|
20996
|
+
KubernetesStorageMetadata: {
|
|
20997
|
+
/**
|
|
20998
|
+
* Format: int64
|
|
20999
|
+
* @description Number of clusters successfully queried
|
|
21000
|
+
* @example 4
|
|
21001
|
+
*/
|
|
21002
|
+
successfulClusters: number;
|
|
21003
|
+
/**
|
|
21004
|
+
* Format: int64
|
|
21005
|
+
* @description Total number of clusters queried
|
|
21006
|
+
* @example 5
|
|
21007
|
+
*/
|
|
21008
|
+
totalClusters: number;
|
|
21009
|
+
/**
|
|
21010
|
+
* Format: int64
|
|
21011
|
+
* @description Total number of PVCs
|
|
21012
|
+
* @example 30
|
|
21013
|
+
*/
|
|
21014
|
+
totalPVCs: number;
|
|
21015
|
+
/**
|
|
21016
|
+
* Format: int64
|
|
21017
|
+
* @description Total number of PVs
|
|
21018
|
+
* @example 20
|
|
21019
|
+
*/
|
|
21020
|
+
totalPVs: number;
|
|
21021
|
+
/**
|
|
21022
|
+
* Format: int64
|
|
21023
|
+
* @description Total number of storage resources returned
|
|
21024
|
+
* @example 50
|
|
21025
|
+
*/
|
|
21026
|
+
totalStorage: number;
|
|
21027
|
+
};
|
|
21028
|
+
KubernetesStorageResponse: {
|
|
21029
|
+
/**
|
|
21030
|
+
* @description Access modes
|
|
21031
|
+
* @example ReadWriteOnce
|
|
21032
|
+
*/
|
|
21033
|
+
accessModes: string;
|
|
21034
|
+
/**
|
|
21035
|
+
* @description Storage capacity
|
|
21036
|
+
* @example 10Gi
|
|
21037
|
+
*/
|
|
21038
|
+
capacity: string;
|
|
21039
|
+
/**
|
|
21040
|
+
* @description Bound claim (for PVs)
|
|
21041
|
+
* @example default/data-mysql-0
|
|
21042
|
+
*/
|
|
21043
|
+
claim?: string;
|
|
21044
|
+
/**
|
|
21045
|
+
* @description Cluster name
|
|
21046
|
+
* @example production
|
|
21047
|
+
*/
|
|
21048
|
+
cluster: string;
|
|
21049
|
+
/**
|
|
21050
|
+
* Format: date-time
|
|
21051
|
+
* @description Creation timestamp of the resource
|
|
21052
|
+
*/
|
|
21053
|
+
createdAt: string;
|
|
21054
|
+
/**
|
|
21055
|
+
* @description Name of the storage resource
|
|
21056
|
+
* @example data-mysql-0
|
|
21057
|
+
*/
|
|
21058
|
+
name: string;
|
|
21059
|
+
/**
|
|
21060
|
+
* @description Kubernetes namespace (for PVCs)
|
|
21061
|
+
* @example default
|
|
21062
|
+
*/
|
|
21063
|
+
namespace?: string;
|
|
21064
|
+
/**
|
|
21065
|
+
* @description Reclaim policy (for PVs)
|
|
21066
|
+
* @example Delete
|
|
21067
|
+
*/
|
|
21068
|
+
reclaimPolicy?: string;
|
|
21069
|
+
/**
|
|
21070
|
+
* @description Storage status
|
|
21071
|
+
* @example Bound
|
|
21072
|
+
* @enum {string}
|
|
21073
|
+
*/
|
|
21074
|
+
status: "Bound" | "Pending" | "Available" | "Released" | "Failed";
|
|
21075
|
+
/**
|
|
21076
|
+
* @description Storage class name
|
|
21077
|
+
* @example standard
|
|
21078
|
+
*/
|
|
21079
|
+
storageClass: string;
|
|
21080
|
+
/**
|
|
21081
|
+
* @description Storage type
|
|
21082
|
+
* @example PVC
|
|
21083
|
+
* @enum {string}
|
|
21084
|
+
*/
|
|
21085
|
+
type: "PVC" | "PV";
|
|
21086
|
+
/**
|
|
21087
|
+
* @description Pod using this PVC
|
|
21088
|
+
* @example mysql-0
|
|
21089
|
+
*/
|
|
21090
|
+
usedBy?: string;
|
|
21091
|
+
/**
|
|
21092
|
+
* @description Bound volume name (for PVCs)
|
|
21093
|
+
* @example pvc-12345
|
|
21094
|
+
*/
|
|
21095
|
+
volume?: string;
|
|
21096
|
+
};
|
|
20786
21097
|
KubernetesTunnelInfo: {
|
|
20787
21098
|
/** @description Kubernetes resource name. */
|
|
20788
21099
|
name?: string;
|
|
@@ -20813,6 +21124,82 @@ export interface components {
|
|
|
20813
21124
|
*/
|
|
20814
21125
|
usage: number;
|
|
20815
21126
|
};
|
|
21127
|
+
KubernetesWorkloadResponse: {
|
|
21128
|
+
/**
|
|
21129
|
+
* @description Cluster name
|
|
21130
|
+
* @example production
|
|
21131
|
+
*/
|
|
21132
|
+
cluster: string;
|
|
21133
|
+
/** @description CPU usage */
|
|
21134
|
+
cpu?: string;
|
|
21135
|
+
/**
|
|
21136
|
+
* Format: date-time
|
|
21137
|
+
* @description Creation timestamp of the workload
|
|
21138
|
+
*/
|
|
21139
|
+
createdAt: string;
|
|
21140
|
+
/** @description Memory usage */
|
|
21141
|
+
memory?: string;
|
|
21142
|
+
/**
|
|
21143
|
+
* @description Name of the workload
|
|
21144
|
+
* @example nginx-deployment
|
|
21145
|
+
*/
|
|
21146
|
+
name: string;
|
|
21147
|
+
/**
|
|
21148
|
+
* @description Kubernetes namespace of the workload
|
|
21149
|
+
* @example default
|
|
21150
|
+
*/
|
|
21151
|
+
namespace: string;
|
|
21152
|
+
/**
|
|
21153
|
+
* @description Pod count (ready/total)
|
|
21154
|
+
* @example 3/3
|
|
21155
|
+
*/
|
|
21156
|
+
pods: string;
|
|
21157
|
+
/**
|
|
21158
|
+
* Format: int64
|
|
21159
|
+
* @description Number of restarts
|
|
21160
|
+
*/
|
|
21161
|
+
restarts?: number;
|
|
21162
|
+
/**
|
|
21163
|
+
* @description Status of the workload
|
|
21164
|
+
* @example Running
|
|
21165
|
+
* @enum {string}
|
|
21166
|
+
*/
|
|
21167
|
+
status: "Running" | "Pending" | "Failed" | "Completed" | "Unknown";
|
|
21168
|
+
/**
|
|
21169
|
+
* @description Type of workload
|
|
21170
|
+
* @example Deployment
|
|
21171
|
+
* @enum {string}
|
|
21172
|
+
*/
|
|
21173
|
+
type: "Deployment" | "StatefulSet" | "DaemonSet" | "Job" | "CronJob" | "Pod";
|
|
21174
|
+
};
|
|
21175
|
+
KubernetesWorkloadsBody: {
|
|
21176
|
+
/** @description List of cluster errors, if any */
|
|
21177
|
+
errors?: components["schemas"]["ClusterError"][] | null;
|
|
21178
|
+
/** @description Response metadata */
|
|
21179
|
+
metadata: components["schemas"]["KubernetesWorkloadsMetadata"];
|
|
21180
|
+
/** @description List of workloads */
|
|
21181
|
+
workloads: components["schemas"]["KubernetesWorkloadResponse"][] | null;
|
|
21182
|
+
};
|
|
21183
|
+
KubernetesWorkloadsMetadata: {
|
|
21184
|
+
/**
|
|
21185
|
+
* Format: int64
|
|
21186
|
+
* @description Number of clusters successfully queried
|
|
21187
|
+
* @example 4
|
|
21188
|
+
*/
|
|
21189
|
+
successfulClusters: number;
|
|
21190
|
+
/**
|
|
21191
|
+
* Format: int64
|
|
21192
|
+
* @description Total number of clusters queried
|
|
21193
|
+
* @example 5
|
|
21194
|
+
*/
|
|
21195
|
+
totalClusters: number;
|
|
21196
|
+
/**
|
|
21197
|
+
* Format: int64
|
|
21198
|
+
* @description Total number of workloads returned
|
|
21199
|
+
* @example 150
|
|
21200
|
+
*/
|
|
21201
|
+
totalWorkloads: number;
|
|
21202
|
+
};
|
|
20816
21203
|
LanguageInputBody: {
|
|
20817
21204
|
/**
|
|
20818
21205
|
* @description User's preferred language
|
|
@@ -21111,6 +21498,31 @@ export interface components {
|
|
|
21111
21498
|
*/
|
|
21112
21499
|
title?: string;
|
|
21113
21500
|
} | null;
|
|
21501
|
+
LoginSessionResponse: {
|
|
21502
|
+
/**
|
|
21503
|
+
* Format: date-time
|
|
21504
|
+
* @description When the session was created.
|
|
21505
|
+
*/
|
|
21506
|
+
createdAt: string;
|
|
21507
|
+
/** @description Whether this is the session making the request. */
|
|
21508
|
+
current: boolean;
|
|
21509
|
+
/**
|
|
21510
|
+
* Format: date-time
|
|
21511
|
+
* @description When the session expires.
|
|
21512
|
+
*/
|
|
21513
|
+
expiresAt?: string;
|
|
21514
|
+
/** @description The unique identifier for the login session. */
|
|
21515
|
+
id: string;
|
|
21516
|
+
/** @description Client IP address at login. Only included for the user's own sessions. */
|
|
21517
|
+
ipAddress?: string;
|
|
21518
|
+
/**
|
|
21519
|
+
* Format: date-time
|
|
21520
|
+
* @description When the session was last used.
|
|
21521
|
+
*/
|
|
21522
|
+
lastUsedAt?: string;
|
|
21523
|
+
/** @description Client user agent at login. */
|
|
21524
|
+
userAgent?: string;
|
|
21525
|
+
};
|
|
21114
21526
|
Lustre: {
|
|
21115
21527
|
/** @description Cloud service provider of the Lustre */
|
|
21116
21528
|
csp: string;
|
|
@@ -21479,6 +21891,31 @@ export interface components {
|
|
|
21479
21891
|
/** @description Partition state */
|
|
21480
21892
|
state: string;
|
|
21481
21893
|
};
|
|
21894
|
+
ManagedSKU: {
|
|
21895
|
+
/** @description Cloud service provider */
|
|
21896
|
+
csp: string;
|
|
21897
|
+
/** @description CSP product description */
|
|
21898
|
+
description: string;
|
|
21899
|
+
/** @description CSP-native SKU identifier */
|
|
21900
|
+
id: string;
|
|
21901
|
+
/** @description Cost subtype (Instance, Disk, Egress, ...) */
|
|
21902
|
+
subtype: string;
|
|
21903
|
+
/** @description Cost type (Compute, Storage, Network, unknown, ...) */
|
|
21904
|
+
type: string;
|
|
21905
|
+
};
|
|
21906
|
+
ManagedSKUList: {
|
|
21907
|
+
/** @description One page of managed SKUs */
|
|
21908
|
+
items: components["schemas"]["ManagedSKU"][] | null;
|
|
21909
|
+
/** @description All distinct subtype values, for filter menus */
|
|
21910
|
+
subtypes: string[] | null;
|
|
21911
|
+
/**
|
|
21912
|
+
* Format: int64
|
|
21913
|
+
* @description Total SKUs matching the filters
|
|
21914
|
+
*/
|
|
21915
|
+
total: number;
|
|
21916
|
+
/** @description All distinct type values, for filter menus */
|
|
21917
|
+
types: string[] | null;
|
|
21918
|
+
};
|
|
21482
21919
|
ManagedSchedulerJob: {
|
|
21483
21920
|
/** @description Job ID */
|
|
21484
21921
|
jobId: string;
|
|
@@ -21901,10 +22338,18 @@ export interface components {
|
|
|
21901
22338
|
MountInfoResponse: {
|
|
21902
22339
|
/** @description Cloud provider hosting the resource, such as aws, google, azure, openstack, or oracle. Empty for existing clusters. */
|
|
21903
22340
|
csp: string;
|
|
22341
|
+
/** @description Whether the cluster or instance the mount points to has been deleted. */
|
|
22342
|
+
deleted: boolean;
|
|
22343
|
+
/** @description Reason the mount failed, if it is not mounted. Empty while pending or mounted. */
|
|
22344
|
+
error: string;
|
|
21904
22345
|
/** @description Custom icon for the cluster or instance, if one has been set. */
|
|
21905
22346
|
imageUrl: string;
|
|
22347
|
+
/** @description Whether the userworkspace currently has this path mounted. */
|
|
22348
|
+
mounted: boolean;
|
|
21906
22349
|
/** @description Name of the cluster or instance the mount points to. */
|
|
21907
22350
|
name: string;
|
|
22351
|
+
/** @description ID of the cluster or instance the mount points to. */
|
|
22352
|
+
resourceId: string;
|
|
21908
22353
|
resourcePath: string;
|
|
21909
22354
|
/** @description Short name of the cluster or instance, used to fill in the __CLUSTER__ and __INSTANCE__ placeholders in the workspace path. */
|
|
21910
22355
|
slug: string;
|
|
@@ -23043,6 +23488,8 @@ export interface components {
|
|
|
23043
23488
|
owner?: string;
|
|
23044
23489
|
/** @description Whether the organization is a partner organization. */
|
|
23045
23490
|
partner: boolean;
|
|
23491
|
+
/** @description Whether the organization is a self-service organization. */
|
|
23492
|
+
selfService: boolean;
|
|
23046
23493
|
};
|
|
23047
23494
|
OrganizationCatalogEntry: {
|
|
23048
23495
|
caCertificate?: string;
|
|
@@ -24068,6 +24515,10 @@ export interface components {
|
|
|
24068
24515
|
/** @description The user who this usage event will be associated with. */
|
|
24069
24516
|
user?: string;
|
|
24070
24517
|
};
|
|
24518
|
+
PostUserHostInputBody: {
|
|
24519
|
+
/** @description Region to provision the user host in; defaults to us-east-1 */
|
|
24520
|
+
region?: string;
|
|
24521
|
+
};
|
|
24071
24522
|
Preview: {
|
|
24072
24523
|
/** @description Indicates if the preview was enabled at a platform-wide level. */
|
|
24073
24524
|
platform: boolean;
|
|
@@ -25642,6 +26093,9 @@ export interface components {
|
|
|
25642
26093
|
*/
|
|
25643
26094
|
who?: string;
|
|
25644
26095
|
};
|
|
26096
|
+
ReportWorkspaceMountStatusInputBody: {
|
|
26097
|
+
mounts: components["schemas"]["WorkspaceMountStatus"][] | null;
|
|
26098
|
+
};
|
|
25645
26099
|
ReservationItem: {
|
|
25646
26100
|
/** @description Cloud service provider */
|
|
25647
26101
|
csp: string;
|
|
@@ -25944,26 +26398,6 @@ export interface components {
|
|
|
25944
26398
|
} & {
|
|
25945
26399
|
[key: string]: unknown;
|
|
25946
26400
|
};
|
|
25947
|
-
ResponseMetadata: {
|
|
25948
|
-
/**
|
|
25949
|
-
* Format: int64
|
|
25950
|
-
* @description Number of clusters successfully queried
|
|
25951
|
-
* @example 4
|
|
25952
|
-
*/
|
|
25953
|
-
successfulClusters: number;
|
|
25954
|
-
/**
|
|
25955
|
-
* Format: int64
|
|
25956
|
-
* @description Total number of clusters queried
|
|
25957
|
-
* @example 5
|
|
25958
|
-
*/
|
|
25959
|
-
totalClusters: number;
|
|
25960
|
-
/**
|
|
25961
|
-
* Format: int64
|
|
25962
|
-
* @description Total number of workloads returned
|
|
25963
|
-
* @example 150
|
|
25964
|
-
*/
|
|
25965
|
-
totalWorkloads: number;
|
|
25966
|
-
};
|
|
25967
26401
|
RestartOption: {
|
|
25968
26402
|
/** @description Whether to force kill the workspace. */
|
|
25969
26403
|
forceKill: boolean;
|
|
@@ -26270,85 +26704,6 @@ export interface components {
|
|
|
26270
26704
|
*/
|
|
26271
26705
|
tracesSampleRate: number;
|
|
26272
26706
|
};
|
|
26273
|
-
ServiceResponse: {
|
|
26274
|
-
/**
|
|
26275
|
-
* @description Cluster name
|
|
26276
|
-
* @example production
|
|
26277
|
-
*/
|
|
26278
|
-
cluster: string;
|
|
26279
|
-
/**
|
|
26280
|
-
* @description Cluster IP address
|
|
26281
|
-
* @example 10.0.0.1
|
|
26282
|
-
*/
|
|
26283
|
-
clusterIP: string;
|
|
26284
|
-
/**
|
|
26285
|
-
* Format: date-time
|
|
26286
|
-
* @description Creation timestamp of the service
|
|
26287
|
-
*/
|
|
26288
|
-
createdAt: string;
|
|
26289
|
-
/**
|
|
26290
|
-
* @description External IP address
|
|
26291
|
-
* @example 203.0.113.1
|
|
26292
|
-
*/
|
|
26293
|
-
externalIP?: string;
|
|
26294
|
-
/**
|
|
26295
|
-
* @description Name of the service
|
|
26296
|
-
* @example nginx-service
|
|
26297
|
-
*/
|
|
26298
|
-
name: string;
|
|
26299
|
-
/**
|
|
26300
|
-
* @description Namespace of the service
|
|
26301
|
-
* @example default
|
|
26302
|
-
*/
|
|
26303
|
-
namespace: string;
|
|
26304
|
-
/**
|
|
26305
|
-
* @description Service ports
|
|
26306
|
-
* @example [
|
|
26307
|
-
* "80/TCP",
|
|
26308
|
-
* "443/TCP"
|
|
26309
|
-
* ]
|
|
26310
|
-
*/
|
|
26311
|
-
ports: string[] | null;
|
|
26312
|
-
/**
|
|
26313
|
-
* @description Pod selector
|
|
26314
|
-
* @example app=nginx
|
|
26315
|
-
*/
|
|
26316
|
-
selector: string;
|
|
26317
|
-
/**
|
|
26318
|
-
* @description Service type
|
|
26319
|
-
* @example ClusterIP
|
|
26320
|
-
* @enum {string}
|
|
26321
|
-
*/
|
|
26322
|
-
type: "ClusterIP" | "NodePort" | "LoadBalancer" | "ExternalName";
|
|
26323
|
-
};
|
|
26324
|
-
ServicesBody: {
|
|
26325
|
-
/** @description List of cluster errors, if any */
|
|
26326
|
-
errors?: components["schemas"]["ClusterError"][] | null;
|
|
26327
|
-
/** @description Response metadata */
|
|
26328
|
-
metadata: components["schemas"]["ServicesMetadata"];
|
|
26329
|
-
/** @description List of services */
|
|
26330
|
-
services: components["schemas"]["ServiceResponse"][] | null;
|
|
26331
|
-
};
|
|
26332
|
-
ServicesMetadata: {
|
|
26333
|
-
/**
|
|
26334
|
-
* Format: int64
|
|
26335
|
-
* @description Number of clusters successfully queried
|
|
26336
|
-
* @example 4
|
|
26337
|
-
*/
|
|
26338
|
-
successfulClusters: number;
|
|
26339
|
-
/**
|
|
26340
|
-
* Format: int64
|
|
26341
|
-
* @description Total number of clusters queried
|
|
26342
|
-
* @example 5
|
|
26343
|
-
*/
|
|
26344
|
-
totalClusters: number;
|
|
26345
|
-
/**
|
|
26346
|
-
* Format: int64
|
|
26347
|
-
* @description Total number of services returned
|
|
26348
|
-
* @example 45
|
|
26349
|
-
*/
|
|
26350
|
-
totalServices: number;
|
|
26351
|
-
};
|
|
26352
26707
|
Session: {
|
|
26353
26708
|
/**
|
|
26354
26709
|
* Format: date-time
|
|
@@ -26651,46 +27006,6 @@ export interface components {
|
|
|
26651
27006
|
/** @description K8s role (admin, edit, view) */
|
|
26652
27007
|
role: string;
|
|
26653
27008
|
};
|
|
26654
|
-
SingleClusterResponse: {
|
|
26655
|
-
/**
|
|
26656
|
-
* @description Base64-encoded CA certificate
|
|
26657
|
-
* @example LS0tLS1CRUdJTi...
|
|
26658
|
-
*/
|
|
26659
|
-
caCert: string;
|
|
26660
|
-
/** @description Cluster-wide billing rates in allocation units per core-hour and GiB-hour */
|
|
26661
|
-
costTrackingRates?: components["schemas"]["CostTrackingRatesBody"];
|
|
26662
|
-
/**
|
|
26663
|
-
* @description Usage metering status for the cluster
|
|
26664
|
-
* @example on
|
|
26665
|
-
* @enum {string}
|
|
26666
|
-
*/
|
|
26667
|
-
costTrackingStatus?: "on" | "off" | "provisioning" | "deleting" | "failed";
|
|
26668
|
-
/**
|
|
26669
|
-
* @description Kubernetes API endpoint
|
|
26670
|
-
* @example https://k8s.example.com:6443
|
|
26671
|
-
*/
|
|
26672
|
-
endpoint: string;
|
|
26673
|
-
/**
|
|
26674
|
-
* @description Cluster MongoDB ID
|
|
26675
|
-
* @example 507f1f77bcf86cd799439011
|
|
26676
|
-
*/
|
|
26677
|
-
id: string;
|
|
26678
|
-
/**
|
|
26679
|
-
* @description Cluster icon URL
|
|
26680
|
-
* @example https://example.com/cluster.png
|
|
26681
|
-
*/
|
|
26682
|
-
imageUrl?: string;
|
|
26683
|
-
/**
|
|
26684
|
-
* @description Cluster name
|
|
26685
|
-
* @example prod-cluster
|
|
26686
|
-
*/
|
|
26687
|
-
name: string;
|
|
26688
|
-
/**
|
|
26689
|
-
* @description Infrastructure type
|
|
26690
|
-
* @example kubernetes
|
|
26691
|
-
*/
|
|
26692
|
-
type: string;
|
|
26693
|
-
};
|
|
26694
27009
|
SingleQuotaResponse: {
|
|
26695
27010
|
/**
|
|
26696
27011
|
* Format: date-time
|
|
@@ -26838,115 +27153,6 @@ export interface components {
|
|
|
26838
27153
|
/** @description Username of the resource owner. */
|
|
26839
27154
|
user: string;
|
|
26840
27155
|
};
|
|
26841
|
-
StorageBody: {
|
|
26842
|
-
/** @description List of cluster errors, if any */
|
|
26843
|
-
errors?: components["schemas"]["ClusterError"][] | null;
|
|
26844
|
-
/** @description Response metadata */
|
|
26845
|
-
metadata: components["schemas"]["StorageMetadata"];
|
|
26846
|
-
/** @description List of storage resources */
|
|
26847
|
-
storage: components["schemas"]["StorageResponse"][] | null;
|
|
26848
|
-
};
|
|
26849
|
-
StorageMetadata: {
|
|
26850
|
-
/**
|
|
26851
|
-
* Format: int64
|
|
26852
|
-
* @description Number of clusters successfully queried
|
|
26853
|
-
* @example 4
|
|
26854
|
-
*/
|
|
26855
|
-
successfulClusters: number;
|
|
26856
|
-
/**
|
|
26857
|
-
* Format: int64
|
|
26858
|
-
* @description Total number of clusters queried
|
|
26859
|
-
* @example 5
|
|
26860
|
-
*/
|
|
26861
|
-
totalClusters: number;
|
|
26862
|
-
/**
|
|
26863
|
-
* Format: int64
|
|
26864
|
-
* @description Total number of PVCs
|
|
26865
|
-
* @example 30
|
|
26866
|
-
*/
|
|
26867
|
-
totalPVCs: number;
|
|
26868
|
-
/**
|
|
26869
|
-
* Format: int64
|
|
26870
|
-
* @description Total number of PVs
|
|
26871
|
-
* @example 20
|
|
26872
|
-
*/
|
|
26873
|
-
totalPVs: number;
|
|
26874
|
-
/**
|
|
26875
|
-
* Format: int64
|
|
26876
|
-
* @description Total number of storage resources returned
|
|
26877
|
-
* @example 50
|
|
26878
|
-
*/
|
|
26879
|
-
totalStorage: number;
|
|
26880
|
-
};
|
|
26881
|
-
StorageResponse: {
|
|
26882
|
-
/**
|
|
26883
|
-
* @description Access modes
|
|
26884
|
-
* @example ReadWriteOnce
|
|
26885
|
-
*/
|
|
26886
|
-
accessModes: string;
|
|
26887
|
-
/**
|
|
26888
|
-
* @description Storage capacity
|
|
26889
|
-
* @example 10Gi
|
|
26890
|
-
*/
|
|
26891
|
-
capacity: string;
|
|
26892
|
-
/**
|
|
26893
|
-
* @description Bound claim (for PVs)
|
|
26894
|
-
* @example default/data-mysql-0
|
|
26895
|
-
*/
|
|
26896
|
-
claim?: string;
|
|
26897
|
-
/**
|
|
26898
|
-
* @description Cluster name
|
|
26899
|
-
* @example production
|
|
26900
|
-
*/
|
|
26901
|
-
cluster: string;
|
|
26902
|
-
/**
|
|
26903
|
-
* Format: date-time
|
|
26904
|
-
* @description Creation timestamp of the resource
|
|
26905
|
-
*/
|
|
26906
|
-
createdAt: string;
|
|
26907
|
-
/**
|
|
26908
|
-
* @description Name of the storage resource
|
|
26909
|
-
* @example data-mysql-0
|
|
26910
|
-
*/
|
|
26911
|
-
name: string;
|
|
26912
|
-
/**
|
|
26913
|
-
* @description Kubernetes namespace (for PVCs)
|
|
26914
|
-
* @example default
|
|
26915
|
-
*/
|
|
26916
|
-
namespace?: string;
|
|
26917
|
-
/**
|
|
26918
|
-
* @description Reclaim policy (for PVs)
|
|
26919
|
-
* @example Delete
|
|
26920
|
-
*/
|
|
26921
|
-
reclaimPolicy?: string;
|
|
26922
|
-
/**
|
|
26923
|
-
* @description Storage status
|
|
26924
|
-
* @example Bound
|
|
26925
|
-
* @enum {string}
|
|
26926
|
-
*/
|
|
26927
|
-
status: "Bound" | "Pending" | "Available" | "Released" | "Failed";
|
|
26928
|
-
/**
|
|
26929
|
-
* @description Storage class name
|
|
26930
|
-
* @example standard
|
|
26931
|
-
*/
|
|
26932
|
-
storageClass: string;
|
|
26933
|
-
/**
|
|
26934
|
-
* @description Storage type
|
|
26935
|
-
* @example PVC
|
|
26936
|
-
* @enum {string}
|
|
26937
|
-
*/
|
|
26938
|
-
type: "PVC" | "PV";
|
|
26939
|
-
/**
|
|
26940
|
-
* @description Pod using this PVC
|
|
26941
|
-
* @example mysql-0
|
|
26942
|
-
*/
|
|
26943
|
-
usedBy?: string;
|
|
26944
|
-
/**
|
|
26945
|
-
* @description Bound volume name (for PVCs)
|
|
26946
|
-
* @example pvc-12345
|
|
26947
|
-
*/
|
|
26948
|
-
volume?: string;
|
|
26949
|
-
};
|
|
26950
27156
|
SubdomainAvailabilityResponse: {
|
|
26951
27157
|
/** @description Whether a new session created by the requesting user could be served at this host. */
|
|
26952
27158
|
available: boolean;
|
|
@@ -27859,20 +28065,17 @@ export interface components {
|
|
|
27859
28065
|
type?: string;
|
|
27860
28066
|
value: string;
|
|
27861
28067
|
};
|
|
27862
|
-
UserHostBody: {
|
|
27863
|
-
/** @description Name of the onboarding cloud account to provision hosts in */
|
|
27864
|
-
cloudAccountName: string;
|
|
27865
|
-
/**
|
|
27866
|
-
* @description Cloud service provider
|
|
27867
|
-
* @enum {string}
|
|
27868
|
-
*/
|
|
27869
|
-
provider: "aws" | "azure" | "google" | "openstack" | "oracle";
|
|
27870
|
-
};
|
|
27871
28068
|
UserHostResponse: {
|
|
27872
|
-
|
|
27873
|
-
|
|
27874
|
-
|
|
27875
|
-
|
|
28069
|
+
cloudAccount?: string;
|
|
28070
|
+
/** Format: date-time */
|
|
28071
|
+
createdAt?: string;
|
|
28072
|
+
instanceId?: string;
|
|
28073
|
+
provider?: string;
|
|
28074
|
+
provisionStatus?: components["schemas"]["ProvisionStatusResponseRecord"][] | null;
|
|
28075
|
+
region: string;
|
|
28076
|
+
status: string;
|
|
28077
|
+
/** Format: date-time */
|
|
28078
|
+
updatedAt?: string;
|
|
27876
28079
|
};
|
|
27877
28080
|
UserPin: {
|
|
27878
28081
|
icon?: string;
|
|
@@ -28496,62 +28699,6 @@ export interface components {
|
|
|
28496
28699
|
*/
|
|
28497
28700
|
value: string | null;
|
|
28498
28701
|
};
|
|
28499
|
-
WorkloadResponse: {
|
|
28500
|
-
/**
|
|
28501
|
-
* @description Cluster name
|
|
28502
|
-
* @example production
|
|
28503
|
-
*/
|
|
28504
|
-
cluster: string;
|
|
28505
|
-
/** @description CPU usage */
|
|
28506
|
-
cpu?: string;
|
|
28507
|
-
/**
|
|
28508
|
-
* Format: date-time
|
|
28509
|
-
* @description Creation timestamp of the workload
|
|
28510
|
-
*/
|
|
28511
|
-
createdAt: string;
|
|
28512
|
-
/** @description Memory usage */
|
|
28513
|
-
memory?: string;
|
|
28514
|
-
/**
|
|
28515
|
-
* @description Name of the workload
|
|
28516
|
-
* @example nginx-deployment
|
|
28517
|
-
*/
|
|
28518
|
-
name: string;
|
|
28519
|
-
/**
|
|
28520
|
-
* @description Kubernetes namespace of the workload
|
|
28521
|
-
* @example default
|
|
28522
|
-
*/
|
|
28523
|
-
namespace: string;
|
|
28524
|
-
/**
|
|
28525
|
-
* @description Pod count (ready/total)
|
|
28526
|
-
* @example 3/3
|
|
28527
|
-
*/
|
|
28528
|
-
pods: string;
|
|
28529
|
-
/**
|
|
28530
|
-
* Format: int64
|
|
28531
|
-
* @description Number of restarts
|
|
28532
|
-
*/
|
|
28533
|
-
restarts?: number;
|
|
28534
|
-
/**
|
|
28535
|
-
* @description Status of the workload
|
|
28536
|
-
* @example Running
|
|
28537
|
-
* @enum {string}
|
|
28538
|
-
*/
|
|
28539
|
-
status: "Running" | "Pending" | "Failed" | "Completed" | "Unknown";
|
|
28540
|
-
/**
|
|
28541
|
-
* @description Type of workload
|
|
28542
|
-
* @example Deployment
|
|
28543
|
-
* @enum {string}
|
|
28544
|
-
*/
|
|
28545
|
-
type: "Deployment" | "StatefulSet" | "DaemonSet" | "Job" | "CronJob" | "Pod";
|
|
28546
|
-
};
|
|
28547
|
-
WorkloadsBody: {
|
|
28548
|
-
/** @description List of cluster errors, if any */
|
|
28549
|
-
errors?: components["schemas"]["ClusterError"][] | null;
|
|
28550
|
-
/** @description Response metadata */
|
|
28551
|
-
metadata: components["schemas"]["ResponseMetadata"];
|
|
28552
|
-
/** @description List of workloads */
|
|
28553
|
-
workloads: components["schemas"]["WorkloadResponse"][] | null;
|
|
28554
|
-
};
|
|
28555
28702
|
WorkspaceDefaultValues: {
|
|
28556
28703
|
/**
|
|
28557
28704
|
* Format: double
|
|
@@ -28626,6 +28773,11 @@ export interface components {
|
|
|
28626
28773
|
clusterPath: string;
|
|
28627
28774
|
workspacePath: string;
|
|
28628
28775
|
};
|
|
28776
|
+
WorkspaceMountStatus: {
|
|
28777
|
+
error: string;
|
|
28778
|
+
mounted: boolean;
|
|
28779
|
+
workspacePath: string;
|
|
28780
|
+
};
|
|
28629
28781
|
WorkspaceSettings: {
|
|
28630
28782
|
/** Format: double */
|
|
28631
28783
|
cpuLimit?: number;
|
|
@@ -28944,6 +29096,78 @@ export interface operations {
|
|
|
28944
29096
|
};
|
|
28945
29097
|
};
|
|
28946
29098
|
};
|
|
29099
|
+
"list-managed-skus": {
|
|
29100
|
+
parameters: {
|
|
29101
|
+
query?: {
|
|
29102
|
+
/** @description Page size */
|
|
29103
|
+
limit?: number;
|
|
29104
|
+
/** @description Page offset */
|
|
29105
|
+
offset?: number;
|
|
29106
|
+
/** @description Filter by cloud service providers */
|
|
29107
|
+
csp?: string[] | null;
|
|
29108
|
+
/** @description Filter by cost types (unknown = unclassified) */
|
|
29109
|
+
type?: string[] | null;
|
|
29110
|
+
/** @description Filter by cost subtypes */
|
|
29111
|
+
subtype?: string[] | null;
|
|
29112
|
+
/** @description Case-insensitive match on SKU id or description */
|
|
29113
|
+
search?: string;
|
|
29114
|
+
};
|
|
29115
|
+
header?: never;
|
|
29116
|
+
path?: never;
|
|
29117
|
+
cookie?: never;
|
|
29118
|
+
};
|
|
29119
|
+
requestBody?: never;
|
|
29120
|
+
responses: {
|
|
29121
|
+
/** @description OK */
|
|
29122
|
+
200: {
|
|
29123
|
+
headers: {
|
|
29124
|
+
[name: string]: unknown;
|
|
29125
|
+
};
|
|
29126
|
+
content: {
|
|
29127
|
+
"application/json": components["schemas"]["ManagedSKUList"];
|
|
29128
|
+
};
|
|
29129
|
+
};
|
|
29130
|
+
/** @description Error */
|
|
29131
|
+
default: {
|
|
29132
|
+
headers: {
|
|
29133
|
+
[name: string]: unknown;
|
|
29134
|
+
};
|
|
29135
|
+
content: {
|
|
29136
|
+
"application/json": components["schemas"]["Error"];
|
|
29137
|
+
};
|
|
29138
|
+
};
|
|
29139
|
+
};
|
|
29140
|
+
};
|
|
29141
|
+
"export-managed-skus": {
|
|
29142
|
+
parameters: {
|
|
29143
|
+
query?: {
|
|
29144
|
+
/** @description all = every SKU, unknown = only unclassified SKUs */
|
|
29145
|
+
scope?: "all" | "unknown";
|
|
29146
|
+
};
|
|
29147
|
+
header?: never;
|
|
29148
|
+
path?: never;
|
|
29149
|
+
cookie?: never;
|
|
29150
|
+
};
|
|
29151
|
+
requestBody?: never;
|
|
29152
|
+
responses: {
|
|
29153
|
+
/** @description OK */
|
|
29154
|
+
200: {
|
|
29155
|
+
headers: {
|
|
29156
|
+
[name: string]: unknown;
|
|
29157
|
+
};
|
|
29158
|
+
content?: never;
|
|
29159
|
+
};
|
|
29160
|
+
/** @description Error */
|
|
29161
|
+
default: {
|
|
29162
|
+
headers: {
|
|
29163
|
+
[name: string]: unknown;
|
|
29164
|
+
};
|
|
29165
|
+
content: {
|
|
29166
|
+
"application/json": components["schemas"]["Error"];
|
|
29167
|
+
};
|
|
29168
|
+
};
|
|
29169
|
+
};
|
|
29170
|
+
};
|
|
28947
29171
|
"get-error-logs": {
|
|
28948
29172
|
parameters: {
|
|
28949
29173
|
query?: {
|
|
@@ -32132,7 +32356,7 @@ export interface operations {
|
|
|
32132
32356
|
parameters: {
|
|
32133
32357
|
query?: {
|
|
32134
32358
|
/** @description Permission to filter the bucket by */
|
|
32135
|
-
permission?:
|
|
32359
|
+
permission?: "read" | "mount" | "edit";
|
|
32136
32360
|
/** @description Filter buckets by if they are provisioned or not */
|
|
32137
32361
|
provisioned?: boolean;
|
|
32138
32362
|
};
|
|
@@ -32193,7 +32417,10 @@ export interface operations {
|
|
|
32193
32417
|
};
|
|
32194
32418
|
"get-clusters": {
|
|
32195
32419
|
parameters: {
|
|
32196
|
-
query?:
|
|
32420
|
+
query?: {
|
|
32421
|
+
/** @description Whose clusters to list: mine (default), all, or user:<username>. Widening requires administrator access. */
|
|
32422
|
+
scope?: string;
|
|
32423
|
+
};
|
|
32197
32424
|
header?: never;
|
|
32198
32425
|
path?: never;
|
|
32199
32426
|
cookie?: never;
|
|
@@ -32286,7 +32513,7 @@ export interface operations {
|
|
|
32286
32513
|
parameters: {
|
|
32287
32514
|
query?: {
|
|
32288
32515
|
/** @description Permission to filter the disks by */
|
|
32289
|
-
permission?:
|
|
32516
|
+
permission?: "read" | "mount" | "edit";
|
|
32290
32517
|
/** @description Filter disks by if they are provisioned or not */
|
|
32291
32518
|
provisioned?: boolean;
|
|
32292
32519
|
};
|
|
@@ -32974,6 +33201,37 @@ export interface operations {
|
|
|
32974
33201
|
};
|
|
32975
33202
|
};
|
|
32976
33203
|
};
|
|
33204
|
+
"report-workspace-mount-status": {
|
|
33205
|
+
parameters: {
|
|
33206
|
+
query?: never;
|
|
33207
|
+
header?: never;
|
|
33208
|
+
path?: never;
|
|
33209
|
+
cookie?: never;
|
|
33210
|
+
};
|
|
33211
|
+
requestBody: {
|
|
33212
|
+
content: {
|
|
33213
|
+
"application/json": components["schemas"]["ReportWorkspaceMountStatusInputBody"];
|
|
33214
|
+
};
|
|
33215
|
+
};
|
|
33216
|
+
responses: {
|
|
33217
|
+
/** @description No Content */
|
|
33218
|
+
204: {
|
|
33219
|
+
headers: {
|
|
33220
|
+
[name: string]: unknown;
|
|
33221
|
+
};
|
|
33222
|
+
content?: never;
|
|
33223
|
+
};
|
|
33224
|
+
/** @description Error */
|
|
33225
|
+
default: {
|
|
33226
|
+
headers: {
|
|
33227
|
+
[name: string]: unknown;
|
|
33228
|
+
};
|
|
33229
|
+
content: {
|
|
33230
|
+
"application/json": components["schemas"]["Error"];
|
|
33231
|
+
};
|
|
33232
|
+
};
|
|
33233
|
+
};
|
|
33234
|
+
};
|
|
32977
33235
|
"get-ips": {
|
|
32978
33236
|
parameters: {
|
|
32979
33237
|
query?: {
|
|
@@ -33025,7 +33283,7 @@ export interface operations {
|
|
|
33025
33283
|
[name: string]: unknown;
|
|
33026
33284
|
};
|
|
33027
33285
|
content: {
|
|
33028
|
-
"application/json": components["schemas"]["
|
|
33286
|
+
"application/json": components["schemas"]["KubernetesClusterResponse"][] | null;
|
|
33029
33287
|
};
|
|
33030
33288
|
};
|
|
33031
33289
|
/** @description Error */
|
|
@@ -33043,7 +33301,7 @@ export interface operations {
|
|
|
33043
33301
|
parameters: {
|
|
33044
33302
|
query?: {
|
|
33045
33303
|
/** @description Permission to filter the Lustre by */
|
|
33046
|
-
permission?:
|
|
33304
|
+
permission?: "read" | "mount" | "edit";
|
|
33047
33305
|
/** @description Filter Lustre by if they are provisioned or not */
|
|
33048
33306
|
provisioned?: boolean;
|
|
33049
33307
|
};
|
|
@@ -35312,7 +35570,7 @@ export interface operations {
|
|
|
35312
35570
|
parameters: {
|
|
35313
35571
|
query?: {
|
|
35314
35572
|
/** @description Permission to filter the NFS by */
|
|
35315
|
-
permission?: "
|
|
35573
|
+
permission?: "read" | "mount" | "edit";
|
|
35316
35574
|
/** @description Filter NFS by if they are provisioned or not */
|
|
35317
35575
|
provisioned?: boolean;
|
|
35318
35576
|
};
|
|
@@ -35689,39 +35947,6 @@ export interface operations {
|
|
|
35689
35947
|
};
|
|
35690
35948
|
};
|
|
35691
35949
|
};
|
|
35692
|
-
"post-onboarding-user-host": {
|
|
35693
|
-
parameters: {
|
|
35694
|
-
query?: never;
|
|
35695
|
-
header?: never;
|
|
35696
|
-
path?: never;
|
|
35697
|
-
cookie?: never;
|
|
35698
|
-
};
|
|
35699
|
-
requestBody: {
|
|
35700
|
-
content: {
|
|
35701
|
-
"application/json": components["schemas"]["UserHostBody"];
|
|
35702
|
-
};
|
|
35703
|
-
};
|
|
35704
|
-
responses: {
|
|
35705
|
-
/** @description OK */
|
|
35706
|
-
200: {
|
|
35707
|
-
headers: {
|
|
35708
|
-
[name: string]: unknown;
|
|
35709
|
-
};
|
|
35710
|
-
content: {
|
|
35711
|
-
"application/json": components["schemas"]["UserHostResponse"];
|
|
35712
|
-
};
|
|
35713
|
-
};
|
|
35714
|
-
/** @description Error */
|
|
35715
|
-
default: {
|
|
35716
|
-
headers: {
|
|
35717
|
-
[name: string]: unknown;
|
|
35718
|
-
};
|
|
35719
|
-
content: {
|
|
35720
|
-
"application/json": components["schemas"]["Error"];
|
|
35721
|
-
};
|
|
35722
|
-
};
|
|
35723
|
-
};
|
|
35724
|
-
};
|
|
35725
35950
|
chatCompletion: {
|
|
35726
35951
|
parameters: {
|
|
35727
35952
|
query?: never;
|
|
@@ -38777,6 +39002,76 @@ export interface operations {
|
|
|
38777
39002
|
};
|
|
38778
39003
|
};
|
|
38779
39004
|
};
|
|
39005
|
+
"create-organization-userhost": {
|
|
39006
|
+
parameters: {
|
|
39007
|
+
query?: never;
|
|
39008
|
+
header?: never;
|
|
39009
|
+
path: {
|
|
39010
|
+
/** @description The name of the organization. */
|
|
39011
|
+
organization: string;
|
|
39012
|
+
/** @description Cloud account name */
|
|
39013
|
+
name: string;
|
|
39014
|
+
};
|
|
39015
|
+
cookie?: never;
|
|
39016
|
+
};
|
|
39017
|
+
requestBody: {
|
|
39018
|
+
content: {
|
|
39019
|
+
"application/json": components["schemas"]["PostUserHostInputBody"];
|
|
39020
|
+
};
|
|
39021
|
+
};
|
|
39022
|
+
responses: {
|
|
39023
|
+
/** @description OK */
|
|
39024
|
+
200: {
|
|
39025
|
+
headers: {
|
|
39026
|
+
[name: string]: unknown;
|
|
39027
|
+
};
|
|
39028
|
+
content: {
|
|
39029
|
+
"application/json": components["schemas"]["UserHostResponse"];
|
|
39030
|
+
};
|
|
39031
|
+
};
|
|
39032
|
+
/** @description Error */
|
|
39033
|
+
default: {
|
|
39034
|
+
headers: {
|
|
39035
|
+
[name: string]: unknown;
|
|
39036
|
+
};
|
|
39037
|
+
content: {
|
|
39038
|
+
"application/json": components["schemas"]["Error"];
|
|
39039
|
+
};
|
|
39040
|
+
};
|
|
39041
|
+
};
|
|
39042
|
+
};
|
|
39043
|
+
"delete-organization-userhost": {
|
|
39044
|
+
parameters: {
|
|
39045
|
+
query?: never;
|
|
39046
|
+
header?: never;
|
|
39047
|
+
path: {
|
|
39048
|
+
/** @description The name of the organization. */
|
|
39049
|
+
organization: string;
|
|
39050
|
+
/** @description Cloud account name */
|
|
39051
|
+
name: string;
|
|
39052
|
+
};
|
|
39053
|
+
cookie?: never;
|
|
39054
|
+
};
|
|
39055
|
+
requestBody?: never;
|
|
39056
|
+
responses: {
|
|
39057
|
+
/** @description No Content */
|
|
39058
|
+
204: {
|
|
39059
|
+
headers: {
|
|
39060
|
+
[name: string]: unknown;
|
|
39061
|
+
};
|
|
39062
|
+
content?: never;
|
|
39063
|
+
};
|
|
39064
|
+
/** @description Error */
|
|
39065
|
+
default: {
|
|
39066
|
+
headers: {
|
|
39067
|
+
[name: string]: unknown;
|
|
39068
|
+
};
|
|
39069
|
+
content: {
|
|
39070
|
+
"application/json": components["schemas"]["Error"];
|
|
39071
|
+
};
|
|
39072
|
+
};
|
|
39073
|
+
};
|
|
39074
|
+
};
|
|
38780
39075
|
"get-aws-cloud-images": {
|
|
38781
39076
|
parameters: {
|
|
38782
39077
|
query?: {
|
|
@@ -39790,7 +40085,7 @@ export interface operations {
|
|
|
39790
40085
|
[name: string]: unknown;
|
|
39791
40086
|
};
|
|
39792
40087
|
content: {
|
|
39793
|
-
"application/json": components["schemas"]["
|
|
40088
|
+
"application/json": components["schemas"]["KubernetesConfigsBody"];
|
|
39794
40089
|
};
|
|
39795
40090
|
};
|
|
39796
40091
|
/** @description Error */
|
|
@@ -39829,7 +40124,7 @@ export interface operations {
|
|
|
39829
40124
|
[name: string]: unknown;
|
|
39830
40125
|
};
|
|
39831
40126
|
content: {
|
|
39832
|
-
"application/json": components["schemas"]["
|
|
40127
|
+
"application/json": components["schemas"]["KubernetesChartsBody"];
|
|
39833
40128
|
};
|
|
39834
40129
|
};
|
|
39835
40130
|
/** @description Error */
|
|
@@ -40012,7 +40307,7 @@ export interface operations {
|
|
|
40012
40307
|
[name: string]: unknown;
|
|
40013
40308
|
};
|
|
40014
40309
|
content: {
|
|
40015
|
-
"application/json": components["schemas"]["
|
|
40310
|
+
"application/json": components["schemas"]["KubernetesServicesBody"];
|
|
40016
40311
|
};
|
|
40017
40312
|
};
|
|
40018
40313
|
/** @description Error */
|
|
@@ -40053,7 +40348,7 @@ export interface operations {
|
|
|
40053
40348
|
[name: string]: unknown;
|
|
40054
40349
|
};
|
|
40055
40350
|
content: {
|
|
40056
|
-
"application/json": components["schemas"]["
|
|
40351
|
+
"application/json": components["schemas"]["KubernetesStorageBody"];
|
|
40057
40352
|
};
|
|
40058
40353
|
};
|
|
40059
40354
|
/** @description Error */
|
|
@@ -40094,7 +40389,7 @@ export interface operations {
|
|
|
40094
40389
|
[name: string]: unknown;
|
|
40095
40390
|
};
|
|
40096
40391
|
content: {
|
|
40097
|
-
"application/json": components["schemas"]["
|
|
40392
|
+
"application/json": components["schemas"]["KubernetesWorkloadsBody"];
|
|
40098
40393
|
};
|
|
40099
40394
|
};
|
|
40100
40395
|
/** @description Error */
|
|
@@ -40775,7 +41070,7 @@ export interface operations {
|
|
|
40775
41070
|
[name: string]: unknown;
|
|
40776
41071
|
};
|
|
40777
41072
|
content: {
|
|
40778
|
-
"application/json": components["schemas"]["
|
|
41073
|
+
"application/json": components["schemas"]["KubernetesSingleClusterResponse"];
|
|
40779
41074
|
};
|
|
40780
41075
|
};
|
|
40781
41076
|
/** @description Error */
|
|
@@ -44466,7 +44761,153 @@ export interface operations {
|
|
|
44466
44761
|
};
|
|
44467
44762
|
};
|
|
44468
44763
|
};
|
|
44469
|
-
"get-unit-sku": {
|
|
44764
|
+
"get-unit-sku": {
|
|
44765
|
+
parameters: {
|
|
44766
|
+
query?: never;
|
|
44767
|
+
header?: never;
|
|
44768
|
+
path: {
|
|
44769
|
+
/** @description The name of the organization. */
|
|
44770
|
+
organization: string;
|
|
44771
|
+
/** @description Unit name */
|
|
44772
|
+
unit: string;
|
|
44773
|
+
/** @description SKU ID */
|
|
44774
|
+
sku: string;
|
|
44775
|
+
};
|
|
44776
|
+
cookie?: never;
|
|
44777
|
+
};
|
|
44778
|
+
requestBody?: never;
|
|
44779
|
+
responses: {
|
|
44780
|
+
/** @description OK */
|
|
44781
|
+
200: {
|
|
44782
|
+
headers: {
|
|
44783
|
+
[name: string]: unknown;
|
|
44784
|
+
};
|
|
44785
|
+
content: {
|
|
44786
|
+
"application/json": components["schemas"]["CustomSku"];
|
|
44787
|
+
};
|
|
44788
|
+
};
|
|
44789
|
+
/** @description Error */
|
|
44790
|
+
default: {
|
|
44791
|
+
headers: {
|
|
44792
|
+
[name: string]: unknown;
|
|
44793
|
+
};
|
|
44794
|
+
content: {
|
|
44795
|
+
"application/json": components["schemas"]["Error"];
|
|
44796
|
+
};
|
|
44797
|
+
};
|
|
44798
|
+
};
|
|
44799
|
+
};
|
|
44800
|
+
"delete-unit-sku": {
|
|
44801
|
+
parameters: {
|
|
44802
|
+
query?: never;
|
|
44803
|
+
header?: never;
|
|
44804
|
+
path: {
|
|
44805
|
+
/** @description The name of the organization. */
|
|
44806
|
+
organization: string;
|
|
44807
|
+
/** @description Unit name */
|
|
44808
|
+
unit: string;
|
|
44809
|
+
/** @description SKU ID */
|
|
44810
|
+
sku: string;
|
|
44811
|
+
};
|
|
44812
|
+
cookie?: never;
|
|
44813
|
+
};
|
|
44814
|
+
requestBody?: never;
|
|
44815
|
+
responses: {
|
|
44816
|
+
/** @description No Content */
|
|
44817
|
+
204: {
|
|
44818
|
+
headers: {
|
|
44819
|
+
[name: string]: unknown;
|
|
44820
|
+
};
|
|
44821
|
+
content?: never;
|
|
44822
|
+
};
|
|
44823
|
+
/** @description Error */
|
|
44824
|
+
default: {
|
|
44825
|
+
headers: {
|
|
44826
|
+
[name: string]: unknown;
|
|
44827
|
+
};
|
|
44828
|
+
content: {
|
|
44829
|
+
"application/json": components["schemas"]["Error"];
|
|
44830
|
+
};
|
|
44831
|
+
};
|
|
44832
|
+
};
|
|
44833
|
+
};
|
|
44834
|
+
"update-unit-sku": {
|
|
44835
|
+
parameters: {
|
|
44836
|
+
query?: never;
|
|
44837
|
+
header?: never;
|
|
44838
|
+
path: {
|
|
44839
|
+
/** @description The name of the organization. */
|
|
44840
|
+
organization: string;
|
|
44841
|
+
/** @description Unit name */
|
|
44842
|
+
unit: string;
|
|
44843
|
+
/** @description SKU ID */
|
|
44844
|
+
sku: string;
|
|
44845
|
+
};
|
|
44846
|
+
cookie?: never;
|
|
44847
|
+
};
|
|
44848
|
+
requestBody?: {
|
|
44849
|
+
content: {
|
|
44850
|
+
"application/json": components["schemas"]["PatchSkuBody"];
|
|
44851
|
+
};
|
|
44852
|
+
};
|
|
44853
|
+
responses: {
|
|
44854
|
+
/** @description OK */
|
|
44855
|
+
200: {
|
|
44856
|
+
headers: {
|
|
44857
|
+
[name: string]: unknown;
|
|
44858
|
+
};
|
|
44859
|
+
content: {
|
|
44860
|
+
"application/json": components["schemas"]["CustomSku"];
|
|
44861
|
+
};
|
|
44862
|
+
};
|
|
44863
|
+
/** @description Error */
|
|
44864
|
+
default: {
|
|
44865
|
+
headers: {
|
|
44866
|
+
[name: string]: unknown;
|
|
44867
|
+
};
|
|
44868
|
+
content: {
|
|
44869
|
+
"application/json": components["schemas"]["Error"];
|
|
44870
|
+
};
|
|
44871
|
+
};
|
|
44872
|
+
};
|
|
44873
|
+
};
|
|
44874
|
+
"restore-unit-sku": {
|
|
44875
|
+
parameters: {
|
|
44876
|
+
query?: never;
|
|
44877
|
+
header?: never;
|
|
44878
|
+
path: {
|
|
44879
|
+
/** @description The name of the organization. */
|
|
44880
|
+
organization: string;
|
|
44881
|
+
/** @description Unit name */
|
|
44882
|
+
unit: string;
|
|
44883
|
+
/** @description SKU ID */
|
|
44884
|
+
sku: string;
|
|
44885
|
+
};
|
|
44886
|
+
cookie?: never;
|
|
44887
|
+
};
|
|
44888
|
+
requestBody?: never;
|
|
44889
|
+
responses: {
|
|
44890
|
+
/** @description OK */
|
|
44891
|
+
200: {
|
|
44892
|
+
headers: {
|
|
44893
|
+
[name: string]: unknown;
|
|
44894
|
+
};
|
|
44895
|
+
content: {
|
|
44896
|
+
"application/json": components["schemas"]["CustomSku"];
|
|
44897
|
+
};
|
|
44898
|
+
};
|
|
44899
|
+
/** @description Error */
|
|
44900
|
+
default: {
|
|
44901
|
+
headers: {
|
|
44902
|
+
[name: string]: unknown;
|
|
44903
|
+
};
|
|
44904
|
+
content: {
|
|
44905
|
+
"application/json": components["schemas"]["Error"];
|
|
44906
|
+
};
|
|
44907
|
+
};
|
|
44908
|
+
};
|
|
44909
|
+
};
|
|
44910
|
+
"list-sku-rules": {
|
|
44470
44911
|
parameters: {
|
|
44471
44912
|
query?: never;
|
|
44472
44913
|
header?: never;
|
|
@@ -44488,42 +44929,8 @@ export interface operations {
|
|
|
44488
44929
|
[name: string]: unknown;
|
|
44489
44930
|
};
|
|
44490
44931
|
content: {
|
|
44491
|
-
"application/json": components["schemas"]["
|
|
44492
|
-
};
|
|
44493
|
-
};
|
|
44494
|
-
/** @description Error */
|
|
44495
|
-
default: {
|
|
44496
|
-
headers: {
|
|
44497
|
-
[name: string]: unknown;
|
|
44498
|
-
};
|
|
44499
|
-
content: {
|
|
44500
|
-
"application/json": components["schemas"]["Error"];
|
|
44501
|
-
};
|
|
44502
|
-
};
|
|
44503
|
-
};
|
|
44504
|
-
};
|
|
44505
|
-
"delete-unit-sku": {
|
|
44506
|
-
parameters: {
|
|
44507
|
-
query?: never;
|
|
44508
|
-
header?: never;
|
|
44509
|
-
path: {
|
|
44510
|
-
/** @description The name of the organization. */
|
|
44511
|
-
organization: string;
|
|
44512
|
-
/** @description Unit name */
|
|
44513
|
-
unit: string;
|
|
44514
|
-
/** @description SKU ID */
|
|
44515
|
-
sku: string;
|
|
44516
|
-
};
|
|
44517
|
-
cookie?: never;
|
|
44518
|
-
};
|
|
44519
|
-
requestBody?: never;
|
|
44520
|
-
responses: {
|
|
44521
|
-
/** @description No Content */
|
|
44522
|
-
204: {
|
|
44523
|
-
headers: {
|
|
44524
|
-
[name: string]: unknown;
|
|
44932
|
+
"application/json": components["schemas"]["CustomSkuRule"][] | null;
|
|
44525
44933
|
};
|
|
44526
|
-
content?: never;
|
|
44527
44934
|
};
|
|
44528
44935
|
/** @description Error */
|
|
44529
44936
|
default: {
|
|
@@ -44536,7 +44943,7 @@ export interface operations {
|
|
|
44536
44943
|
};
|
|
44537
44944
|
};
|
|
44538
44945
|
};
|
|
44539
|
-
"
|
|
44946
|
+
"create-sku-rule": {
|
|
44540
44947
|
parameters: {
|
|
44541
44948
|
query?: never;
|
|
44542
44949
|
header?: never;
|
|
@@ -44552,45 +44959,9 @@ export interface operations {
|
|
|
44552
44959
|
};
|
|
44553
44960
|
requestBody?: {
|
|
44554
44961
|
content: {
|
|
44555
|
-
"application/json": components["schemas"]["
|
|
44556
|
-
};
|
|
44557
|
-
};
|
|
44558
|
-
responses: {
|
|
44559
|
-
/** @description OK */
|
|
44560
|
-
200: {
|
|
44561
|
-
headers: {
|
|
44562
|
-
[name: string]: unknown;
|
|
44563
|
-
};
|
|
44564
|
-
content: {
|
|
44565
|
-
"application/json": components["schemas"]["CustomSku"];
|
|
44566
|
-
};
|
|
44567
|
-
};
|
|
44568
|
-
/** @description Error */
|
|
44569
|
-
default: {
|
|
44570
|
-
headers: {
|
|
44571
|
-
[name: string]: unknown;
|
|
44572
|
-
};
|
|
44573
|
-
content: {
|
|
44574
|
-
"application/json": components["schemas"]["Error"];
|
|
44575
|
-
};
|
|
44576
|
-
};
|
|
44577
|
-
};
|
|
44578
|
-
};
|
|
44579
|
-
"restore-unit-sku": {
|
|
44580
|
-
parameters: {
|
|
44581
|
-
query?: never;
|
|
44582
|
-
header?: never;
|
|
44583
|
-
path: {
|
|
44584
|
-
/** @description The name of the organization. */
|
|
44585
|
-
organization: string;
|
|
44586
|
-
/** @description Unit name */
|
|
44587
|
-
unit: string;
|
|
44588
|
-
/** @description SKU ID */
|
|
44589
|
-
sku: string;
|
|
44962
|
+
"application/json": components["schemas"]["CreateSkuRuleBody"];
|
|
44590
44963
|
};
|
|
44591
|
-
cookie?: never;
|
|
44592
44964
|
};
|
|
44593
|
-
requestBody?: never;
|
|
44594
44965
|
responses: {
|
|
44595
44966
|
/** @description OK */
|
|
44596
44967
|
200: {
|
|
@@ -44598,7 +44969,7 @@ export interface operations {
|
|
|
44598
44969
|
[name: string]: unknown;
|
|
44599
44970
|
};
|
|
44600
44971
|
content: {
|
|
44601
|
-
"application/json": components["schemas"]["
|
|
44972
|
+
"application/json": components["schemas"]["CustomSkuRule"];
|
|
44602
44973
|
};
|
|
44603
44974
|
};
|
|
44604
44975
|
/** @description Error */
|
|
@@ -44612,17 +44983,13 @@ export interface operations {
|
|
|
44612
44983
|
};
|
|
44613
44984
|
};
|
|
44614
44985
|
};
|
|
44615
|
-
"
|
|
44986
|
+
"get-organization-userhost": {
|
|
44616
44987
|
parameters: {
|
|
44617
44988
|
query?: never;
|
|
44618
44989
|
header?: never;
|
|
44619
44990
|
path: {
|
|
44620
44991
|
/** @description The name of the organization. */
|
|
44621
44992
|
organization: string;
|
|
44622
|
-
/** @description Unit name */
|
|
44623
|
-
unit: string;
|
|
44624
|
-
/** @description SKU ID */
|
|
44625
|
-
sku: string;
|
|
44626
44993
|
};
|
|
44627
44994
|
cookie?: never;
|
|
44628
44995
|
};
|
|
@@ -44634,47 +45001,7 @@ export interface operations {
|
|
|
44634
45001
|
[name: string]: unknown;
|
|
44635
45002
|
};
|
|
44636
45003
|
content: {
|
|
44637
|
-
"application/json": components["schemas"]["
|
|
44638
|
-
};
|
|
44639
|
-
};
|
|
44640
|
-
/** @description Error */
|
|
44641
|
-
default: {
|
|
44642
|
-
headers: {
|
|
44643
|
-
[name: string]: unknown;
|
|
44644
|
-
};
|
|
44645
|
-
content: {
|
|
44646
|
-
"application/json": components["schemas"]["Error"];
|
|
44647
|
-
};
|
|
44648
|
-
};
|
|
44649
|
-
};
|
|
44650
|
-
};
|
|
44651
|
-
"create-sku-rule": {
|
|
44652
|
-
parameters: {
|
|
44653
|
-
query?: never;
|
|
44654
|
-
header?: never;
|
|
44655
|
-
path: {
|
|
44656
|
-
/** @description The name of the organization. */
|
|
44657
|
-
organization: string;
|
|
44658
|
-
/** @description Unit name */
|
|
44659
|
-
unit: string;
|
|
44660
|
-
/** @description SKU ID */
|
|
44661
|
-
sku: string;
|
|
44662
|
-
};
|
|
44663
|
-
cookie?: never;
|
|
44664
|
-
};
|
|
44665
|
-
requestBody?: {
|
|
44666
|
-
content: {
|
|
44667
|
-
"application/json": components["schemas"]["CreateSkuRuleBody"];
|
|
44668
|
-
};
|
|
44669
|
-
};
|
|
44670
|
-
responses: {
|
|
44671
|
-
/** @description OK */
|
|
44672
|
-
200: {
|
|
44673
|
-
headers: {
|
|
44674
|
-
[name: string]: unknown;
|
|
44675
|
-
};
|
|
44676
|
-
content: {
|
|
44677
|
-
"application/json": components["schemas"]["CustomSkuRule"];
|
|
45004
|
+
"application/json": components["schemas"]["UserHostResponse"];
|
|
44678
45005
|
};
|
|
44679
45006
|
};
|
|
44680
45007
|
/** @description Error */
|
|
@@ -47599,82 +47926,6 @@ export interface operations {
|
|
|
47599
47926
|
};
|
|
47600
47927
|
};
|
|
47601
47928
|
};
|
|
47602
|
-
"get-cluster-workspace-mounts": {
|
|
47603
|
-
parameters: {
|
|
47604
|
-
query?: never;
|
|
47605
|
-
header?: never;
|
|
47606
|
-
path: {
|
|
47607
|
-
/** @description The name of the organization. */
|
|
47608
|
-
organization: string;
|
|
47609
|
-
/** @description The username of the user that owns the cluster. */
|
|
47610
|
-
user: string;
|
|
47611
|
-
/** @description The name of the cluster. */
|
|
47612
|
-
clusterName: string;
|
|
47613
|
-
};
|
|
47614
|
-
cookie?: never;
|
|
47615
|
-
};
|
|
47616
|
-
requestBody?: never;
|
|
47617
|
-
responses: {
|
|
47618
|
-
/** @description OK */
|
|
47619
|
-
200: {
|
|
47620
|
-
headers: {
|
|
47621
|
-
[name: string]: unknown;
|
|
47622
|
-
};
|
|
47623
|
-
content: {
|
|
47624
|
-
"application/json": components["schemas"]["ClusterWorkspaceMount"][] | null;
|
|
47625
|
-
};
|
|
47626
|
-
};
|
|
47627
|
-
/** @description Error */
|
|
47628
|
-
default: {
|
|
47629
|
-
headers: {
|
|
47630
|
-
[name: string]: unknown;
|
|
47631
|
-
};
|
|
47632
|
-
content: {
|
|
47633
|
-
"application/json": components["schemas"]["Error"];
|
|
47634
|
-
};
|
|
47635
|
-
};
|
|
47636
|
-
};
|
|
47637
|
-
};
|
|
47638
|
-
"update-cluster-workspace-mounts": {
|
|
47639
|
-
parameters: {
|
|
47640
|
-
query?: never;
|
|
47641
|
-
header?: never;
|
|
47642
|
-
path: {
|
|
47643
|
-
/** @description The name of the organization. */
|
|
47644
|
-
organization: string;
|
|
47645
|
-
/** @description The username of the user that owns the cluster. */
|
|
47646
|
-
user: string;
|
|
47647
|
-
/** @description The name of the cluster. */
|
|
47648
|
-
clusterName: string;
|
|
47649
|
-
};
|
|
47650
|
-
cookie?: never;
|
|
47651
|
-
};
|
|
47652
|
-
requestBody: {
|
|
47653
|
-
content: {
|
|
47654
|
-
"application/json": components["schemas"]["ClusterWorkspaceMount"][] | null;
|
|
47655
|
-
};
|
|
47656
|
-
};
|
|
47657
|
-
responses: {
|
|
47658
|
-
/** @description OK */
|
|
47659
|
-
200: {
|
|
47660
|
-
headers: {
|
|
47661
|
-
[name: string]: unknown;
|
|
47662
|
-
};
|
|
47663
|
-
content: {
|
|
47664
|
-
"application/json": components["schemas"]["ClusterWorkspaceMount"][] | null;
|
|
47665
|
-
};
|
|
47666
|
-
};
|
|
47667
|
-
/** @description Error */
|
|
47668
|
-
default: {
|
|
47669
|
-
headers: {
|
|
47670
|
-
[name: string]: unknown;
|
|
47671
|
-
};
|
|
47672
|
-
content: {
|
|
47673
|
-
"application/json": components["schemas"]["Error"];
|
|
47674
|
-
};
|
|
47675
|
-
};
|
|
47676
|
-
};
|
|
47677
|
-
};
|
|
47678
47929
|
"list-environments": {
|
|
47679
47930
|
parameters: {
|
|
47680
47931
|
query?: {
|
|
@@ -48027,6 +48278,8 @@ export interface operations {
|
|
|
48027
48278
|
query?: {
|
|
48028
48279
|
/** @description Filter by status. */
|
|
48029
48280
|
status?: "active" | "inactive" | "";
|
|
48281
|
+
/** @description Whose clusters to cover: mine, all, or user:<username>. Defaults to the user named in the path. Widening past yourself requires administrator access and covers cloud and managed clusters, never another user's connected clusters. */
|
|
48282
|
+
scope?: string;
|
|
48030
48283
|
};
|
|
48031
48284
|
header?: never;
|
|
48032
48285
|
path: {
|
|
@@ -48820,6 +49073,40 @@ export interface operations {
|
|
|
48820
49073
|
};
|
|
48821
49074
|
};
|
|
48822
49075
|
};
|
|
49076
|
+
"list-user-login-sessions": {
|
|
49077
|
+
parameters: {
|
|
49078
|
+
query?: never;
|
|
49079
|
+
header?: never;
|
|
49080
|
+
path: {
|
|
49081
|
+
/** @description The name of the organization. */
|
|
49082
|
+
organization: string;
|
|
49083
|
+
/** @description The username of the user */
|
|
49084
|
+
user: string;
|
|
49085
|
+
};
|
|
49086
|
+
cookie?: never;
|
|
49087
|
+
};
|
|
49088
|
+
requestBody?: never;
|
|
49089
|
+
responses: {
|
|
49090
|
+
/** @description OK */
|
|
49091
|
+
200: {
|
|
49092
|
+
headers: {
|
|
49093
|
+
[name: string]: unknown;
|
|
49094
|
+
};
|
|
49095
|
+
content: {
|
|
49096
|
+
"application/json": components["schemas"]["LoginSessionResponse"][] | null;
|
|
49097
|
+
};
|
|
49098
|
+
};
|
|
49099
|
+
/** @description Error */
|
|
49100
|
+
default: {
|
|
49101
|
+
headers: {
|
|
49102
|
+
[name: string]: unknown;
|
|
49103
|
+
};
|
|
49104
|
+
content: {
|
|
49105
|
+
"application/json": components["schemas"]["Error"];
|
|
49106
|
+
};
|
|
49107
|
+
};
|
|
49108
|
+
};
|
|
49109
|
+
};
|
|
48823
49110
|
"revoke-user-login-sessions": {
|
|
48824
49111
|
parameters: {
|
|
48825
49112
|
query?: never;
|
|
@@ -48856,6 +49143,40 @@ export interface operations {
|
|
|
48856
49143
|
};
|
|
48857
49144
|
};
|
|
48858
49145
|
};
|
|
49146
|
+
"revoke-user-login-session": {
|
|
49147
|
+
parameters: {
|
|
49148
|
+
query?: never;
|
|
49149
|
+
header?: never;
|
|
49150
|
+
path: {
|
|
49151
|
+
/** @description The name of the organization. */
|
|
49152
|
+
organization: string;
|
|
49153
|
+
/** @description The username of the user */
|
|
49154
|
+
user: string;
|
|
49155
|
+
/** @description The ID of the login session to revoke. */
|
|
49156
|
+
id: string;
|
|
49157
|
+
};
|
|
49158
|
+
cookie?: never;
|
|
49159
|
+
};
|
|
49160
|
+
requestBody?: never;
|
|
49161
|
+
responses: {
|
|
49162
|
+
/** @description No Content */
|
|
49163
|
+
204: {
|
|
49164
|
+
headers: {
|
|
49165
|
+
[name: string]: unknown;
|
|
49166
|
+
};
|
|
49167
|
+
content?: never;
|
|
49168
|
+
};
|
|
49169
|
+
/** @description Error */
|
|
49170
|
+
default: {
|
|
49171
|
+
headers: {
|
|
49172
|
+
[name: string]: unknown;
|
|
49173
|
+
};
|
|
49174
|
+
content: {
|
|
49175
|
+
"application/json": components["schemas"]["Error"];
|
|
49176
|
+
};
|
|
49177
|
+
};
|
|
49178
|
+
};
|
|
49179
|
+
};
|
|
48859
49180
|
"create-machine-learning-workspaces": {
|
|
48860
49181
|
parameters: {
|
|
48861
49182
|
query?: never;
|