waldur-js-client 8.0.8-dev.24 → 8.0.8-dev.26
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 +19 -247
- 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;
|
|
@@ -7671,6 +7668,8 @@ export type HypervisorSummary = {
|
|
|
7671
7668
|
total_local_gb: number;
|
|
7672
7669
|
used_local_gb: number;
|
|
7673
7670
|
total_running_vms: number;
|
|
7671
|
+
cpu_allocation_ratio: number;
|
|
7672
|
+
effective_vcpus: number;
|
|
7674
7673
|
};
|
|
7675
7674
|
export type IpMapping = {
|
|
7676
7675
|
/**
|
|
@@ -17996,6 +17995,9 @@ export type ProjectAccountingSummary = {
|
|
|
17996
17995
|
readonly total_spend: string;
|
|
17997
17996
|
readonly current_month_spend: string;
|
|
17998
17997
|
};
|
|
17998
|
+
export type ProjectAffiliatedOrganizationsUpdateRequest = {
|
|
17999
|
+
affiliated_organizations?: Array<string>;
|
|
18000
|
+
};
|
|
17999
18001
|
export type ProjectAnswer = {
|
|
18000
18002
|
readonly project_uuid: string;
|
|
18001
18003
|
readonly project_name: string;
|
|
@@ -30437,10 +30439,6 @@ export type AwsInstancesListData = {
|
|
|
30437
30439
|
*
|
|
30438
30440
|
*/
|
|
30439
30441
|
state?: Array<CoreStates>;
|
|
30440
|
-
/**
|
|
30441
|
-
* UUID
|
|
30442
|
-
*/
|
|
30443
|
-
uuid?: string;
|
|
30444
30442
|
};
|
|
30445
30443
|
url: '/api/aws-instances/';
|
|
30446
30444
|
};
|
|
@@ -30527,10 +30525,6 @@ export type AwsInstancesCountData = {
|
|
|
30527
30525
|
*
|
|
30528
30526
|
*/
|
|
30529
30527
|
state?: Array<CoreStates>;
|
|
30530
|
-
/**
|
|
30531
|
-
* UUID
|
|
30532
|
-
*/
|
|
30533
|
-
uuid?: string;
|
|
30534
30528
|
};
|
|
30535
30529
|
url: '/api/aws-instances/';
|
|
30536
30530
|
};
|
|
@@ -31294,10 +31288,6 @@ export type AzurePublicIpsListData = {
|
|
|
31294
31288
|
*
|
|
31295
31289
|
*/
|
|
31296
31290
|
state?: Array<CoreStates>;
|
|
31297
|
-
/**
|
|
31298
|
-
* UUID
|
|
31299
|
-
*/
|
|
31300
|
-
uuid?: string;
|
|
31301
31291
|
};
|
|
31302
31292
|
url: '/api/azure-public-ips/';
|
|
31303
31293
|
};
|
|
@@ -31389,10 +31379,6 @@ export type AzurePublicIpsCountData = {
|
|
|
31389
31379
|
*
|
|
31390
31380
|
*/
|
|
31391
31381
|
state?: Array<CoreStates>;
|
|
31392
|
-
/**
|
|
31393
|
-
* UUID
|
|
31394
|
-
*/
|
|
31395
|
-
uuid?: string;
|
|
31396
31382
|
};
|
|
31397
31383
|
url: '/api/azure-public-ips/';
|
|
31398
31384
|
};
|
|
@@ -31752,10 +31738,6 @@ export type AzureSqlDatabasesListData = {
|
|
|
31752
31738
|
*
|
|
31753
31739
|
*/
|
|
31754
31740
|
state?: Array<CoreStates>;
|
|
31755
|
-
/**
|
|
31756
|
-
* UUID
|
|
31757
|
-
*/
|
|
31758
|
-
uuid?: string;
|
|
31759
31741
|
};
|
|
31760
31742
|
url: '/api/azure-sql-databases/';
|
|
31761
31743
|
};
|
|
@@ -31849,10 +31831,6 @@ export type AzureSqlDatabasesCountData = {
|
|
|
31849
31831
|
*
|
|
31850
31832
|
*/
|
|
31851
31833
|
state?: Array<CoreStates>;
|
|
31852
|
-
/**
|
|
31853
|
-
* UUID
|
|
31854
|
-
*/
|
|
31855
|
-
uuid?: string;
|
|
31856
31834
|
};
|
|
31857
31835
|
url: '/api/azure-sql-databases/';
|
|
31858
31836
|
};
|
|
@@ -32065,10 +32043,6 @@ export type AzureSqlServersListData = {
|
|
|
32065
32043
|
*
|
|
32066
32044
|
*/
|
|
32067
32045
|
state?: Array<CoreStates>;
|
|
32068
|
-
/**
|
|
32069
|
-
* UUID
|
|
32070
|
-
*/
|
|
32071
|
-
uuid?: string;
|
|
32072
32046
|
};
|
|
32073
32047
|
url: '/api/azure-sql-servers/';
|
|
32074
32048
|
};
|
|
@@ -32160,10 +32134,6 @@ export type AzureSqlServersCountData = {
|
|
|
32160
32134
|
*
|
|
32161
32135
|
*/
|
|
32162
32136
|
state?: Array<CoreStates>;
|
|
32163
|
-
/**
|
|
32164
|
-
* UUID
|
|
32165
|
-
*/
|
|
32166
|
-
uuid?: string;
|
|
32167
32137
|
};
|
|
32168
32138
|
url: '/api/azure-sql-servers/';
|
|
32169
32139
|
};
|
|
@@ -32388,10 +32358,6 @@ export type AzureVirtualmachinesListData = {
|
|
|
32388
32358
|
*
|
|
32389
32359
|
*/
|
|
32390
32360
|
state?: Array<CoreStates>;
|
|
32391
|
-
/**
|
|
32392
|
-
* UUID
|
|
32393
|
-
*/
|
|
32394
|
-
uuid?: string;
|
|
32395
32361
|
};
|
|
32396
32362
|
url: '/api/azure-virtualmachines/';
|
|
32397
32363
|
};
|
|
@@ -32483,10 +32449,6 @@ export type AzureVirtualmachinesCountData = {
|
|
|
32483
32449
|
*
|
|
32484
32450
|
*/
|
|
32485
32451
|
state?: Array<CoreStates>;
|
|
32486
|
-
/**
|
|
32487
|
-
* UUID
|
|
32488
|
-
*/
|
|
32489
|
-
uuid?: string;
|
|
32490
32452
|
};
|
|
32491
32453
|
url: '/api/azure-virtualmachines/';
|
|
32492
32454
|
};
|
|
@@ -37412,10 +37374,6 @@ export type DigitaloceanDropletsListData = {
|
|
|
37412
37374
|
*
|
|
37413
37375
|
*/
|
|
37414
37376
|
state?: Array<CoreStates>;
|
|
37415
|
-
/**
|
|
37416
|
-
* UUID
|
|
37417
|
-
*/
|
|
37418
|
-
uuid?: string;
|
|
37419
37377
|
};
|
|
37420
37378
|
url: '/api/digitalocean-droplets/';
|
|
37421
37379
|
};
|
|
@@ -37502,10 +37460,6 @@ export type DigitaloceanDropletsCountData = {
|
|
|
37502
37460
|
*
|
|
37503
37461
|
*/
|
|
37504
37462
|
state?: Array<CoreStates>;
|
|
37505
|
-
/**
|
|
37506
|
-
* UUID
|
|
37507
|
-
*/
|
|
37508
|
-
uuid?: string;
|
|
37509
37463
|
};
|
|
37510
37464
|
url: '/api/digitalocean-droplets/';
|
|
37511
37465
|
};
|
|
@@ -40470,10 +40424,6 @@ export type KeysListData = {
|
|
|
40470
40424
|
* User UUID
|
|
40471
40425
|
*/
|
|
40472
40426
|
user_uuid?: string;
|
|
40473
|
-
/**
|
|
40474
|
-
* UUID
|
|
40475
|
-
*/
|
|
40476
|
-
uuid?: string;
|
|
40477
40427
|
};
|
|
40478
40428
|
url: '/api/keys/';
|
|
40479
40429
|
};
|
|
@@ -40531,10 +40481,6 @@ export type KeysCountData = {
|
|
|
40531
40481
|
* User UUID
|
|
40532
40482
|
*/
|
|
40533
40483
|
user_uuid?: string;
|
|
40534
|
-
/**
|
|
40535
|
-
* UUID
|
|
40536
|
-
*/
|
|
40537
|
-
uuid?: string;
|
|
40538
40484
|
};
|
|
40539
40485
|
url: '/api/keys/';
|
|
40540
40486
|
};
|
|
@@ -40639,10 +40585,6 @@ export type KeysHistoryListData = {
|
|
|
40639
40585
|
* User UUID
|
|
40640
40586
|
*/
|
|
40641
40587
|
user_uuid?: string;
|
|
40642
|
-
/**
|
|
40643
|
-
* UUID
|
|
40644
|
-
*/
|
|
40645
|
-
uuid?: string;
|
|
40646
40588
|
};
|
|
40647
40589
|
url: '/api/keys/{uuid}/history/';
|
|
40648
40590
|
};
|
|
@@ -50879,7 +50821,12 @@ export type MarketplaceProviderResourcesTeamListData = {
|
|
|
50879
50821
|
path: {
|
|
50880
50822
|
uuid: string;
|
|
50881
50823
|
};
|
|
50882
|
-
query?:
|
|
50824
|
+
query?: {
|
|
50825
|
+
/**
|
|
50826
|
+
* When true, return only users who have active consent for this offering.
|
|
50827
|
+
*/
|
|
50828
|
+
has_consent?: boolean;
|
|
50829
|
+
};
|
|
50883
50830
|
url: '/api/marketplace-provider-resources/{uuid}/team/';
|
|
50884
50831
|
};
|
|
50885
50832
|
export type MarketplaceProviderResourcesTeamListResponses = {
|
|
@@ -52555,7 +52502,12 @@ export type MarketplaceResourcesTeamListData = {
|
|
|
52555
52502
|
path: {
|
|
52556
52503
|
uuid: string;
|
|
52557
52504
|
};
|
|
52558
|
-
query?:
|
|
52505
|
+
query?: {
|
|
52506
|
+
/**
|
|
52507
|
+
* When true, return only users who have active consent for this offering.
|
|
52508
|
+
*/
|
|
52509
|
+
has_consent?: boolean;
|
|
52510
|
+
};
|
|
52559
52511
|
url: '/api/marketplace-resources/{uuid}/team/';
|
|
52560
52512
|
};
|
|
52561
52513
|
export type MarketplaceResourcesTeamListResponses = {
|
|
@@ -53750,10 +53702,6 @@ export type MarketplaceServiceProvidersKeysListData = {
|
|
|
53750
53702
|
* User UUID
|
|
53751
53703
|
*/
|
|
53752
53704
|
user_uuid?: string;
|
|
53753
|
-
/**
|
|
53754
|
-
* UUID
|
|
53755
|
-
*/
|
|
53756
|
-
uuid?: string;
|
|
53757
53705
|
};
|
|
53758
53706
|
url: '/api/marketplace-service-providers/{service_provider_uuid}/keys/';
|
|
53759
53707
|
};
|
|
@@ -60261,10 +60209,6 @@ export type OpenportalAllocationsListData = {
|
|
|
60261
60209
|
*
|
|
60262
60210
|
*/
|
|
60263
60211
|
state?: Array<CoreStates>;
|
|
60264
|
-
/**
|
|
60265
|
-
* UUID
|
|
60266
|
-
*/
|
|
60267
|
-
uuid?: string;
|
|
60268
60212
|
};
|
|
60269
60213
|
url: '/api/openportal-allocations/';
|
|
60270
60214
|
};
|
|
@@ -60355,10 +60299,6 @@ export type OpenportalAllocationsCountData = {
|
|
|
60355
60299
|
*
|
|
60356
60300
|
*/
|
|
60357
60301
|
state?: Array<CoreStates>;
|
|
60358
|
-
/**
|
|
60359
|
-
* UUID
|
|
60360
|
-
*/
|
|
60361
|
-
uuid?: string;
|
|
60362
60302
|
};
|
|
60363
60303
|
url: '/api/openportal-allocations/';
|
|
60364
60304
|
};
|
|
@@ -61231,10 +61171,6 @@ export type OpenportalRemoteAllocationsListData = {
|
|
|
61231
61171
|
*
|
|
61232
61172
|
*/
|
|
61233
61173
|
state?: Array<CoreStates>;
|
|
61234
|
-
/**
|
|
61235
|
-
* UUID
|
|
61236
|
-
*/
|
|
61237
|
-
uuid?: string;
|
|
61238
61174
|
};
|
|
61239
61175
|
url: '/api/openportal-remote-allocations/';
|
|
61240
61176
|
};
|
|
@@ -61325,10 +61261,6 @@ export type OpenportalRemoteAllocationsCountData = {
|
|
|
61325
61261
|
*
|
|
61326
61262
|
*/
|
|
61327
61263
|
state?: Array<CoreStates>;
|
|
61328
|
-
/**
|
|
61329
|
-
* UUID
|
|
61330
|
-
*/
|
|
61331
|
-
uuid?: string;
|
|
61332
61264
|
};
|
|
61333
61265
|
url: '/api/openportal-remote-allocations/';
|
|
61334
61266
|
};
|
|
@@ -62040,7 +61972,7 @@ export type OpenportalUnmanagedProjectsSubmitAnswersResponses = {
|
|
|
62040
61972
|
};
|
|
62041
61973
|
export type OpenportalUnmanagedProjectsSubmitAnswersResponse = OpenportalUnmanagedProjectsSubmitAnswersResponses[keyof OpenportalUnmanagedProjectsSubmitAnswersResponses];
|
|
62042
61974
|
export type OpenportalUnmanagedProjectsUpdateAffiliatedOrganizationsData = {
|
|
62043
|
-
body?:
|
|
61975
|
+
body?: ProjectAffiliatedOrganizationsUpdateRequest;
|
|
62044
61976
|
path: {
|
|
62045
61977
|
uuid: string;
|
|
62046
61978
|
};
|
|
@@ -62405,10 +62337,6 @@ export type OpenstackBackupsListData = {
|
|
|
62405
62337
|
* Tenant UUID
|
|
62406
62338
|
*/
|
|
62407
62339
|
tenant_uuid?: string;
|
|
62408
|
-
/**
|
|
62409
|
-
* UUID
|
|
62410
|
-
*/
|
|
62411
|
-
uuid?: string;
|
|
62412
62340
|
};
|
|
62413
62341
|
url: '/api/openstack-backups/';
|
|
62414
62342
|
};
|
|
@@ -62514,10 +62442,6 @@ export type OpenstackBackupsCountData = {
|
|
|
62514
62442
|
* Tenant UUID
|
|
62515
62443
|
*/
|
|
62516
62444
|
tenant_uuid?: string;
|
|
62517
|
-
/**
|
|
62518
|
-
* UUID
|
|
62519
|
-
*/
|
|
62520
|
-
uuid?: string;
|
|
62521
62445
|
};
|
|
62522
62446
|
url: '/api/openstack-backups/';
|
|
62523
62447
|
};
|
|
@@ -63004,10 +62928,6 @@ export type OpenstackFloatingIpsListData = {
|
|
|
63004
62928
|
* Tenant UUID
|
|
63005
62929
|
*/
|
|
63006
62930
|
tenant_uuid?: string;
|
|
63007
|
-
/**
|
|
63008
|
-
* UUID
|
|
63009
|
-
*/
|
|
63010
|
-
uuid?: string;
|
|
63011
62931
|
};
|
|
63012
62932
|
url: '/api/openstack-floating-ips/';
|
|
63013
62933
|
};
|
|
@@ -63111,10 +63031,6 @@ export type OpenstackFloatingIpsCountData = {
|
|
|
63111
63031
|
* Tenant UUID
|
|
63112
63032
|
*/
|
|
63113
63033
|
tenant_uuid?: string;
|
|
63114
|
-
/**
|
|
63115
|
-
* UUID
|
|
63116
|
-
*/
|
|
63117
|
-
uuid?: string;
|
|
63118
63034
|
};
|
|
63119
63035
|
url: '/api/openstack-floating-ips/';
|
|
63120
63036
|
};
|
|
@@ -63886,10 +63802,6 @@ export type OpenstackInstancesListData = {
|
|
|
63886
63802
|
* Tenant UUID
|
|
63887
63803
|
*/
|
|
63888
63804
|
tenant_uuid?: string;
|
|
63889
|
-
/**
|
|
63890
|
-
* UUID
|
|
63891
|
-
*/
|
|
63892
|
-
uuid?: string;
|
|
63893
63805
|
};
|
|
63894
63806
|
url: '/api/openstack-instances/';
|
|
63895
63807
|
};
|
|
@@ -64004,10 +63916,6 @@ export type OpenstackInstancesCountData = {
|
|
|
64004
63916
|
* Tenant UUID
|
|
64005
63917
|
*/
|
|
64006
63918
|
tenant_uuid?: string;
|
|
64007
|
-
/**
|
|
64008
|
-
* UUID
|
|
64009
|
-
*/
|
|
64010
|
-
uuid?: string;
|
|
64011
63919
|
};
|
|
64012
63920
|
url: '/api/openstack-instances/';
|
|
64013
63921
|
};
|
|
@@ -64767,10 +64675,6 @@ export type OpenstackMarketplaceTenantsListData = {
|
|
|
64767
64675
|
*
|
|
64768
64676
|
*/
|
|
64769
64677
|
state?: Array<CoreStates>;
|
|
64770
|
-
/**
|
|
64771
|
-
* UUID
|
|
64772
|
-
*/
|
|
64773
|
-
uuid?: string;
|
|
64774
64678
|
};
|
|
64775
64679
|
url: '/api/openstack-marketplace-tenants/';
|
|
64776
64680
|
};
|
|
@@ -64860,10 +64764,6 @@ export type OpenstackMarketplaceTenantsCountData = {
|
|
|
64860
64764
|
*
|
|
64861
64765
|
*/
|
|
64862
64766
|
state?: Array<CoreStates>;
|
|
64863
|
-
/**
|
|
64864
|
-
* UUID
|
|
64865
|
-
*/
|
|
64866
|
-
uuid?: string;
|
|
64867
64767
|
};
|
|
64868
64768
|
url: '/api/openstack-marketplace-tenants/';
|
|
64869
64769
|
};
|
|
@@ -65277,10 +65177,6 @@ export type OpenstackNetworksListData = {
|
|
|
65277
65177
|
*/
|
|
65278
65178
|
tenant_uuid?: string;
|
|
65279
65179
|
type?: string;
|
|
65280
|
-
/**
|
|
65281
|
-
* UUID
|
|
65282
|
-
*/
|
|
65283
|
-
uuid?: string;
|
|
65284
65180
|
};
|
|
65285
65181
|
url: '/api/openstack-networks/';
|
|
65286
65182
|
};
|
|
@@ -65388,10 +65284,6 @@ export type OpenstackNetworksCountData = {
|
|
|
65388
65284
|
*/
|
|
65389
65285
|
tenant_uuid?: string;
|
|
65390
65286
|
type?: string;
|
|
65391
|
-
/**
|
|
65392
|
-
* UUID
|
|
65393
|
-
*/
|
|
65394
|
-
uuid?: string;
|
|
65395
65287
|
};
|
|
65396
65288
|
url: '/api/openstack-networks/';
|
|
65397
65289
|
};
|
|
@@ -66613,10 +66505,6 @@ export type OpenstackSecurityGroupsListData = {
|
|
|
66613
66505
|
* Tenant UUID
|
|
66614
66506
|
*/
|
|
66615
66507
|
tenant_uuid?: string;
|
|
66616
|
-
/**
|
|
66617
|
-
* UUID
|
|
66618
|
-
*/
|
|
66619
|
-
uuid?: string;
|
|
66620
66508
|
};
|
|
66621
66509
|
url: '/api/openstack-security-groups/';
|
|
66622
66510
|
};
|
|
@@ -66718,10 +66606,6 @@ export type OpenstackSecurityGroupsCountData = {
|
|
|
66718
66606
|
* Tenant UUID
|
|
66719
66607
|
*/
|
|
66720
66608
|
tenant_uuid?: string;
|
|
66721
|
-
/**
|
|
66722
|
-
* UUID
|
|
66723
|
-
*/
|
|
66724
|
-
uuid?: string;
|
|
66725
66609
|
};
|
|
66726
66610
|
url: '/api/openstack-security-groups/';
|
|
66727
66611
|
};
|
|
@@ -66944,10 +66828,6 @@ export type OpenstackServerGroupsListData = {
|
|
|
66944
66828
|
* Tenant UUID
|
|
66945
66829
|
*/
|
|
66946
66830
|
tenant_uuid?: string;
|
|
66947
|
-
/**
|
|
66948
|
-
* UUID
|
|
66949
|
-
*/
|
|
66950
|
-
uuid?: string;
|
|
66951
66831
|
};
|
|
66952
66832
|
url: '/api/openstack-server-groups/';
|
|
66953
66833
|
};
|
|
@@ -67045,10 +66925,6 @@ export type OpenstackServerGroupsCountData = {
|
|
|
67045
66925
|
* Tenant UUID
|
|
67046
66926
|
*/
|
|
67047
66927
|
tenant_uuid?: string;
|
|
67048
|
-
/**
|
|
67049
|
-
* UUID
|
|
67050
|
-
*/
|
|
67051
|
-
uuid?: string;
|
|
67052
66928
|
};
|
|
67053
66929
|
url: '/api/openstack-server-groups/';
|
|
67054
66930
|
};
|
|
@@ -67260,10 +67136,6 @@ export type OpenstackSnapshotsListData = {
|
|
|
67260
67136
|
* Tenant UUID
|
|
67261
67137
|
*/
|
|
67262
67138
|
tenant_uuid?: string;
|
|
67263
|
-
/**
|
|
67264
|
-
* UUID
|
|
67265
|
-
*/
|
|
67266
|
-
uuid?: string;
|
|
67267
67139
|
};
|
|
67268
67140
|
url: '/api/openstack-snapshots/';
|
|
67269
67141
|
};
|
|
@@ -67378,10 +67250,6 @@ export type OpenstackSnapshotsCountData = {
|
|
|
67378
67250
|
* Tenant UUID
|
|
67379
67251
|
*/
|
|
67380
67252
|
tenant_uuid?: string;
|
|
67381
|
-
/**
|
|
67382
|
-
* UUID
|
|
67383
|
-
*/
|
|
67384
|
-
uuid?: string;
|
|
67385
67253
|
};
|
|
67386
67254
|
url: '/api/openstack-snapshots/';
|
|
67387
67255
|
};
|
|
@@ -67641,10 +67509,6 @@ export type OpenstackSubnetsListData = {
|
|
|
67641
67509
|
* Tenant UUID
|
|
67642
67510
|
*/
|
|
67643
67511
|
tenant_uuid?: string;
|
|
67644
|
-
/**
|
|
67645
|
-
* UUID
|
|
67646
|
-
*/
|
|
67647
|
-
uuid?: string;
|
|
67648
67512
|
};
|
|
67649
67513
|
url: '/api/openstack-subnets/';
|
|
67650
67514
|
};
|
|
@@ -67760,10 +67624,6 @@ export type OpenstackSubnetsCountData = {
|
|
|
67760
67624
|
* Tenant UUID
|
|
67761
67625
|
*/
|
|
67762
67626
|
tenant_uuid?: string;
|
|
67763
|
-
/**
|
|
67764
|
-
* UUID
|
|
67765
|
-
*/
|
|
67766
|
-
uuid?: string;
|
|
67767
67627
|
};
|
|
67768
67628
|
url: '/api/openstack-subnets/';
|
|
67769
67629
|
};
|
|
@@ -67992,10 +67852,6 @@ export type OpenstackTenantsListData = {
|
|
|
67992
67852
|
*
|
|
67993
67853
|
*/
|
|
67994
67854
|
state?: Array<CoreStates>;
|
|
67995
|
-
/**
|
|
67996
|
-
* UUID
|
|
67997
|
-
*/
|
|
67998
|
-
uuid?: string;
|
|
67999
67855
|
};
|
|
68000
67856
|
url: '/api/openstack-tenants/';
|
|
68001
67857
|
};
|
|
@@ -68085,10 +67941,6 @@ export type OpenstackTenantsCountData = {
|
|
|
68085
67941
|
*
|
|
68086
67942
|
*/
|
|
68087
67943
|
state?: Array<CoreStates>;
|
|
68088
|
-
/**
|
|
68089
|
-
* UUID
|
|
68090
|
-
*/
|
|
68091
|
-
uuid?: string;
|
|
68092
67944
|
};
|
|
68093
67945
|
url: '/api/openstack-tenants/';
|
|
68094
67946
|
};
|
|
@@ -68220,10 +68072,6 @@ export type OpenstackTenantsBackendInstancesListData = {
|
|
|
68220
68072
|
*
|
|
68221
68073
|
*/
|
|
68222
68074
|
state?: Array<CoreStates>;
|
|
68223
|
-
/**
|
|
68224
|
-
* UUID
|
|
68225
|
-
*/
|
|
68226
|
-
uuid?: string;
|
|
68227
68075
|
};
|
|
68228
68076
|
url: '/api/openstack-tenants/{uuid}/backend_instances/';
|
|
68229
68077
|
};
|
|
@@ -68315,10 +68163,6 @@ export type OpenstackTenantsBackendVolumesListData = {
|
|
|
68315
68163
|
*
|
|
68316
68164
|
*/
|
|
68317
68165
|
state?: Array<CoreStates>;
|
|
68318
|
-
/**
|
|
68319
|
-
* UUID
|
|
68320
|
-
*/
|
|
68321
|
-
uuid?: string;
|
|
68322
68166
|
};
|
|
68323
68167
|
url: '/api/openstack-tenants/{uuid}/backend_volumes/';
|
|
68324
68168
|
};
|
|
@@ -68867,10 +68711,6 @@ export type OpenstackVolumesListData = {
|
|
|
68867
68711
|
* Tenant UUID
|
|
68868
68712
|
*/
|
|
68869
68713
|
tenant_uuid?: string;
|
|
68870
|
-
/**
|
|
68871
|
-
* UUID
|
|
68872
|
-
*/
|
|
68873
|
-
uuid?: string;
|
|
68874
68714
|
};
|
|
68875
68715
|
url: '/api/openstack-volumes/';
|
|
68876
68716
|
};
|
|
@@ -68993,10 +68833,6 @@ export type OpenstackVolumesCountData = {
|
|
|
68993
68833
|
* Tenant UUID
|
|
68994
68834
|
*/
|
|
68995
68835
|
tenant_uuid?: string;
|
|
68996
|
-
/**
|
|
68997
|
-
* UUID
|
|
68998
|
-
*/
|
|
68999
|
-
uuid?: string;
|
|
69000
68836
|
};
|
|
69001
68837
|
url: '/api/openstack-volumes/';
|
|
69002
68838
|
};
|
|
@@ -71017,7 +70853,7 @@ export type ProjectsSyncUserRolesResponses = {
|
|
|
71017
70853
|
200: unknown;
|
|
71018
70854
|
};
|
|
71019
70855
|
export type ProjectsUpdateAffiliatedOrganizationsData = {
|
|
71020
|
-
body?:
|
|
70856
|
+
body?: ProjectAffiliatedOrganizationsUpdateRequest;
|
|
71021
70857
|
path: {
|
|
71022
70858
|
uuid: string;
|
|
71023
70859
|
};
|
|
@@ -73865,10 +73701,6 @@ export type RancherAppsListData = {
|
|
|
73865
73701
|
*/
|
|
73866
73702
|
state?: Array<CoreStates>;
|
|
73867
73703
|
template_uuid?: string;
|
|
73868
|
-
/**
|
|
73869
|
-
* UUID
|
|
73870
|
-
*/
|
|
73871
|
-
uuid?: string;
|
|
73872
73704
|
};
|
|
73873
73705
|
url: '/api/rancher-apps/';
|
|
73874
73706
|
};
|
|
@@ -73958,10 +73790,6 @@ export type RancherAppsCountData = {
|
|
|
73958
73790
|
*/
|
|
73959
73791
|
state?: Array<CoreStates>;
|
|
73960
73792
|
template_uuid?: string;
|
|
73961
|
-
/**
|
|
73962
|
-
* UUID
|
|
73963
|
-
*/
|
|
73964
|
-
uuid?: string;
|
|
73965
73793
|
};
|
|
73966
73794
|
url: '/api/rancher-apps/';
|
|
73967
73795
|
};
|
|
@@ -74431,10 +74259,6 @@ export type RancherClustersListData = {
|
|
|
74431
74259
|
*
|
|
74432
74260
|
*/
|
|
74433
74261
|
state?: Array<CoreStates>;
|
|
74434
|
-
/**
|
|
74435
|
-
* UUID
|
|
74436
|
-
*/
|
|
74437
|
-
uuid?: string;
|
|
74438
74262
|
};
|
|
74439
74263
|
url: '/api/rancher-clusters/';
|
|
74440
74264
|
};
|
|
@@ -74524,10 +74348,6 @@ export type RancherClustersCountData = {
|
|
|
74524
74348
|
*
|
|
74525
74349
|
*/
|
|
74526
74350
|
state?: Array<CoreStates>;
|
|
74527
|
-
/**
|
|
74528
|
-
* UUID
|
|
74529
|
-
*/
|
|
74530
|
-
uuid?: string;
|
|
74531
74351
|
};
|
|
74532
74352
|
url: '/api/rancher-clusters/';
|
|
74533
74353
|
};
|
|
@@ -74960,10 +74780,6 @@ export type RancherIngressesListData = {
|
|
|
74960
74780
|
*
|
|
74961
74781
|
*/
|
|
74962
74782
|
state?: Array<CoreStates>;
|
|
74963
|
-
/**
|
|
74964
|
-
* UUID
|
|
74965
|
-
*/
|
|
74966
|
-
uuid?: string;
|
|
74967
74783
|
};
|
|
74968
74784
|
url: '/api/rancher-ingresses/';
|
|
74969
74785
|
};
|
|
@@ -75056,10 +74872,6 @@ export type RancherIngressesCountData = {
|
|
|
75056
74872
|
*
|
|
75057
74873
|
*/
|
|
75058
74874
|
state?: Array<CoreStates>;
|
|
75059
|
-
/**
|
|
75060
|
-
* UUID
|
|
75061
|
-
*/
|
|
75062
|
-
uuid?: string;
|
|
75063
74875
|
};
|
|
75064
74876
|
url: '/api/rancher-ingresses/';
|
|
75065
74877
|
};
|
|
@@ -75761,10 +75573,6 @@ export type RancherServicesListData = {
|
|
|
75761
75573
|
*
|
|
75762
75574
|
*/
|
|
75763
75575
|
state?: Array<CoreStates>;
|
|
75764
|
-
/**
|
|
75765
|
-
* UUID
|
|
75766
|
-
*/
|
|
75767
|
-
uuid?: string;
|
|
75768
75576
|
};
|
|
75769
75577
|
url: '/api/rancher-services/';
|
|
75770
75578
|
};
|
|
@@ -75857,10 +75665,6 @@ export type RancherServicesCountData = {
|
|
|
75857
75665
|
*
|
|
75858
75666
|
*/
|
|
75859
75667
|
state?: Array<CoreStates>;
|
|
75860
|
-
/**
|
|
75861
|
-
* UUID
|
|
75862
|
-
*/
|
|
75863
|
-
uuid?: string;
|
|
75864
75668
|
};
|
|
75865
75669
|
url: '/api/rancher-services/';
|
|
75866
75670
|
};
|
|
@@ -78072,10 +77876,6 @@ export type SlurmAllocationsListData = {
|
|
|
78072
77876
|
*
|
|
78073
77877
|
*/
|
|
78074
77878
|
state?: Array<CoreStates>;
|
|
78075
|
-
/**
|
|
78076
|
-
* UUID
|
|
78077
|
-
*/
|
|
78078
|
-
uuid?: string;
|
|
78079
77879
|
};
|
|
78080
77880
|
url: '/api/slurm-allocations/';
|
|
78081
77881
|
};
|
|
@@ -78166,10 +77966,6 @@ export type SlurmAllocationsCountData = {
|
|
|
78166
77966
|
*
|
|
78167
77967
|
*/
|
|
78168
77968
|
state?: Array<CoreStates>;
|
|
78169
|
-
/**
|
|
78170
|
-
* UUID
|
|
78171
|
-
*/
|
|
78172
|
-
uuid?: string;
|
|
78173
77969
|
};
|
|
78174
77970
|
url: '/api/slurm-allocations/';
|
|
78175
77971
|
};
|
|
@@ -82949,10 +82745,6 @@ export type VmwareDisksListData = {
|
|
|
82949
82745
|
*
|
|
82950
82746
|
*/
|
|
82951
82747
|
state?: Array<CoreStates>;
|
|
82952
|
-
/**
|
|
82953
|
-
* UUID
|
|
82954
|
-
*/
|
|
82955
|
-
uuid?: string;
|
|
82956
82748
|
vm?: string;
|
|
82957
82749
|
vm_uuid?: string;
|
|
82958
82750
|
};
|
|
@@ -83044,10 +82836,6 @@ export type VmwareDisksCountData = {
|
|
|
83044
82836
|
*
|
|
83045
82837
|
*/
|
|
83046
82838
|
state?: Array<CoreStates>;
|
|
83047
|
-
/**
|
|
83048
|
-
* UUID
|
|
83049
|
-
*/
|
|
83050
|
-
uuid?: string;
|
|
83051
82839
|
vm?: string;
|
|
83052
82840
|
vm_uuid?: string;
|
|
83053
82841
|
};
|
|
@@ -83444,10 +83232,6 @@ export type VmwarePortsListData = {
|
|
|
83444
83232
|
*
|
|
83445
83233
|
*/
|
|
83446
83234
|
state?: Array<CoreStates>;
|
|
83447
|
-
/**
|
|
83448
|
-
* UUID
|
|
83449
|
-
*/
|
|
83450
|
-
uuid?: string;
|
|
83451
83235
|
vm?: string;
|
|
83452
83236
|
vm_uuid?: string;
|
|
83453
83237
|
};
|
|
@@ -83541,10 +83325,6 @@ export type VmwarePortsCountData = {
|
|
|
83541
83325
|
*
|
|
83542
83326
|
*/
|
|
83543
83327
|
state?: Array<CoreStates>;
|
|
83544
|
-
/**
|
|
83545
|
-
* UUID
|
|
83546
|
-
*/
|
|
83547
|
-
uuid?: string;
|
|
83548
83328
|
vm?: string;
|
|
83549
83329
|
vm_uuid?: string;
|
|
83550
83330
|
};
|
|
@@ -83808,10 +83588,6 @@ export type VmwareVirtualMachineListData = {
|
|
|
83808
83588
|
*
|
|
83809
83589
|
*/
|
|
83810
83590
|
state?: Array<CoreStates>;
|
|
83811
|
-
/**
|
|
83812
|
-
* UUID
|
|
83813
|
-
*/
|
|
83814
|
-
uuid?: string;
|
|
83815
83591
|
};
|
|
83816
83592
|
url: '/api/vmware-virtual-machine/';
|
|
83817
83593
|
};
|
|
@@ -83902,10 +83678,6 @@ export type VmwareVirtualMachineCountData = {
|
|
|
83902
83678
|
*
|
|
83903
83679
|
*/
|
|
83904
83680
|
state?: Array<CoreStates>;
|
|
83905
|
-
/**
|
|
83906
|
-
* UUID
|
|
83907
|
-
*/
|
|
83908
|
-
uuid?: string;
|
|
83909
83681
|
};
|
|
83910
83682
|
url: '/api/vmware-virtual-machine/';
|
|
83911
83683
|
};
|