waldur-js-client 8.0.8-dev.24 → 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 +17 -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;
|
|
@@ -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;
|
|
@@ -30437,10 +30437,6 @@ export type AwsInstancesListData = {
|
|
|
30437
30437
|
*
|
|
30438
30438
|
*/
|
|
30439
30439
|
state?: Array<CoreStates>;
|
|
30440
|
-
/**
|
|
30441
|
-
* UUID
|
|
30442
|
-
*/
|
|
30443
|
-
uuid?: string;
|
|
30444
30440
|
};
|
|
30445
30441
|
url: '/api/aws-instances/';
|
|
30446
30442
|
};
|
|
@@ -30527,10 +30523,6 @@ export type AwsInstancesCountData = {
|
|
|
30527
30523
|
*
|
|
30528
30524
|
*/
|
|
30529
30525
|
state?: Array<CoreStates>;
|
|
30530
|
-
/**
|
|
30531
|
-
* UUID
|
|
30532
|
-
*/
|
|
30533
|
-
uuid?: string;
|
|
30534
30526
|
};
|
|
30535
30527
|
url: '/api/aws-instances/';
|
|
30536
30528
|
};
|
|
@@ -31294,10 +31286,6 @@ export type AzurePublicIpsListData = {
|
|
|
31294
31286
|
*
|
|
31295
31287
|
*/
|
|
31296
31288
|
state?: Array<CoreStates>;
|
|
31297
|
-
/**
|
|
31298
|
-
* UUID
|
|
31299
|
-
*/
|
|
31300
|
-
uuid?: string;
|
|
31301
31289
|
};
|
|
31302
31290
|
url: '/api/azure-public-ips/';
|
|
31303
31291
|
};
|
|
@@ -31389,10 +31377,6 @@ export type AzurePublicIpsCountData = {
|
|
|
31389
31377
|
*
|
|
31390
31378
|
*/
|
|
31391
31379
|
state?: Array<CoreStates>;
|
|
31392
|
-
/**
|
|
31393
|
-
* UUID
|
|
31394
|
-
*/
|
|
31395
|
-
uuid?: string;
|
|
31396
31380
|
};
|
|
31397
31381
|
url: '/api/azure-public-ips/';
|
|
31398
31382
|
};
|
|
@@ -31752,10 +31736,6 @@ export type AzureSqlDatabasesListData = {
|
|
|
31752
31736
|
*
|
|
31753
31737
|
*/
|
|
31754
31738
|
state?: Array<CoreStates>;
|
|
31755
|
-
/**
|
|
31756
|
-
* UUID
|
|
31757
|
-
*/
|
|
31758
|
-
uuid?: string;
|
|
31759
31739
|
};
|
|
31760
31740
|
url: '/api/azure-sql-databases/';
|
|
31761
31741
|
};
|
|
@@ -31849,10 +31829,6 @@ export type AzureSqlDatabasesCountData = {
|
|
|
31849
31829
|
*
|
|
31850
31830
|
*/
|
|
31851
31831
|
state?: Array<CoreStates>;
|
|
31852
|
-
/**
|
|
31853
|
-
* UUID
|
|
31854
|
-
*/
|
|
31855
|
-
uuid?: string;
|
|
31856
31832
|
};
|
|
31857
31833
|
url: '/api/azure-sql-databases/';
|
|
31858
31834
|
};
|
|
@@ -32065,10 +32041,6 @@ export type AzureSqlServersListData = {
|
|
|
32065
32041
|
*
|
|
32066
32042
|
*/
|
|
32067
32043
|
state?: Array<CoreStates>;
|
|
32068
|
-
/**
|
|
32069
|
-
* UUID
|
|
32070
|
-
*/
|
|
32071
|
-
uuid?: string;
|
|
32072
32044
|
};
|
|
32073
32045
|
url: '/api/azure-sql-servers/';
|
|
32074
32046
|
};
|
|
@@ -32160,10 +32132,6 @@ export type AzureSqlServersCountData = {
|
|
|
32160
32132
|
*
|
|
32161
32133
|
*/
|
|
32162
32134
|
state?: Array<CoreStates>;
|
|
32163
|
-
/**
|
|
32164
|
-
* UUID
|
|
32165
|
-
*/
|
|
32166
|
-
uuid?: string;
|
|
32167
32135
|
};
|
|
32168
32136
|
url: '/api/azure-sql-servers/';
|
|
32169
32137
|
};
|
|
@@ -32388,10 +32356,6 @@ export type AzureVirtualmachinesListData = {
|
|
|
32388
32356
|
*
|
|
32389
32357
|
*/
|
|
32390
32358
|
state?: Array<CoreStates>;
|
|
32391
|
-
/**
|
|
32392
|
-
* UUID
|
|
32393
|
-
*/
|
|
32394
|
-
uuid?: string;
|
|
32395
32359
|
};
|
|
32396
32360
|
url: '/api/azure-virtualmachines/';
|
|
32397
32361
|
};
|
|
@@ -32483,10 +32447,6 @@ export type AzureVirtualmachinesCountData = {
|
|
|
32483
32447
|
*
|
|
32484
32448
|
*/
|
|
32485
32449
|
state?: Array<CoreStates>;
|
|
32486
|
-
/**
|
|
32487
|
-
* UUID
|
|
32488
|
-
*/
|
|
32489
|
-
uuid?: string;
|
|
32490
32450
|
};
|
|
32491
32451
|
url: '/api/azure-virtualmachines/';
|
|
32492
32452
|
};
|
|
@@ -37412,10 +37372,6 @@ export type DigitaloceanDropletsListData = {
|
|
|
37412
37372
|
*
|
|
37413
37373
|
*/
|
|
37414
37374
|
state?: Array<CoreStates>;
|
|
37415
|
-
/**
|
|
37416
|
-
* UUID
|
|
37417
|
-
*/
|
|
37418
|
-
uuid?: string;
|
|
37419
37375
|
};
|
|
37420
37376
|
url: '/api/digitalocean-droplets/';
|
|
37421
37377
|
};
|
|
@@ -37502,10 +37458,6 @@ export type DigitaloceanDropletsCountData = {
|
|
|
37502
37458
|
*
|
|
37503
37459
|
*/
|
|
37504
37460
|
state?: Array<CoreStates>;
|
|
37505
|
-
/**
|
|
37506
|
-
* UUID
|
|
37507
|
-
*/
|
|
37508
|
-
uuid?: string;
|
|
37509
37461
|
};
|
|
37510
37462
|
url: '/api/digitalocean-droplets/';
|
|
37511
37463
|
};
|
|
@@ -40470,10 +40422,6 @@ export type KeysListData = {
|
|
|
40470
40422
|
* User UUID
|
|
40471
40423
|
*/
|
|
40472
40424
|
user_uuid?: string;
|
|
40473
|
-
/**
|
|
40474
|
-
* UUID
|
|
40475
|
-
*/
|
|
40476
|
-
uuid?: string;
|
|
40477
40425
|
};
|
|
40478
40426
|
url: '/api/keys/';
|
|
40479
40427
|
};
|
|
@@ -40531,10 +40479,6 @@ export type KeysCountData = {
|
|
|
40531
40479
|
* User UUID
|
|
40532
40480
|
*/
|
|
40533
40481
|
user_uuid?: string;
|
|
40534
|
-
/**
|
|
40535
|
-
* UUID
|
|
40536
|
-
*/
|
|
40537
|
-
uuid?: string;
|
|
40538
40482
|
};
|
|
40539
40483
|
url: '/api/keys/';
|
|
40540
40484
|
};
|
|
@@ -40639,10 +40583,6 @@ export type KeysHistoryListData = {
|
|
|
40639
40583
|
* User UUID
|
|
40640
40584
|
*/
|
|
40641
40585
|
user_uuid?: string;
|
|
40642
|
-
/**
|
|
40643
|
-
* UUID
|
|
40644
|
-
*/
|
|
40645
|
-
uuid?: string;
|
|
40646
40586
|
};
|
|
40647
40587
|
url: '/api/keys/{uuid}/history/';
|
|
40648
40588
|
};
|
|
@@ -50879,7 +50819,12 @@ export type MarketplaceProviderResourcesTeamListData = {
|
|
|
50879
50819
|
path: {
|
|
50880
50820
|
uuid: string;
|
|
50881
50821
|
};
|
|
50882
|
-
query?:
|
|
50822
|
+
query?: {
|
|
50823
|
+
/**
|
|
50824
|
+
* When true, return only users who have active consent for this offering.
|
|
50825
|
+
*/
|
|
50826
|
+
has_consent?: boolean;
|
|
50827
|
+
};
|
|
50883
50828
|
url: '/api/marketplace-provider-resources/{uuid}/team/';
|
|
50884
50829
|
};
|
|
50885
50830
|
export type MarketplaceProviderResourcesTeamListResponses = {
|
|
@@ -52555,7 +52500,12 @@ export type MarketplaceResourcesTeamListData = {
|
|
|
52555
52500
|
path: {
|
|
52556
52501
|
uuid: string;
|
|
52557
52502
|
};
|
|
52558
|
-
query?:
|
|
52503
|
+
query?: {
|
|
52504
|
+
/**
|
|
52505
|
+
* When true, return only users who have active consent for this offering.
|
|
52506
|
+
*/
|
|
52507
|
+
has_consent?: boolean;
|
|
52508
|
+
};
|
|
52559
52509
|
url: '/api/marketplace-resources/{uuid}/team/';
|
|
52560
52510
|
};
|
|
52561
52511
|
export type MarketplaceResourcesTeamListResponses = {
|
|
@@ -53750,10 +53700,6 @@ export type MarketplaceServiceProvidersKeysListData = {
|
|
|
53750
53700
|
* User UUID
|
|
53751
53701
|
*/
|
|
53752
53702
|
user_uuid?: string;
|
|
53753
|
-
/**
|
|
53754
|
-
* UUID
|
|
53755
|
-
*/
|
|
53756
|
-
uuid?: string;
|
|
53757
53703
|
};
|
|
53758
53704
|
url: '/api/marketplace-service-providers/{service_provider_uuid}/keys/';
|
|
53759
53705
|
};
|
|
@@ -60261,10 +60207,6 @@ export type OpenportalAllocationsListData = {
|
|
|
60261
60207
|
*
|
|
60262
60208
|
*/
|
|
60263
60209
|
state?: Array<CoreStates>;
|
|
60264
|
-
/**
|
|
60265
|
-
* UUID
|
|
60266
|
-
*/
|
|
60267
|
-
uuid?: string;
|
|
60268
60210
|
};
|
|
60269
60211
|
url: '/api/openportal-allocations/';
|
|
60270
60212
|
};
|
|
@@ -60355,10 +60297,6 @@ export type OpenportalAllocationsCountData = {
|
|
|
60355
60297
|
*
|
|
60356
60298
|
*/
|
|
60357
60299
|
state?: Array<CoreStates>;
|
|
60358
|
-
/**
|
|
60359
|
-
* UUID
|
|
60360
|
-
*/
|
|
60361
|
-
uuid?: string;
|
|
60362
60300
|
};
|
|
60363
60301
|
url: '/api/openportal-allocations/';
|
|
60364
60302
|
};
|
|
@@ -61231,10 +61169,6 @@ export type OpenportalRemoteAllocationsListData = {
|
|
|
61231
61169
|
*
|
|
61232
61170
|
*/
|
|
61233
61171
|
state?: Array<CoreStates>;
|
|
61234
|
-
/**
|
|
61235
|
-
* UUID
|
|
61236
|
-
*/
|
|
61237
|
-
uuid?: string;
|
|
61238
61172
|
};
|
|
61239
61173
|
url: '/api/openportal-remote-allocations/';
|
|
61240
61174
|
};
|
|
@@ -61325,10 +61259,6 @@ export type OpenportalRemoteAllocationsCountData = {
|
|
|
61325
61259
|
*
|
|
61326
61260
|
*/
|
|
61327
61261
|
state?: Array<CoreStates>;
|
|
61328
|
-
/**
|
|
61329
|
-
* UUID
|
|
61330
|
-
*/
|
|
61331
|
-
uuid?: string;
|
|
61332
61262
|
};
|
|
61333
61263
|
url: '/api/openportal-remote-allocations/';
|
|
61334
61264
|
};
|
|
@@ -62040,7 +61970,7 @@ export type OpenportalUnmanagedProjectsSubmitAnswersResponses = {
|
|
|
62040
61970
|
};
|
|
62041
61971
|
export type OpenportalUnmanagedProjectsSubmitAnswersResponse = OpenportalUnmanagedProjectsSubmitAnswersResponses[keyof OpenportalUnmanagedProjectsSubmitAnswersResponses];
|
|
62042
61972
|
export type OpenportalUnmanagedProjectsUpdateAffiliatedOrganizationsData = {
|
|
62043
|
-
body?:
|
|
61973
|
+
body?: ProjectAffiliatedOrganizationsUpdateRequest;
|
|
62044
61974
|
path: {
|
|
62045
61975
|
uuid: string;
|
|
62046
61976
|
};
|
|
@@ -62405,10 +62335,6 @@ export type OpenstackBackupsListData = {
|
|
|
62405
62335
|
* Tenant UUID
|
|
62406
62336
|
*/
|
|
62407
62337
|
tenant_uuid?: string;
|
|
62408
|
-
/**
|
|
62409
|
-
* UUID
|
|
62410
|
-
*/
|
|
62411
|
-
uuid?: string;
|
|
62412
62338
|
};
|
|
62413
62339
|
url: '/api/openstack-backups/';
|
|
62414
62340
|
};
|
|
@@ -62514,10 +62440,6 @@ export type OpenstackBackupsCountData = {
|
|
|
62514
62440
|
* Tenant UUID
|
|
62515
62441
|
*/
|
|
62516
62442
|
tenant_uuid?: string;
|
|
62517
|
-
/**
|
|
62518
|
-
* UUID
|
|
62519
|
-
*/
|
|
62520
|
-
uuid?: string;
|
|
62521
62443
|
};
|
|
62522
62444
|
url: '/api/openstack-backups/';
|
|
62523
62445
|
};
|
|
@@ -63004,10 +62926,6 @@ export type OpenstackFloatingIpsListData = {
|
|
|
63004
62926
|
* Tenant UUID
|
|
63005
62927
|
*/
|
|
63006
62928
|
tenant_uuid?: string;
|
|
63007
|
-
/**
|
|
63008
|
-
* UUID
|
|
63009
|
-
*/
|
|
63010
|
-
uuid?: string;
|
|
63011
62929
|
};
|
|
63012
62930
|
url: '/api/openstack-floating-ips/';
|
|
63013
62931
|
};
|
|
@@ -63111,10 +63029,6 @@ export type OpenstackFloatingIpsCountData = {
|
|
|
63111
63029
|
* Tenant UUID
|
|
63112
63030
|
*/
|
|
63113
63031
|
tenant_uuid?: string;
|
|
63114
|
-
/**
|
|
63115
|
-
* UUID
|
|
63116
|
-
*/
|
|
63117
|
-
uuid?: string;
|
|
63118
63032
|
};
|
|
63119
63033
|
url: '/api/openstack-floating-ips/';
|
|
63120
63034
|
};
|
|
@@ -63886,10 +63800,6 @@ export type OpenstackInstancesListData = {
|
|
|
63886
63800
|
* Tenant UUID
|
|
63887
63801
|
*/
|
|
63888
63802
|
tenant_uuid?: string;
|
|
63889
|
-
/**
|
|
63890
|
-
* UUID
|
|
63891
|
-
*/
|
|
63892
|
-
uuid?: string;
|
|
63893
63803
|
};
|
|
63894
63804
|
url: '/api/openstack-instances/';
|
|
63895
63805
|
};
|
|
@@ -64004,10 +63914,6 @@ export type OpenstackInstancesCountData = {
|
|
|
64004
63914
|
* Tenant UUID
|
|
64005
63915
|
*/
|
|
64006
63916
|
tenant_uuid?: string;
|
|
64007
|
-
/**
|
|
64008
|
-
* UUID
|
|
64009
|
-
*/
|
|
64010
|
-
uuid?: string;
|
|
64011
63917
|
};
|
|
64012
63918
|
url: '/api/openstack-instances/';
|
|
64013
63919
|
};
|
|
@@ -64767,10 +64673,6 @@ export type OpenstackMarketplaceTenantsListData = {
|
|
|
64767
64673
|
*
|
|
64768
64674
|
*/
|
|
64769
64675
|
state?: Array<CoreStates>;
|
|
64770
|
-
/**
|
|
64771
|
-
* UUID
|
|
64772
|
-
*/
|
|
64773
|
-
uuid?: string;
|
|
64774
64676
|
};
|
|
64775
64677
|
url: '/api/openstack-marketplace-tenants/';
|
|
64776
64678
|
};
|
|
@@ -64860,10 +64762,6 @@ export type OpenstackMarketplaceTenantsCountData = {
|
|
|
64860
64762
|
*
|
|
64861
64763
|
*/
|
|
64862
64764
|
state?: Array<CoreStates>;
|
|
64863
|
-
/**
|
|
64864
|
-
* UUID
|
|
64865
|
-
*/
|
|
64866
|
-
uuid?: string;
|
|
64867
64765
|
};
|
|
64868
64766
|
url: '/api/openstack-marketplace-tenants/';
|
|
64869
64767
|
};
|
|
@@ -65277,10 +65175,6 @@ export type OpenstackNetworksListData = {
|
|
|
65277
65175
|
*/
|
|
65278
65176
|
tenant_uuid?: string;
|
|
65279
65177
|
type?: string;
|
|
65280
|
-
/**
|
|
65281
|
-
* UUID
|
|
65282
|
-
*/
|
|
65283
|
-
uuid?: string;
|
|
65284
65178
|
};
|
|
65285
65179
|
url: '/api/openstack-networks/';
|
|
65286
65180
|
};
|
|
@@ -65388,10 +65282,6 @@ export type OpenstackNetworksCountData = {
|
|
|
65388
65282
|
*/
|
|
65389
65283
|
tenant_uuid?: string;
|
|
65390
65284
|
type?: string;
|
|
65391
|
-
/**
|
|
65392
|
-
* UUID
|
|
65393
|
-
*/
|
|
65394
|
-
uuid?: string;
|
|
65395
65285
|
};
|
|
65396
65286
|
url: '/api/openstack-networks/';
|
|
65397
65287
|
};
|
|
@@ -66613,10 +66503,6 @@ export type OpenstackSecurityGroupsListData = {
|
|
|
66613
66503
|
* Tenant UUID
|
|
66614
66504
|
*/
|
|
66615
66505
|
tenant_uuid?: string;
|
|
66616
|
-
/**
|
|
66617
|
-
* UUID
|
|
66618
|
-
*/
|
|
66619
|
-
uuid?: string;
|
|
66620
66506
|
};
|
|
66621
66507
|
url: '/api/openstack-security-groups/';
|
|
66622
66508
|
};
|
|
@@ -66718,10 +66604,6 @@ export type OpenstackSecurityGroupsCountData = {
|
|
|
66718
66604
|
* Tenant UUID
|
|
66719
66605
|
*/
|
|
66720
66606
|
tenant_uuid?: string;
|
|
66721
|
-
/**
|
|
66722
|
-
* UUID
|
|
66723
|
-
*/
|
|
66724
|
-
uuid?: string;
|
|
66725
66607
|
};
|
|
66726
66608
|
url: '/api/openstack-security-groups/';
|
|
66727
66609
|
};
|
|
@@ -66944,10 +66826,6 @@ export type OpenstackServerGroupsListData = {
|
|
|
66944
66826
|
* Tenant UUID
|
|
66945
66827
|
*/
|
|
66946
66828
|
tenant_uuid?: string;
|
|
66947
|
-
/**
|
|
66948
|
-
* UUID
|
|
66949
|
-
*/
|
|
66950
|
-
uuid?: string;
|
|
66951
66829
|
};
|
|
66952
66830
|
url: '/api/openstack-server-groups/';
|
|
66953
66831
|
};
|
|
@@ -67045,10 +66923,6 @@ export type OpenstackServerGroupsCountData = {
|
|
|
67045
66923
|
* Tenant UUID
|
|
67046
66924
|
*/
|
|
67047
66925
|
tenant_uuid?: string;
|
|
67048
|
-
/**
|
|
67049
|
-
* UUID
|
|
67050
|
-
*/
|
|
67051
|
-
uuid?: string;
|
|
67052
66926
|
};
|
|
67053
66927
|
url: '/api/openstack-server-groups/';
|
|
67054
66928
|
};
|
|
@@ -67260,10 +67134,6 @@ export type OpenstackSnapshotsListData = {
|
|
|
67260
67134
|
* Tenant UUID
|
|
67261
67135
|
*/
|
|
67262
67136
|
tenant_uuid?: string;
|
|
67263
|
-
/**
|
|
67264
|
-
* UUID
|
|
67265
|
-
*/
|
|
67266
|
-
uuid?: string;
|
|
67267
67137
|
};
|
|
67268
67138
|
url: '/api/openstack-snapshots/';
|
|
67269
67139
|
};
|
|
@@ -67378,10 +67248,6 @@ export type OpenstackSnapshotsCountData = {
|
|
|
67378
67248
|
* Tenant UUID
|
|
67379
67249
|
*/
|
|
67380
67250
|
tenant_uuid?: string;
|
|
67381
|
-
/**
|
|
67382
|
-
* UUID
|
|
67383
|
-
*/
|
|
67384
|
-
uuid?: string;
|
|
67385
67251
|
};
|
|
67386
67252
|
url: '/api/openstack-snapshots/';
|
|
67387
67253
|
};
|
|
@@ -67641,10 +67507,6 @@ export type OpenstackSubnetsListData = {
|
|
|
67641
67507
|
* Tenant UUID
|
|
67642
67508
|
*/
|
|
67643
67509
|
tenant_uuid?: string;
|
|
67644
|
-
/**
|
|
67645
|
-
* UUID
|
|
67646
|
-
*/
|
|
67647
|
-
uuid?: string;
|
|
67648
67510
|
};
|
|
67649
67511
|
url: '/api/openstack-subnets/';
|
|
67650
67512
|
};
|
|
@@ -67760,10 +67622,6 @@ export type OpenstackSubnetsCountData = {
|
|
|
67760
67622
|
* Tenant UUID
|
|
67761
67623
|
*/
|
|
67762
67624
|
tenant_uuid?: string;
|
|
67763
|
-
/**
|
|
67764
|
-
* UUID
|
|
67765
|
-
*/
|
|
67766
|
-
uuid?: string;
|
|
67767
67625
|
};
|
|
67768
67626
|
url: '/api/openstack-subnets/';
|
|
67769
67627
|
};
|
|
@@ -67992,10 +67850,6 @@ export type OpenstackTenantsListData = {
|
|
|
67992
67850
|
*
|
|
67993
67851
|
*/
|
|
67994
67852
|
state?: Array<CoreStates>;
|
|
67995
|
-
/**
|
|
67996
|
-
* UUID
|
|
67997
|
-
*/
|
|
67998
|
-
uuid?: string;
|
|
67999
67853
|
};
|
|
68000
67854
|
url: '/api/openstack-tenants/';
|
|
68001
67855
|
};
|
|
@@ -68085,10 +67939,6 @@ export type OpenstackTenantsCountData = {
|
|
|
68085
67939
|
*
|
|
68086
67940
|
*/
|
|
68087
67941
|
state?: Array<CoreStates>;
|
|
68088
|
-
/**
|
|
68089
|
-
* UUID
|
|
68090
|
-
*/
|
|
68091
|
-
uuid?: string;
|
|
68092
67942
|
};
|
|
68093
67943
|
url: '/api/openstack-tenants/';
|
|
68094
67944
|
};
|
|
@@ -68220,10 +68070,6 @@ export type OpenstackTenantsBackendInstancesListData = {
|
|
|
68220
68070
|
*
|
|
68221
68071
|
*/
|
|
68222
68072
|
state?: Array<CoreStates>;
|
|
68223
|
-
/**
|
|
68224
|
-
* UUID
|
|
68225
|
-
*/
|
|
68226
|
-
uuid?: string;
|
|
68227
68073
|
};
|
|
68228
68074
|
url: '/api/openstack-tenants/{uuid}/backend_instances/';
|
|
68229
68075
|
};
|
|
@@ -68315,10 +68161,6 @@ export type OpenstackTenantsBackendVolumesListData = {
|
|
|
68315
68161
|
*
|
|
68316
68162
|
*/
|
|
68317
68163
|
state?: Array<CoreStates>;
|
|
68318
|
-
/**
|
|
68319
|
-
* UUID
|
|
68320
|
-
*/
|
|
68321
|
-
uuid?: string;
|
|
68322
68164
|
};
|
|
68323
68165
|
url: '/api/openstack-tenants/{uuid}/backend_volumes/';
|
|
68324
68166
|
};
|
|
@@ -68867,10 +68709,6 @@ export type OpenstackVolumesListData = {
|
|
|
68867
68709
|
* Tenant UUID
|
|
68868
68710
|
*/
|
|
68869
68711
|
tenant_uuid?: string;
|
|
68870
|
-
/**
|
|
68871
|
-
* UUID
|
|
68872
|
-
*/
|
|
68873
|
-
uuid?: string;
|
|
68874
68712
|
};
|
|
68875
68713
|
url: '/api/openstack-volumes/';
|
|
68876
68714
|
};
|
|
@@ -68993,10 +68831,6 @@ export type OpenstackVolumesCountData = {
|
|
|
68993
68831
|
* Tenant UUID
|
|
68994
68832
|
*/
|
|
68995
68833
|
tenant_uuid?: string;
|
|
68996
|
-
/**
|
|
68997
|
-
* UUID
|
|
68998
|
-
*/
|
|
68999
|
-
uuid?: string;
|
|
69000
68834
|
};
|
|
69001
68835
|
url: '/api/openstack-volumes/';
|
|
69002
68836
|
};
|
|
@@ -71017,7 +70851,7 @@ export type ProjectsSyncUserRolesResponses = {
|
|
|
71017
70851
|
200: unknown;
|
|
71018
70852
|
};
|
|
71019
70853
|
export type ProjectsUpdateAffiliatedOrganizationsData = {
|
|
71020
|
-
body?:
|
|
70854
|
+
body?: ProjectAffiliatedOrganizationsUpdateRequest;
|
|
71021
70855
|
path: {
|
|
71022
70856
|
uuid: string;
|
|
71023
70857
|
};
|
|
@@ -73865,10 +73699,6 @@ export type RancherAppsListData = {
|
|
|
73865
73699
|
*/
|
|
73866
73700
|
state?: Array<CoreStates>;
|
|
73867
73701
|
template_uuid?: string;
|
|
73868
|
-
/**
|
|
73869
|
-
* UUID
|
|
73870
|
-
*/
|
|
73871
|
-
uuid?: string;
|
|
73872
73702
|
};
|
|
73873
73703
|
url: '/api/rancher-apps/';
|
|
73874
73704
|
};
|
|
@@ -73958,10 +73788,6 @@ export type RancherAppsCountData = {
|
|
|
73958
73788
|
*/
|
|
73959
73789
|
state?: Array<CoreStates>;
|
|
73960
73790
|
template_uuid?: string;
|
|
73961
|
-
/**
|
|
73962
|
-
* UUID
|
|
73963
|
-
*/
|
|
73964
|
-
uuid?: string;
|
|
73965
73791
|
};
|
|
73966
73792
|
url: '/api/rancher-apps/';
|
|
73967
73793
|
};
|
|
@@ -74431,10 +74257,6 @@ export type RancherClustersListData = {
|
|
|
74431
74257
|
*
|
|
74432
74258
|
*/
|
|
74433
74259
|
state?: Array<CoreStates>;
|
|
74434
|
-
/**
|
|
74435
|
-
* UUID
|
|
74436
|
-
*/
|
|
74437
|
-
uuid?: string;
|
|
74438
74260
|
};
|
|
74439
74261
|
url: '/api/rancher-clusters/';
|
|
74440
74262
|
};
|
|
@@ -74524,10 +74346,6 @@ export type RancherClustersCountData = {
|
|
|
74524
74346
|
*
|
|
74525
74347
|
*/
|
|
74526
74348
|
state?: Array<CoreStates>;
|
|
74527
|
-
/**
|
|
74528
|
-
* UUID
|
|
74529
|
-
*/
|
|
74530
|
-
uuid?: string;
|
|
74531
74349
|
};
|
|
74532
74350
|
url: '/api/rancher-clusters/';
|
|
74533
74351
|
};
|
|
@@ -74960,10 +74778,6 @@ export type RancherIngressesListData = {
|
|
|
74960
74778
|
*
|
|
74961
74779
|
*/
|
|
74962
74780
|
state?: Array<CoreStates>;
|
|
74963
|
-
/**
|
|
74964
|
-
* UUID
|
|
74965
|
-
*/
|
|
74966
|
-
uuid?: string;
|
|
74967
74781
|
};
|
|
74968
74782
|
url: '/api/rancher-ingresses/';
|
|
74969
74783
|
};
|
|
@@ -75056,10 +74870,6 @@ export type RancherIngressesCountData = {
|
|
|
75056
74870
|
*
|
|
75057
74871
|
*/
|
|
75058
74872
|
state?: Array<CoreStates>;
|
|
75059
|
-
/**
|
|
75060
|
-
* UUID
|
|
75061
|
-
*/
|
|
75062
|
-
uuid?: string;
|
|
75063
74873
|
};
|
|
75064
74874
|
url: '/api/rancher-ingresses/';
|
|
75065
74875
|
};
|
|
@@ -75761,10 +75571,6 @@ export type RancherServicesListData = {
|
|
|
75761
75571
|
*
|
|
75762
75572
|
*/
|
|
75763
75573
|
state?: Array<CoreStates>;
|
|
75764
|
-
/**
|
|
75765
|
-
* UUID
|
|
75766
|
-
*/
|
|
75767
|
-
uuid?: string;
|
|
75768
75574
|
};
|
|
75769
75575
|
url: '/api/rancher-services/';
|
|
75770
75576
|
};
|
|
@@ -75857,10 +75663,6 @@ export type RancherServicesCountData = {
|
|
|
75857
75663
|
*
|
|
75858
75664
|
*/
|
|
75859
75665
|
state?: Array<CoreStates>;
|
|
75860
|
-
/**
|
|
75861
|
-
* UUID
|
|
75862
|
-
*/
|
|
75863
|
-
uuid?: string;
|
|
75864
75666
|
};
|
|
75865
75667
|
url: '/api/rancher-services/';
|
|
75866
75668
|
};
|
|
@@ -78072,10 +77874,6 @@ export type SlurmAllocationsListData = {
|
|
|
78072
77874
|
*
|
|
78073
77875
|
*/
|
|
78074
77876
|
state?: Array<CoreStates>;
|
|
78075
|
-
/**
|
|
78076
|
-
* UUID
|
|
78077
|
-
*/
|
|
78078
|
-
uuid?: string;
|
|
78079
77877
|
};
|
|
78080
77878
|
url: '/api/slurm-allocations/';
|
|
78081
77879
|
};
|
|
@@ -78166,10 +77964,6 @@ export type SlurmAllocationsCountData = {
|
|
|
78166
77964
|
*
|
|
78167
77965
|
*/
|
|
78168
77966
|
state?: Array<CoreStates>;
|
|
78169
|
-
/**
|
|
78170
|
-
* UUID
|
|
78171
|
-
*/
|
|
78172
|
-
uuid?: string;
|
|
78173
77967
|
};
|
|
78174
77968
|
url: '/api/slurm-allocations/';
|
|
78175
77969
|
};
|
|
@@ -82949,10 +82743,6 @@ export type VmwareDisksListData = {
|
|
|
82949
82743
|
*
|
|
82950
82744
|
*/
|
|
82951
82745
|
state?: Array<CoreStates>;
|
|
82952
|
-
/**
|
|
82953
|
-
* UUID
|
|
82954
|
-
*/
|
|
82955
|
-
uuid?: string;
|
|
82956
82746
|
vm?: string;
|
|
82957
82747
|
vm_uuid?: string;
|
|
82958
82748
|
};
|
|
@@ -83044,10 +82834,6 @@ export type VmwareDisksCountData = {
|
|
|
83044
82834
|
*
|
|
83045
82835
|
*/
|
|
83046
82836
|
state?: Array<CoreStates>;
|
|
83047
|
-
/**
|
|
83048
|
-
* UUID
|
|
83049
|
-
*/
|
|
83050
|
-
uuid?: string;
|
|
83051
82837
|
vm?: string;
|
|
83052
82838
|
vm_uuid?: string;
|
|
83053
82839
|
};
|
|
@@ -83444,10 +83230,6 @@ export type VmwarePortsListData = {
|
|
|
83444
83230
|
*
|
|
83445
83231
|
*/
|
|
83446
83232
|
state?: Array<CoreStates>;
|
|
83447
|
-
/**
|
|
83448
|
-
* UUID
|
|
83449
|
-
*/
|
|
83450
|
-
uuid?: string;
|
|
83451
83233
|
vm?: string;
|
|
83452
83234
|
vm_uuid?: string;
|
|
83453
83235
|
};
|
|
@@ -83541,10 +83323,6 @@ export type VmwarePortsCountData = {
|
|
|
83541
83323
|
*
|
|
83542
83324
|
*/
|
|
83543
83325
|
state?: Array<CoreStates>;
|
|
83544
|
-
/**
|
|
83545
|
-
* UUID
|
|
83546
|
-
*/
|
|
83547
|
-
uuid?: string;
|
|
83548
83326
|
vm?: string;
|
|
83549
83327
|
vm_uuid?: string;
|
|
83550
83328
|
};
|
|
@@ -83808,10 +83586,6 @@ export type VmwareVirtualMachineListData = {
|
|
|
83808
83586
|
*
|
|
83809
83587
|
*/
|
|
83810
83588
|
state?: Array<CoreStates>;
|
|
83811
|
-
/**
|
|
83812
|
-
* UUID
|
|
83813
|
-
*/
|
|
83814
|
-
uuid?: string;
|
|
83815
83589
|
};
|
|
83816
83590
|
url: '/api/vmware-virtual-machine/';
|
|
83817
83591
|
};
|
|
@@ -83902,10 +83676,6 @@ export type VmwareVirtualMachineCountData = {
|
|
|
83902
83676
|
*
|
|
83903
83677
|
*/
|
|
83904
83678
|
state?: Array<CoreStates>;
|
|
83905
|
-
/**
|
|
83906
|
-
* UUID
|
|
83907
|
-
*/
|
|
83908
|
-
uuid?: string;
|
|
83909
83679
|
};
|
|
83910
83680
|
url: '/api/vmware-virtual-machine/';
|
|
83911
83681
|
};
|