waldur-js-client 8.0.8-dev.23 → 8.0.8-dev.25
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.gen.d.ts +59 -255
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -167,9 +167,6 @@ export type AffiliatedOrganizationStats = {
|
|
|
167
167
|
resources_count: number;
|
|
168
168
|
estimated_monthly_cost: string;
|
|
169
169
|
};
|
|
170
|
-
export type AffiliatedOrganizationsUpdateRequest = {
|
|
171
|
-
affiliated_organizations?: Array<string>;
|
|
172
|
-
};
|
|
173
170
|
export type AffiliationTypeEnum = 'employment' | 'education' | 'visiting' | 'honorary' | 'consulting';
|
|
174
171
|
export type AffinityMatrixEntry = {
|
|
175
172
|
uuid: string;
|
|
@@ -17996,6 +17993,9 @@ export type ProjectAccountingSummary = {
|
|
|
17996
17993
|
readonly total_spend: string;
|
|
17997
17994
|
readonly current_month_spend: string;
|
|
17998
17995
|
};
|
|
17996
|
+
export type ProjectAffiliatedOrganizationsUpdateRequest = {
|
|
17997
|
+
affiliated_organizations?: Array<string>;
|
|
17998
|
+
};
|
|
17999
17999
|
export type ProjectAnswer = {
|
|
18000
18000
|
readonly project_uuid: string;
|
|
18001
18001
|
readonly project_name: string;
|
|
@@ -21628,6 +21628,10 @@ export type ResourceUpdateLimitsRequest = {
|
|
|
21628
21628
|
[key: string]: number;
|
|
21629
21629
|
};
|
|
21630
21630
|
request_comment?: string | null;
|
|
21631
|
+
/**
|
|
21632
|
+
* Optional PDF attachment for the limit update request.
|
|
21633
|
+
*/
|
|
21634
|
+
attachment?: Blob | File;
|
|
21631
21635
|
};
|
|
21632
21636
|
export type ResourceUpdateRequest = {
|
|
21633
21637
|
name: string;
|
|
@@ -26691,6 +26695,26 @@ export type ResourceRenewRequestMultipart = {
|
|
|
26691
26695
|
*/
|
|
26692
26696
|
attachment?: Blob | File;
|
|
26693
26697
|
};
|
|
26698
|
+
export type ResourceUpdateLimitsRequestForm = {
|
|
26699
|
+
limits: {
|
|
26700
|
+
[key: string]: number;
|
|
26701
|
+
};
|
|
26702
|
+
request_comment?: string | null;
|
|
26703
|
+
/**
|
|
26704
|
+
* Optional PDF attachment for the limit update request.
|
|
26705
|
+
*/
|
|
26706
|
+
attachment?: Blob | File;
|
|
26707
|
+
};
|
|
26708
|
+
export type ResourceUpdateLimitsRequestMultipart = {
|
|
26709
|
+
limits: {
|
|
26710
|
+
[key: string]: number;
|
|
26711
|
+
};
|
|
26712
|
+
request_comment?: string | null;
|
|
26713
|
+
/**
|
|
26714
|
+
* Optional PDF attachment for the limit update request.
|
|
26715
|
+
*/
|
|
26716
|
+
attachment?: Blob | File;
|
|
26717
|
+
};
|
|
26694
26718
|
export type ScreenshotRequestForm = {
|
|
26695
26719
|
name: string;
|
|
26696
26720
|
description?: string;
|
|
@@ -30413,10 +30437,6 @@ export type AwsInstancesListData = {
|
|
|
30413
30437
|
*
|
|
30414
30438
|
*/
|
|
30415
30439
|
state?: Array<CoreStates>;
|
|
30416
|
-
/**
|
|
30417
|
-
* UUID
|
|
30418
|
-
*/
|
|
30419
|
-
uuid?: string;
|
|
30420
30440
|
};
|
|
30421
30441
|
url: '/api/aws-instances/';
|
|
30422
30442
|
};
|
|
@@ -30503,10 +30523,6 @@ export type AwsInstancesCountData = {
|
|
|
30503
30523
|
*
|
|
30504
30524
|
*/
|
|
30505
30525
|
state?: Array<CoreStates>;
|
|
30506
|
-
/**
|
|
30507
|
-
* UUID
|
|
30508
|
-
*/
|
|
30509
|
-
uuid?: string;
|
|
30510
30526
|
};
|
|
30511
30527
|
url: '/api/aws-instances/';
|
|
30512
30528
|
};
|
|
@@ -31270,10 +31286,6 @@ export type AzurePublicIpsListData = {
|
|
|
31270
31286
|
*
|
|
31271
31287
|
*/
|
|
31272
31288
|
state?: Array<CoreStates>;
|
|
31273
|
-
/**
|
|
31274
|
-
* UUID
|
|
31275
|
-
*/
|
|
31276
|
-
uuid?: string;
|
|
31277
31289
|
};
|
|
31278
31290
|
url: '/api/azure-public-ips/';
|
|
31279
31291
|
};
|
|
@@ -31365,10 +31377,6 @@ export type AzurePublicIpsCountData = {
|
|
|
31365
31377
|
*
|
|
31366
31378
|
*/
|
|
31367
31379
|
state?: Array<CoreStates>;
|
|
31368
|
-
/**
|
|
31369
|
-
* UUID
|
|
31370
|
-
*/
|
|
31371
|
-
uuid?: string;
|
|
31372
31380
|
};
|
|
31373
31381
|
url: '/api/azure-public-ips/';
|
|
31374
31382
|
};
|
|
@@ -31728,10 +31736,6 @@ export type AzureSqlDatabasesListData = {
|
|
|
31728
31736
|
*
|
|
31729
31737
|
*/
|
|
31730
31738
|
state?: Array<CoreStates>;
|
|
31731
|
-
/**
|
|
31732
|
-
* UUID
|
|
31733
|
-
*/
|
|
31734
|
-
uuid?: string;
|
|
31735
31739
|
};
|
|
31736
31740
|
url: '/api/azure-sql-databases/';
|
|
31737
31741
|
};
|
|
@@ -31825,10 +31829,6 @@ export type AzureSqlDatabasesCountData = {
|
|
|
31825
31829
|
*
|
|
31826
31830
|
*/
|
|
31827
31831
|
state?: Array<CoreStates>;
|
|
31828
|
-
/**
|
|
31829
|
-
* UUID
|
|
31830
|
-
*/
|
|
31831
|
-
uuid?: string;
|
|
31832
31832
|
};
|
|
31833
31833
|
url: '/api/azure-sql-databases/';
|
|
31834
31834
|
};
|
|
@@ -32041,10 +32041,6 @@ export type AzureSqlServersListData = {
|
|
|
32041
32041
|
*
|
|
32042
32042
|
*/
|
|
32043
32043
|
state?: Array<CoreStates>;
|
|
32044
|
-
/**
|
|
32045
|
-
* UUID
|
|
32046
|
-
*/
|
|
32047
|
-
uuid?: string;
|
|
32048
32044
|
};
|
|
32049
32045
|
url: '/api/azure-sql-servers/';
|
|
32050
32046
|
};
|
|
@@ -32136,10 +32132,6 @@ export type AzureSqlServersCountData = {
|
|
|
32136
32132
|
*
|
|
32137
32133
|
*/
|
|
32138
32134
|
state?: Array<CoreStates>;
|
|
32139
|
-
/**
|
|
32140
|
-
* UUID
|
|
32141
|
-
*/
|
|
32142
|
-
uuid?: string;
|
|
32143
32135
|
};
|
|
32144
32136
|
url: '/api/azure-sql-servers/';
|
|
32145
32137
|
};
|
|
@@ -32364,10 +32356,6 @@ export type AzureVirtualmachinesListData = {
|
|
|
32364
32356
|
*
|
|
32365
32357
|
*/
|
|
32366
32358
|
state?: Array<CoreStates>;
|
|
32367
|
-
/**
|
|
32368
|
-
* UUID
|
|
32369
|
-
*/
|
|
32370
|
-
uuid?: string;
|
|
32371
32359
|
};
|
|
32372
32360
|
url: '/api/azure-virtualmachines/';
|
|
32373
32361
|
};
|
|
@@ -32459,10 +32447,6 @@ export type AzureVirtualmachinesCountData = {
|
|
|
32459
32447
|
*
|
|
32460
32448
|
*/
|
|
32461
32449
|
state?: Array<CoreStates>;
|
|
32462
|
-
/**
|
|
32463
|
-
* UUID
|
|
32464
|
-
*/
|
|
32465
|
-
uuid?: string;
|
|
32466
32450
|
};
|
|
32467
32451
|
url: '/api/azure-virtualmachines/';
|
|
32468
32452
|
};
|
|
@@ -37388,10 +37372,6 @@ export type DigitaloceanDropletsListData = {
|
|
|
37388
37372
|
*
|
|
37389
37373
|
*/
|
|
37390
37374
|
state?: Array<CoreStates>;
|
|
37391
|
-
/**
|
|
37392
|
-
* UUID
|
|
37393
|
-
*/
|
|
37394
|
-
uuid?: string;
|
|
37395
37375
|
};
|
|
37396
37376
|
url: '/api/digitalocean-droplets/';
|
|
37397
37377
|
};
|
|
@@ -37478,10 +37458,6 @@ export type DigitaloceanDropletsCountData = {
|
|
|
37478
37458
|
*
|
|
37479
37459
|
*/
|
|
37480
37460
|
state?: Array<CoreStates>;
|
|
37481
|
-
/**
|
|
37482
|
-
* UUID
|
|
37483
|
-
*/
|
|
37484
|
-
uuid?: string;
|
|
37485
37461
|
};
|
|
37486
37462
|
url: '/api/digitalocean-droplets/';
|
|
37487
37463
|
};
|
|
@@ -39034,14 +39010,15 @@ export type HooksListData = {
|
|
|
39034
39010
|
body?: never;
|
|
39035
39011
|
path?: never;
|
|
39036
39012
|
query?: {
|
|
39013
|
+
author_email?: string;
|
|
39037
39014
|
/**
|
|
39038
|
-
*
|
|
39015
|
+
* User full name contains
|
|
39039
39016
|
*/
|
|
39017
|
+
author_fullname?: string;
|
|
39018
|
+
author_username?: string;
|
|
39040
39019
|
author_uuid?: string;
|
|
39041
|
-
/**
|
|
39042
|
-
* Filter by active status.
|
|
39043
|
-
*/
|
|
39044
39020
|
is_active?: boolean;
|
|
39021
|
+
last_published?: string;
|
|
39045
39022
|
/**
|
|
39046
39023
|
* A page number within the paginated result set.
|
|
39047
39024
|
*/
|
|
@@ -39050,6 +39027,10 @@ export type HooksListData = {
|
|
|
39050
39027
|
* Number of results to return per page.
|
|
39051
39028
|
*/
|
|
39052
39029
|
page_size?: number;
|
|
39030
|
+
/**
|
|
39031
|
+
* Filter by author name, username and email
|
|
39032
|
+
*/
|
|
39033
|
+
query?: string;
|
|
39053
39034
|
};
|
|
39054
39035
|
url: '/api/hooks/';
|
|
39055
39036
|
};
|
|
@@ -39063,14 +39044,15 @@ export type HooksCountData = {
|
|
|
39063
39044
|
body?: never;
|
|
39064
39045
|
path?: never;
|
|
39065
39046
|
query?: {
|
|
39047
|
+
author_email?: string;
|
|
39066
39048
|
/**
|
|
39067
|
-
*
|
|
39049
|
+
* User full name contains
|
|
39068
39050
|
*/
|
|
39051
|
+
author_fullname?: string;
|
|
39052
|
+
author_username?: string;
|
|
39069
39053
|
author_uuid?: string;
|
|
39070
|
-
/**
|
|
39071
|
-
* Filter by active status.
|
|
39072
|
-
*/
|
|
39073
39054
|
is_active?: boolean;
|
|
39055
|
+
last_published?: string;
|
|
39074
39056
|
/**
|
|
39075
39057
|
* A page number within the paginated result set.
|
|
39076
39058
|
*/
|
|
@@ -39079,6 +39061,10 @@ export type HooksCountData = {
|
|
|
39079
39061
|
* Number of results to return per page.
|
|
39080
39062
|
*/
|
|
39081
39063
|
page_size?: number;
|
|
39064
|
+
/**
|
|
39065
|
+
* Filter by author name, username and email
|
|
39066
|
+
*/
|
|
39067
|
+
query?: string;
|
|
39082
39068
|
};
|
|
39083
39069
|
url: '/api/hooks/';
|
|
39084
39070
|
};
|
|
@@ -40436,10 +40422,6 @@ export type KeysListData = {
|
|
|
40436
40422
|
* User UUID
|
|
40437
40423
|
*/
|
|
40438
40424
|
user_uuid?: string;
|
|
40439
|
-
/**
|
|
40440
|
-
* UUID
|
|
40441
|
-
*/
|
|
40442
|
-
uuid?: string;
|
|
40443
40425
|
};
|
|
40444
40426
|
url: '/api/keys/';
|
|
40445
40427
|
};
|
|
@@ -40497,10 +40479,6 @@ export type KeysCountData = {
|
|
|
40497
40479
|
* User UUID
|
|
40498
40480
|
*/
|
|
40499
40481
|
user_uuid?: string;
|
|
40500
|
-
/**
|
|
40501
|
-
* UUID
|
|
40502
|
-
*/
|
|
40503
|
-
uuid?: string;
|
|
40504
40482
|
};
|
|
40505
40483
|
url: '/api/keys/';
|
|
40506
40484
|
};
|
|
@@ -40605,10 +40583,6 @@ export type KeysHistoryListData = {
|
|
|
40605
40583
|
* User UUID
|
|
40606
40584
|
*/
|
|
40607
40585
|
user_uuid?: string;
|
|
40608
|
-
/**
|
|
40609
|
-
* UUID
|
|
40610
|
-
*/
|
|
40611
|
-
uuid?: string;
|
|
40612
40586
|
};
|
|
40613
40587
|
url: '/api/keys/{uuid}/history/';
|
|
40614
40588
|
};
|
|
@@ -50845,7 +50819,12 @@ export type MarketplaceProviderResourcesTeamListData = {
|
|
|
50845
50819
|
path: {
|
|
50846
50820
|
uuid: string;
|
|
50847
50821
|
};
|
|
50848
|
-
query?:
|
|
50822
|
+
query?: {
|
|
50823
|
+
/**
|
|
50824
|
+
* When true, return only users who have active consent for this offering.
|
|
50825
|
+
*/
|
|
50826
|
+
has_consent?: boolean;
|
|
50827
|
+
};
|
|
50849
50828
|
url: '/api/marketplace-provider-resources/{uuid}/team/';
|
|
50850
50829
|
};
|
|
50851
50830
|
export type MarketplaceProviderResourcesTeamListResponses = {
|
|
@@ -52521,7 +52500,12 @@ export type MarketplaceResourcesTeamListData = {
|
|
|
52521
52500
|
path: {
|
|
52522
52501
|
uuid: string;
|
|
52523
52502
|
};
|
|
52524
|
-
query?:
|
|
52503
|
+
query?: {
|
|
52504
|
+
/**
|
|
52505
|
+
* When true, return only users who have active consent for this offering.
|
|
52506
|
+
*/
|
|
52507
|
+
has_consent?: boolean;
|
|
52508
|
+
};
|
|
52525
52509
|
url: '/api/marketplace-resources/{uuid}/team/';
|
|
52526
52510
|
};
|
|
52527
52511
|
export type MarketplaceResourcesTeamListResponses = {
|
|
@@ -53716,10 +53700,6 @@ export type MarketplaceServiceProvidersKeysListData = {
|
|
|
53716
53700
|
* User UUID
|
|
53717
53701
|
*/
|
|
53718
53702
|
user_uuid?: string;
|
|
53719
|
-
/**
|
|
53720
|
-
* UUID
|
|
53721
|
-
*/
|
|
53722
|
-
uuid?: string;
|
|
53723
53703
|
};
|
|
53724
53704
|
url: '/api/marketplace-service-providers/{service_provider_uuid}/keys/';
|
|
53725
53705
|
};
|
|
@@ -60227,10 +60207,6 @@ export type OpenportalAllocationsListData = {
|
|
|
60227
60207
|
*
|
|
60228
60208
|
*/
|
|
60229
60209
|
state?: Array<CoreStates>;
|
|
60230
|
-
/**
|
|
60231
|
-
* UUID
|
|
60232
|
-
*/
|
|
60233
|
-
uuid?: string;
|
|
60234
60210
|
};
|
|
60235
60211
|
url: '/api/openportal-allocations/';
|
|
60236
60212
|
};
|
|
@@ -60321,10 +60297,6 @@ export type OpenportalAllocationsCountData = {
|
|
|
60321
60297
|
*
|
|
60322
60298
|
*/
|
|
60323
60299
|
state?: Array<CoreStates>;
|
|
60324
|
-
/**
|
|
60325
|
-
* UUID
|
|
60326
|
-
*/
|
|
60327
|
-
uuid?: string;
|
|
60328
60300
|
};
|
|
60329
60301
|
url: '/api/openportal-allocations/';
|
|
60330
60302
|
};
|
|
@@ -61197,10 +61169,6 @@ export type OpenportalRemoteAllocationsListData = {
|
|
|
61197
61169
|
*
|
|
61198
61170
|
*/
|
|
61199
61171
|
state?: Array<CoreStates>;
|
|
61200
|
-
/**
|
|
61201
|
-
* UUID
|
|
61202
|
-
*/
|
|
61203
|
-
uuid?: string;
|
|
61204
61172
|
};
|
|
61205
61173
|
url: '/api/openportal-remote-allocations/';
|
|
61206
61174
|
};
|
|
@@ -61291,10 +61259,6 @@ export type OpenportalRemoteAllocationsCountData = {
|
|
|
61291
61259
|
*
|
|
61292
61260
|
*/
|
|
61293
61261
|
state?: Array<CoreStates>;
|
|
61294
|
-
/**
|
|
61295
|
-
* UUID
|
|
61296
|
-
*/
|
|
61297
|
-
uuid?: string;
|
|
61298
61262
|
};
|
|
61299
61263
|
url: '/api/openportal-remote-allocations/';
|
|
61300
61264
|
};
|
|
@@ -62006,7 +61970,7 @@ export type OpenportalUnmanagedProjectsSubmitAnswersResponses = {
|
|
|
62006
61970
|
};
|
|
62007
61971
|
export type OpenportalUnmanagedProjectsSubmitAnswersResponse = OpenportalUnmanagedProjectsSubmitAnswersResponses[keyof OpenportalUnmanagedProjectsSubmitAnswersResponses];
|
|
62008
61972
|
export type OpenportalUnmanagedProjectsUpdateAffiliatedOrganizationsData = {
|
|
62009
|
-
body?:
|
|
61973
|
+
body?: ProjectAffiliatedOrganizationsUpdateRequest;
|
|
62010
61974
|
path: {
|
|
62011
61975
|
uuid: string;
|
|
62012
61976
|
};
|
|
@@ -62371,10 +62335,6 @@ export type OpenstackBackupsListData = {
|
|
|
62371
62335
|
* Tenant UUID
|
|
62372
62336
|
*/
|
|
62373
62337
|
tenant_uuid?: string;
|
|
62374
|
-
/**
|
|
62375
|
-
* UUID
|
|
62376
|
-
*/
|
|
62377
|
-
uuid?: string;
|
|
62378
62338
|
};
|
|
62379
62339
|
url: '/api/openstack-backups/';
|
|
62380
62340
|
};
|
|
@@ -62480,10 +62440,6 @@ export type OpenstackBackupsCountData = {
|
|
|
62480
62440
|
* Tenant UUID
|
|
62481
62441
|
*/
|
|
62482
62442
|
tenant_uuid?: string;
|
|
62483
|
-
/**
|
|
62484
|
-
* UUID
|
|
62485
|
-
*/
|
|
62486
|
-
uuid?: string;
|
|
62487
62443
|
};
|
|
62488
62444
|
url: '/api/openstack-backups/';
|
|
62489
62445
|
};
|
|
@@ -62970,10 +62926,6 @@ export type OpenstackFloatingIpsListData = {
|
|
|
62970
62926
|
* Tenant UUID
|
|
62971
62927
|
*/
|
|
62972
62928
|
tenant_uuid?: string;
|
|
62973
|
-
/**
|
|
62974
|
-
* UUID
|
|
62975
|
-
*/
|
|
62976
|
-
uuid?: string;
|
|
62977
62929
|
};
|
|
62978
62930
|
url: '/api/openstack-floating-ips/';
|
|
62979
62931
|
};
|
|
@@ -63077,10 +63029,6 @@ export type OpenstackFloatingIpsCountData = {
|
|
|
63077
63029
|
* Tenant UUID
|
|
63078
63030
|
*/
|
|
63079
63031
|
tenant_uuid?: string;
|
|
63080
|
-
/**
|
|
63081
|
-
* UUID
|
|
63082
|
-
*/
|
|
63083
|
-
uuid?: string;
|
|
63084
63032
|
};
|
|
63085
63033
|
url: '/api/openstack-floating-ips/';
|
|
63086
63034
|
};
|
|
@@ -63852,10 +63800,6 @@ export type OpenstackInstancesListData = {
|
|
|
63852
63800
|
* Tenant UUID
|
|
63853
63801
|
*/
|
|
63854
63802
|
tenant_uuid?: string;
|
|
63855
|
-
/**
|
|
63856
|
-
* UUID
|
|
63857
|
-
*/
|
|
63858
|
-
uuid?: string;
|
|
63859
63803
|
};
|
|
63860
63804
|
url: '/api/openstack-instances/';
|
|
63861
63805
|
};
|
|
@@ -63970,10 +63914,6 @@ export type OpenstackInstancesCountData = {
|
|
|
63970
63914
|
* Tenant UUID
|
|
63971
63915
|
*/
|
|
63972
63916
|
tenant_uuid?: string;
|
|
63973
|
-
/**
|
|
63974
|
-
* UUID
|
|
63975
|
-
*/
|
|
63976
|
-
uuid?: string;
|
|
63977
63917
|
};
|
|
63978
63918
|
url: '/api/openstack-instances/';
|
|
63979
63919
|
};
|
|
@@ -64733,10 +64673,6 @@ export type OpenstackMarketplaceTenantsListData = {
|
|
|
64733
64673
|
*
|
|
64734
64674
|
*/
|
|
64735
64675
|
state?: Array<CoreStates>;
|
|
64736
|
-
/**
|
|
64737
|
-
* UUID
|
|
64738
|
-
*/
|
|
64739
|
-
uuid?: string;
|
|
64740
64676
|
};
|
|
64741
64677
|
url: '/api/openstack-marketplace-tenants/';
|
|
64742
64678
|
};
|
|
@@ -64826,10 +64762,6 @@ export type OpenstackMarketplaceTenantsCountData = {
|
|
|
64826
64762
|
*
|
|
64827
64763
|
*/
|
|
64828
64764
|
state?: Array<CoreStates>;
|
|
64829
|
-
/**
|
|
64830
|
-
* UUID
|
|
64831
|
-
*/
|
|
64832
|
-
uuid?: string;
|
|
64833
64765
|
};
|
|
64834
64766
|
url: '/api/openstack-marketplace-tenants/';
|
|
64835
64767
|
};
|
|
@@ -65243,10 +65175,6 @@ export type OpenstackNetworksListData = {
|
|
|
65243
65175
|
*/
|
|
65244
65176
|
tenant_uuid?: string;
|
|
65245
65177
|
type?: string;
|
|
65246
|
-
/**
|
|
65247
|
-
* UUID
|
|
65248
|
-
*/
|
|
65249
|
-
uuid?: string;
|
|
65250
65178
|
};
|
|
65251
65179
|
url: '/api/openstack-networks/';
|
|
65252
65180
|
};
|
|
@@ -65354,10 +65282,6 @@ export type OpenstackNetworksCountData = {
|
|
|
65354
65282
|
*/
|
|
65355
65283
|
tenant_uuid?: string;
|
|
65356
65284
|
type?: string;
|
|
65357
|
-
/**
|
|
65358
|
-
* UUID
|
|
65359
|
-
*/
|
|
65360
|
-
uuid?: string;
|
|
65361
65285
|
};
|
|
65362
65286
|
url: '/api/openstack-networks/';
|
|
65363
65287
|
};
|
|
@@ -66579,10 +66503,6 @@ export type OpenstackSecurityGroupsListData = {
|
|
|
66579
66503
|
* Tenant UUID
|
|
66580
66504
|
*/
|
|
66581
66505
|
tenant_uuid?: string;
|
|
66582
|
-
/**
|
|
66583
|
-
* UUID
|
|
66584
|
-
*/
|
|
66585
|
-
uuid?: string;
|
|
66586
66506
|
};
|
|
66587
66507
|
url: '/api/openstack-security-groups/';
|
|
66588
66508
|
};
|
|
@@ -66684,10 +66604,6 @@ export type OpenstackSecurityGroupsCountData = {
|
|
|
66684
66604
|
* Tenant UUID
|
|
66685
66605
|
*/
|
|
66686
66606
|
tenant_uuid?: string;
|
|
66687
|
-
/**
|
|
66688
|
-
* UUID
|
|
66689
|
-
*/
|
|
66690
|
-
uuid?: string;
|
|
66691
66607
|
};
|
|
66692
66608
|
url: '/api/openstack-security-groups/';
|
|
66693
66609
|
};
|
|
@@ -66910,10 +66826,6 @@ export type OpenstackServerGroupsListData = {
|
|
|
66910
66826
|
* Tenant UUID
|
|
66911
66827
|
*/
|
|
66912
66828
|
tenant_uuid?: string;
|
|
66913
|
-
/**
|
|
66914
|
-
* UUID
|
|
66915
|
-
*/
|
|
66916
|
-
uuid?: string;
|
|
66917
66829
|
};
|
|
66918
66830
|
url: '/api/openstack-server-groups/';
|
|
66919
66831
|
};
|
|
@@ -67011,10 +66923,6 @@ export type OpenstackServerGroupsCountData = {
|
|
|
67011
66923
|
* Tenant UUID
|
|
67012
66924
|
*/
|
|
67013
66925
|
tenant_uuid?: string;
|
|
67014
|
-
/**
|
|
67015
|
-
* UUID
|
|
67016
|
-
*/
|
|
67017
|
-
uuid?: string;
|
|
67018
66926
|
};
|
|
67019
66927
|
url: '/api/openstack-server-groups/';
|
|
67020
66928
|
};
|
|
@@ -67226,10 +67134,6 @@ export type OpenstackSnapshotsListData = {
|
|
|
67226
67134
|
* Tenant UUID
|
|
67227
67135
|
*/
|
|
67228
67136
|
tenant_uuid?: string;
|
|
67229
|
-
/**
|
|
67230
|
-
* UUID
|
|
67231
|
-
*/
|
|
67232
|
-
uuid?: string;
|
|
67233
67137
|
};
|
|
67234
67138
|
url: '/api/openstack-snapshots/';
|
|
67235
67139
|
};
|
|
@@ -67344,10 +67248,6 @@ export type OpenstackSnapshotsCountData = {
|
|
|
67344
67248
|
* Tenant UUID
|
|
67345
67249
|
*/
|
|
67346
67250
|
tenant_uuid?: string;
|
|
67347
|
-
/**
|
|
67348
|
-
* UUID
|
|
67349
|
-
*/
|
|
67350
|
-
uuid?: string;
|
|
67351
67251
|
};
|
|
67352
67252
|
url: '/api/openstack-snapshots/';
|
|
67353
67253
|
};
|
|
@@ -67607,10 +67507,6 @@ export type OpenstackSubnetsListData = {
|
|
|
67607
67507
|
* Tenant UUID
|
|
67608
67508
|
*/
|
|
67609
67509
|
tenant_uuid?: string;
|
|
67610
|
-
/**
|
|
67611
|
-
* UUID
|
|
67612
|
-
*/
|
|
67613
|
-
uuid?: string;
|
|
67614
67510
|
};
|
|
67615
67511
|
url: '/api/openstack-subnets/';
|
|
67616
67512
|
};
|
|
@@ -67726,10 +67622,6 @@ export type OpenstackSubnetsCountData = {
|
|
|
67726
67622
|
* Tenant UUID
|
|
67727
67623
|
*/
|
|
67728
67624
|
tenant_uuid?: string;
|
|
67729
|
-
/**
|
|
67730
|
-
* UUID
|
|
67731
|
-
*/
|
|
67732
|
-
uuid?: string;
|
|
67733
67625
|
};
|
|
67734
67626
|
url: '/api/openstack-subnets/';
|
|
67735
67627
|
};
|
|
@@ -67958,10 +67850,6 @@ export type OpenstackTenantsListData = {
|
|
|
67958
67850
|
*
|
|
67959
67851
|
*/
|
|
67960
67852
|
state?: Array<CoreStates>;
|
|
67961
|
-
/**
|
|
67962
|
-
* UUID
|
|
67963
|
-
*/
|
|
67964
|
-
uuid?: string;
|
|
67965
67853
|
};
|
|
67966
67854
|
url: '/api/openstack-tenants/';
|
|
67967
67855
|
};
|
|
@@ -68051,10 +67939,6 @@ export type OpenstackTenantsCountData = {
|
|
|
68051
67939
|
*
|
|
68052
67940
|
*/
|
|
68053
67941
|
state?: Array<CoreStates>;
|
|
68054
|
-
/**
|
|
68055
|
-
* UUID
|
|
68056
|
-
*/
|
|
68057
|
-
uuid?: string;
|
|
68058
67942
|
};
|
|
68059
67943
|
url: '/api/openstack-tenants/';
|
|
68060
67944
|
};
|
|
@@ -68186,10 +68070,6 @@ export type OpenstackTenantsBackendInstancesListData = {
|
|
|
68186
68070
|
*
|
|
68187
68071
|
*/
|
|
68188
68072
|
state?: Array<CoreStates>;
|
|
68189
|
-
/**
|
|
68190
|
-
* UUID
|
|
68191
|
-
*/
|
|
68192
|
-
uuid?: string;
|
|
68193
68073
|
};
|
|
68194
68074
|
url: '/api/openstack-tenants/{uuid}/backend_instances/';
|
|
68195
68075
|
};
|
|
@@ -68281,10 +68161,6 @@ export type OpenstackTenantsBackendVolumesListData = {
|
|
|
68281
68161
|
*
|
|
68282
68162
|
*/
|
|
68283
68163
|
state?: Array<CoreStates>;
|
|
68284
|
-
/**
|
|
68285
|
-
* UUID
|
|
68286
|
-
*/
|
|
68287
|
-
uuid?: string;
|
|
68288
68164
|
};
|
|
68289
68165
|
url: '/api/openstack-tenants/{uuid}/backend_volumes/';
|
|
68290
68166
|
};
|
|
@@ -68833,10 +68709,6 @@ export type OpenstackVolumesListData = {
|
|
|
68833
68709
|
* Tenant UUID
|
|
68834
68710
|
*/
|
|
68835
68711
|
tenant_uuid?: string;
|
|
68836
|
-
/**
|
|
68837
|
-
* UUID
|
|
68838
|
-
*/
|
|
68839
|
-
uuid?: string;
|
|
68840
68712
|
};
|
|
68841
68713
|
url: '/api/openstack-volumes/';
|
|
68842
68714
|
};
|
|
@@ -68959,10 +68831,6 @@ export type OpenstackVolumesCountData = {
|
|
|
68959
68831
|
* Tenant UUID
|
|
68960
68832
|
*/
|
|
68961
68833
|
tenant_uuid?: string;
|
|
68962
|
-
/**
|
|
68963
|
-
* UUID
|
|
68964
|
-
*/
|
|
68965
|
-
uuid?: string;
|
|
68966
68834
|
};
|
|
68967
68835
|
url: '/api/openstack-volumes/';
|
|
68968
68836
|
};
|
|
@@ -70983,7 +70851,7 @@ export type ProjectsSyncUserRolesResponses = {
|
|
|
70983
70851
|
200: unknown;
|
|
70984
70852
|
};
|
|
70985
70853
|
export type ProjectsUpdateAffiliatedOrganizationsData = {
|
|
70986
|
-
body?:
|
|
70854
|
+
body?: ProjectAffiliatedOrganizationsUpdateRequest;
|
|
70987
70855
|
path: {
|
|
70988
70856
|
uuid: string;
|
|
70989
70857
|
};
|
|
@@ -73831,10 +73699,6 @@ export type RancherAppsListData = {
|
|
|
73831
73699
|
*/
|
|
73832
73700
|
state?: Array<CoreStates>;
|
|
73833
73701
|
template_uuid?: string;
|
|
73834
|
-
/**
|
|
73835
|
-
* UUID
|
|
73836
|
-
*/
|
|
73837
|
-
uuid?: string;
|
|
73838
73702
|
};
|
|
73839
73703
|
url: '/api/rancher-apps/';
|
|
73840
73704
|
};
|
|
@@ -73924,10 +73788,6 @@ export type RancherAppsCountData = {
|
|
|
73924
73788
|
*/
|
|
73925
73789
|
state?: Array<CoreStates>;
|
|
73926
73790
|
template_uuid?: string;
|
|
73927
|
-
/**
|
|
73928
|
-
* UUID
|
|
73929
|
-
*/
|
|
73930
|
-
uuid?: string;
|
|
73931
73791
|
};
|
|
73932
73792
|
url: '/api/rancher-apps/';
|
|
73933
73793
|
};
|
|
@@ -74397,10 +74257,6 @@ export type RancherClustersListData = {
|
|
|
74397
74257
|
*
|
|
74398
74258
|
*/
|
|
74399
74259
|
state?: Array<CoreStates>;
|
|
74400
|
-
/**
|
|
74401
|
-
* UUID
|
|
74402
|
-
*/
|
|
74403
|
-
uuid?: string;
|
|
74404
74260
|
};
|
|
74405
74261
|
url: '/api/rancher-clusters/';
|
|
74406
74262
|
};
|
|
@@ -74490,10 +74346,6 @@ export type RancherClustersCountData = {
|
|
|
74490
74346
|
*
|
|
74491
74347
|
*/
|
|
74492
74348
|
state?: Array<CoreStates>;
|
|
74493
|
-
/**
|
|
74494
|
-
* UUID
|
|
74495
|
-
*/
|
|
74496
|
-
uuid?: string;
|
|
74497
74349
|
};
|
|
74498
74350
|
url: '/api/rancher-clusters/';
|
|
74499
74351
|
};
|
|
@@ -74926,10 +74778,6 @@ export type RancherIngressesListData = {
|
|
|
74926
74778
|
*
|
|
74927
74779
|
*/
|
|
74928
74780
|
state?: Array<CoreStates>;
|
|
74929
|
-
/**
|
|
74930
|
-
* UUID
|
|
74931
|
-
*/
|
|
74932
|
-
uuid?: string;
|
|
74933
74781
|
};
|
|
74934
74782
|
url: '/api/rancher-ingresses/';
|
|
74935
74783
|
};
|
|
@@ -75022,10 +74870,6 @@ export type RancherIngressesCountData = {
|
|
|
75022
74870
|
*
|
|
75023
74871
|
*/
|
|
75024
74872
|
state?: Array<CoreStates>;
|
|
75025
|
-
/**
|
|
75026
|
-
* UUID
|
|
75027
|
-
*/
|
|
75028
|
-
uuid?: string;
|
|
75029
74873
|
};
|
|
75030
74874
|
url: '/api/rancher-ingresses/';
|
|
75031
74875
|
};
|
|
@@ -75727,10 +75571,6 @@ export type RancherServicesListData = {
|
|
|
75727
75571
|
*
|
|
75728
75572
|
*/
|
|
75729
75573
|
state?: Array<CoreStates>;
|
|
75730
|
-
/**
|
|
75731
|
-
* UUID
|
|
75732
|
-
*/
|
|
75733
|
-
uuid?: string;
|
|
75734
75574
|
};
|
|
75735
75575
|
url: '/api/rancher-services/';
|
|
75736
75576
|
};
|
|
@@ -75823,10 +75663,6 @@ export type RancherServicesCountData = {
|
|
|
75823
75663
|
*
|
|
75824
75664
|
*/
|
|
75825
75665
|
state?: Array<CoreStates>;
|
|
75826
|
-
/**
|
|
75827
|
-
* UUID
|
|
75828
|
-
*/
|
|
75829
|
-
uuid?: string;
|
|
75830
75666
|
};
|
|
75831
75667
|
url: '/api/rancher-services/';
|
|
75832
75668
|
};
|
|
@@ -78038,10 +77874,6 @@ export type SlurmAllocationsListData = {
|
|
|
78038
77874
|
*
|
|
78039
77875
|
*/
|
|
78040
77876
|
state?: Array<CoreStates>;
|
|
78041
|
-
/**
|
|
78042
|
-
* UUID
|
|
78043
|
-
*/
|
|
78044
|
-
uuid?: string;
|
|
78045
77877
|
};
|
|
78046
77878
|
url: '/api/slurm-allocations/';
|
|
78047
77879
|
};
|
|
@@ -78132,10 +77964,6 @@ export type SlurmAllocationsCountData = {
|
|
|
78132
77964
|
*
|
|
78133
77965
|
*/
|
|
78134
77966
|
state?: Array<CoreStates>;
|
|
78135
|
-
/**
|
|
78136
|
-
* UUID
|
|
78137
|
-
*/
|
|
78138
|
-
uuid?: string;
|
|
78139
77967
|
};
|
|
78140
77968
|
url: '/api/slurm-allocations/';
|
|
78141
77969
|
};
|
|
@@ -82915,10 +82743,6 @@ export type VmwareDisksListData = {
|
|
|
82915
82743
|
*
|
|
82916
82744
|
*/
|
|
82917
82745
|
state?: Array<CoreStates>;
|
|
82918
|
-
/**
|
|
82919
|
-
* UUID
|
|
82920
|
-
*/
|
|
82921
|
-
uuid?: string;
|
|
82922
82746
|
vm?: string;
|
|
82923
82747
|
vm_uuid?: string;
|
|
82924
82748
|
};
|
|
@@ -83010,10 +82834,6 @@ export type VmwareDisksCountData = {
|
|
|
83010
82834
|
*
|
|
83011
82835
|
*/
|
|
83012
82836
|
state?: Array<CoreStates>;
|
|
83013
|
-
/**
|
|
83014
|
-
* UUID
|
|
83015
|
-
*/
|
|
83016
|
-
uuid?: string;
|
|
83017
82837
|
vm?: string;
|
|
83018
82838
|
vm_uuid?: string;
|
|
83019
82839
|
};
|
|
@@ -83410,10 +83230,6 @@ export type VmwarePortsListData = {
|
|
|
83410
83230
|
*
|
|
83411
83231
|
*/
|
|
83412
83232
|
state?: Array<CoreStates>;
|
|
83413
|
-
/**
|
|
83414
|
-
* UUID
|
|
83415
|
-
*/
|
|
83416
|
-
uuid?: string;
|
|
83417
83233
|
vm?: string;
|
|
83418
83234
|
vm_uuid?: string;
|
|
83419
83235
|
};
|
|
@@ -83507,10 +83323,6 @@ export type VmwarePortsCountData = {
|
|
|
83507
83323
|
*
|
|
83508
83324
|
*/
|
|
83509
83325
|
state?: Array<CoreStates>;
|
|
83510
|
-
/**
|
|
83511
|
-
* UUID
|
|
83512
|
-
*/
|
|
83513
|
-
uuid?: string;
|
|
83514
83326
|
vm?: string;
|
|
83515
83327
|
vm_uuid?: string;
|
|
83516
83328
|
};
|
|
@@ -83774,10 +83586,6 @@ export type VmwareVirtualMachineListData = {
|
|
|
83774
83586
|
*
|
|
83775
83587
|
*/
|
|
83776
83588
|
state?: Array<CoreStates>;
|
|
83777
|
-
/**
|
|
83778
|
-
* UUID
|
|
83779
|
-
*/
|
|
83780
|
-
uuid?: string;
|
|
83781
83589
|
};
|
|
83782
83590
|
url: '/api/vmware-virtual-machine/';
|
|
83783
83591
|
};
|
|
@@ -83868,10 +83676,6 @@ export type VmwareVirtualMachineCountData = {
|
|
|
83868
83676
|
*
|
|
83869
83677
|
*/
|
|
83870
83678
|
state?: Array<CoreStates>;
|
|
83871
|
-
/**
|
|
83872
|
-
* UUID
|
|
83873
|
-
*/
|
|
83874
|
-
uuid?: string;
|
|
83875
83679
|
};
|
|
83876
83680
|
url: '/api/vmware-virtual-machine/';
|
|
83877
83681
|
};
|