@openshift-migration-advisor/agent-sdk 0.12.0-914fe80385ee → 0.12.0-a3d6bdc8bce2
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/.openapi-generator/FILES +16 -0
- package/README.md +19 -4
- package/dist/apis/DefaultApi.d.ts +303 -41
- package/dist/apis/DefaultApi.js +335 -46
- package/dist/esm/apis/DefaultApi.d.ts +303 -41
- package/dist/esm/apis/DefaultApi.js +335 -46
- package/dist/esm/models/AgentStatus.d.ts +1 -1
- package/dist/esm/models/AgentStatus.js +3 -3
- package/dist/esm/models/ClusterFeatures.d.ts +54 -0
- package/dist/esm/models/ClusterFeatures.js +54 -0
- package/dist/esm/models/ClusterUtilization.d.ts +68 -0
- package/dist/esm/models/ClusterUtilization.js +67 -0
- package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
- package/dist/esm/models/CreateGroupRequest.js +0 -2
- package/dist/esm/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -0
- package/dist/esm/models/Group.d.ts +0 -6
- package/dist/esm/models/Group.js +0 -2
- package/dist/esm/models/GroupResponse.d.ts +7 -0
- package/dist/esm/models/GroupResponse.js +3 -0
- package/dist/esm/models/InspectorStatus.d.ts +0 -17
- package/dist/esm/models/InspectorStatus.js +1 -10
- package/dist/esm/models/Inventory.d.ts +7 -1
- package/dist/esm/models/Inventory.js +5 -3
- package/dist/esm/models/InventoryData.d.ts +14 -0
- package/dist/esm/models/InventoryData.js +6 -0
- package/dist/esm/models/RightsizingClusterListResponse.d.ts +1 -1
- package/dist/esm/models/RightsizingClusterListResponse.js +3 -3
- package/dist/esm/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingClusterResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterUtilization.d.ts +12 -12
- package/dist/esm/models/RightsizingClusterUtilization.js +36 -36
- package/dist/esm/models/RightsizingCollectRequest.d.ts +6 -6
- package/dist/esm/models/RightsizingCollectRequest.js +12 -12
- package/dist/esm/models/RightsizingMetricStats.d.ts +1 -1
- package/dist/esm/models/RightsizingMetricStats.js +3 -3
- package/dist/esm/models/RightsizingReport.d.ts +6 -6
- package/dist/esm/models/RightsizingReport.js +18 -18
- package/dist/esm/models/RightsizingReportSummary.d.ts +6 -6
- package/dist/esm/models/RightsizingReportSummary.js +18 -18
- package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
- package/dist/esm/models/StartInspectionRequest.js +5 -0
- package/dist/esm/models/UpdateGroupRequest.d.ts +0 -6
- package/dist/esm/models/UpdateGroupRequest.js +0 -2
- package/dist/esm/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/esm/models/UpdateLabelVMsRequest.js +43 -0
- package/dist/esm/models/VMFilterOptionsResponse.d.ts +50 -0
- package/dist/esm/models/VMFilterOptionsResponse.js +55 -0
- package/dist/esm/models/VMLabelsResponse.d.ts +38 -0
- package/dist/esm/models/VMLabelsResponse.js +47 -0
- package/dist/esm/models/VirtualMachine.d.ts +18 -6
- package/dist/esm/models/VirtualMachine.js +14 -10
- package/dist/esm/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/esm/models/VirtualMachineDetail.js +7 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
- package/dist/esm/models/VmUtilizationDetails.d.ts +12 -12
- package/dist/esm/models/VmUtilizationDetails.js +36 -36
- package/dist/esm/models/index.d.ts +8 -0
- package/dist/esm/models/index.js +8 -0
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +3 -3
- package/dist/models/ClusterFeatures.d.ts +54 -0
- package/dist/models/ClusterFeatures.js +62 -0
- package/dist/models/ClusterUtilization.d.ts +68 -0
- package/dist/models/ClusterUtilization.js +74 -0
- package/dist/models/CreateGroupRequest.d.ts +0 -6
- package/dist/models/CreateGroupRequest.js +0 -2
- package/dist/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/models/DeleteLabelGloballyResponse.js +54 -0
- package/dist/models/Group.d.ts +0 -6
- package/dist/models/Group.js +0 -2
- package/dist/models/GroupResponse.d.ts +7 -0
- package/dist/models/GroupResponse.js +3 -0
- package/dist/models/InspectorStatus.d.ts +0 -17
- package/dist/models/InspectorStatus.js +1 -10
- package/dist/models/Inventory.d.ts +7 -1
- package/dist/models/Inventory.js +5 -3
- package/dist/models/InventoryData.d.ts +14 -0
- package/dist/models/InventoryData.js +6 -0
- package/dist/models/RightsizingClusterListResponse.d.ts +1 -1
- package/dist/models/RightsizingClusterListResponse.js +3 -3
- package/dist/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/models/RightsizingClusterResponse.js +55 -0
- package/dist/models/RightsizingClusterUtilization.d.ts +12 -12
- package/dist/models/RightsizingClusterUtilization.js +36 -36
- package/dist/models/RightsizingCollectRequest.d.ts +6 -6
- package/dist/models/RightsizingCollectRequest.js +12 -12
- package/dist/models/RightsizingMetricStats.d.ts +1 -1
- package/dist/models/RightsizingMetricStats.js +3 -3
- package/dist/models/RightsizingReport.d.ts +6 -6
- package/dist/models/RightsizingReport.js +18 -18
- package/dist/models/RightsizingReportSummary.d.ts +6 -6
- package/dist/models/RightsizingReportSummary.js +18 -18
- package/dist/models/StartInspectionRequest.d.ts +8 -1
- package/dist/models/StartInspectionRequest.js +5 -0
- package/dist/models/UpdateGroupRequest.d.ts +0 -6
- package/dist/models/UpdateGroupRequest.js +0 -2
- package/dist/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/models/UpdateLabelVMsRequest.js +50 -0
- package/dist/models/VMFilterOptionsResponse.d.ts +50 -0
- package/dist/models/VMFilterOptionsResponse.js +62 -0
- package/dist/models/VMLabelsResponse.d.ts +38 -0
- package/dist/models/VMLabelsResponse.js +54 -0
- package/dist/models/VirtualMachine.d.ts +18 -6
- package/dist/models/VirtualMachine.js +14 -10
- package/dist/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/models/VirtualMachineDetail.js +7 -0
- package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/models/VirtualMachineUpdateRequest.js +50 -0
- package/dist/models/VmUtilizationDetails.d.ts +12 -12
- package/dist/models/VmUtilizationDetails.js +36 -36
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/docs/AgentStatus.md +2 -2
- package/docs/ClusterFeatures.md +38 -0
- package/docs/ClusterUtilization.md +46 -0
- package/docs/CreateGroupRequest.md +0 -2
- package/docs/DefaultApi.md +529 -60
- package/docs/DeleteLabelGloballyResponse.md +36 -0
- package/docs/GetInventory200Response.md +4 -2
- package/docs/Group.md +0 -2
- package/docs/GroupResponse.md +2 -0
- package/docs/InspectorStatus.md +0 -4
- package/docs/Inventory.md +4 -2
- package/docs/InventoryData.md +4 -0
- package/docs/RightsizingClusterListResponse.md +2 -2
- package/docs/RightsizingClusterResponse.md +36 -0
- package/docs/RightsizingClusterUtilization.md +24 -24
- package/docs/RightsizingCollectRequest.md +12 -12
- package/docs/RightsizingMetricStats.md +2 -2
- package/docs/RightsizingReport.md +12 -12
- package/docs/RightsizingReportSummary.md +12 -12
- package/docs/StartInspectionRequest.md +3 -1
- package/docs/UpdateGroupRequest.md +0 -2
- package/docs/UpdateLabelVMsRequest.md +36 -0
- package/docs/VMFilterOptionsResponse.md +40 -0
- package/docs/VMLabelsResponse.md +36 -0
- package/docs/VirtualMachine.md +14 -10
- package/docs/VirtualMachineDetail.md +6 -0
- package/docs/VirtualMachineUpdateRequest.md +36 -0
- package/docs/VmUtilizationDetails.md +24 -24
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +641 -88
- package/src/models/AgentStatus.ts +4 -4
- package/src/models/ClusterFeatures.ts +94 -0
- package/src/models/ClusterUtilization.ts +120 -0
- package/src/models/CreateGroupRequest.ts +0 -8
- package/src/models/DeleteLabelGloballyResponse.ts +75 -0
- package/src/models/Group.ts +0 -8
- package/src/models/GroupResponse.ts +15 -0
- package/src/models/InspectorStatus.ts +1 -28
- package/src/models/Inventory.ts +12 -4
- package/src/models/InventoryData.ts +30 -0
- package/src/models/RightsizingClusterListResponse.ts +4 -4
- package/src/models/RightsizingClusterResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +48 -48
- package/src/models/RightsizingCollectRequest.ts +18 -18
- package/src/models/RightsizingMetricStats.ts +4 -4
- package/src/models/RightsizingReport.ts +24 -24
- package/src/models/RightsizingReportSummary.ts +24 -24
- package/src/models/StartInspectionRequest.ts +18 -1
- package/src/models/UpdateGroupRequest.ts +0 -8
- package/src/models/UpdateLabelVMsRequest.ts +73 -0
- package/src/models/VMFilterOptionsResponse.ts +93 -0
- package/src/models/VMLabelsResponse.ts +75 -0
- package/src/models/VirtualMachine.ts +32 -16
- package/src/models/VirtualMachineDetail.ts +31 -0
- package/src/models/VirtualMachineUpdateRequest.ts +73 -0
- package/src/models/VmUtilizationDetails.ts +48 -48
- package/src/models/index.ts +8 -0
|
@@ -17,6 +17,7 @@ import { type CollectorStartRequest } from '../models/CollectorStartRequest.js';
|
|
|
17
17
|
import { type CollectorStatus } from '../models/CollectorStatus.js';
|
|
18
18
|
import { type CreateGroupRequest } from '../models/CreateGroupRequest.js';
|
|
19
19
|
import { type DatastoreDetail } from '../models/DatastoreDetail.js';
|
|
20
|
+
import { type DeleteLabelGloballyResponse } from '../models/DeleteLabelGloballyResponse.js';
|
|
20
21
|
import { type ForecastStats } from '../models/ForecastStats.js';
|
|
21
22
|
import { type ForecasterDatastoresRequest } from '../models/ForecasterDatastoresRequest.js';
|
|
22
23
|
import { type ForecasterStartRequest } from '../models/ForecasterStartRequest.js';
|
|
@@ -29,6 +30,7 @@ import { type InspectorStatus } from '../models/InspectorStatus.js';
|
|
|
29
30
|
import { type PairCapability } from '../models/PairCapability.js';
|
|
30
31
|
import { type PairCapabilityRequest } from '../models/PairCapabilityRequest.js';
|
|
31
32
|
import { type RightsizingClusterListResponse } from '../models/RightsizingClusterListResponse.js';
|
|
33
|
+
import { type RightsizingClusterResponse } from '../models/RightsizingClusterResponse.js';
|
|
32
34
|
import { type RightsizingCollectRequest } from '../models/RightsizingCollectRequest.js';
|
|
33
35
|
import { type RightsizingReport } from '../models/RightsizingReport.js';
|
|
34
36
|
import { type RightsizingReportListResponse } from '../models/RightsizingReportListResponse.js';
|
|
@@ -36,11 +38,15 @@ import { type RightsizingReportSummary } from '../models/RightsizingReportSummar
|
|
|
36
38
|
import { type StartInspectionRequest } from '../models/StartInspectionRequest.js';
|
|
37
39
|
import { type StopForecasterPair202Response } from '../models/StopForecasterPair202Response.js';
|
|
38
40
|
import { type UpdateGroupRequest } from '../models/UpdateGroupRequest.js';
|
|
41
|
+
import { type UpdateLabelVMsRequest } from '../models/UpdateLabelVMsRequest.js';
|
|
42
|
+
import { type VMFilterOptionsResponse } from '../models/VMFilterOptionsResponse.js';
|
|
43
|
+
import { type VMLabelsResponse } from '../models/VMLabelsResponse.js';
|
|
39
44
|
import { type VcenterCredentials } from '../models/VcenterCredentials.js';
|
|
40
45
|
import { type VddkProperties } from '../models/VddkProperties.js';
|
|
41
46
|
import { type VersionInfo } from '../models/VersionInfo.js';
|
|
42
47
|
import { type VirtualMachineDetail } from '../models/VirtualMachineDetail.js';
|
|
43
48
|
import { type VirtualMachineListResponse } from '../models/VirtualMachineListResponse.js';
|
|
49
|
+
import { type VirtualMachineUpdateRequest } from '../models/VirtualMachineUpdateRequest.js';
|
|
44
50
|
import { type VmInspectionStatus } from '../models/VmInspectionStatus.js';
|
|
45
51
|
import { type VmUtilizationDetails } from '../models/VmUtilizationDetails.js';
|
|
46
52
|
export interface CreateGroupOperationRequest {
|
|
@@ -52,6 +58,9 @@ export interface DeleteForecasterRunRequest {
|
|
|
52
58
|
export interface DeleteGroupRequest {
|
|
53
59
|
id: string;
|
|
54
60
|
}
|
|
61
|
+
export interface DeleteLabelGloballyRequest {
|
|
62
|
+
label: string;
|
|
63
|
+
}
|
|
55
64
|
export interface GetForecasterDatastoresRequest {
|
|
56
65
|
forecasterDatastoresRequest?: ForecasterDatastoresRequest;
|
|
57
66
|
}
|
|
@@ -69,7 +78,6 @@ export interface GetGroupRequest {
|
|
|
69
78
|
}
|
|
70
79
|
export interface GetInspectorStatusRequest {
|
|
71
80
|
includeVddk?: boolean;
|
|
72
|
-
includeCredentials?: boolean;
|
|
73
81
|
}
|
|
74
82
|
export interface GetInventoryRequest {
|
|
75
83
|
withAgentId?: boolean;
|
|
@@ -79,7 +87,11 @@ export interface GetLatestRightsizingClustersRequest {
|
|
|
79
87
|
byExpression?: string;
|
|
80
88
|
}
|
|
81
89
|
export interface GetRightsizingReportRequest {
|
|
82
|
-
|
|
90
|
+
reportId: string;
|
|
91
|
+
}
|
|
92
|
+
export interface GetRightsizingReportClusterRequest {
|
|
93
|
+
reportId: string;
|
|
94
|
+
clusterId: string;
|
|
83
95
|
}
|
|
84
96
|
export interface GetRightsizingReportClustersRequest {
|
|
85
97
|
reportId: string;
|
|
@@ -102,15 +114,16 @@ export interface ListGroupsRequest {
|
|
|
102
114
|
page?: number;
|
|
103
115
|
pageSize?: number;
|
|
104
116
|
}
|
|
117
|
+
export interface ListRightsizingReportClustersRequest {
|
|
118
|
+
reportId: string;
|
|
119
|
+
byExpression?: string;
|
|
120
|
+
}
|
|
105
121
|
export interface PostForecasterPairCapabilitiesRequest {
|
|
106
122
|
pairCapabilityRequest: PairCapabilityRequest;
|
|
107
123
|
}
|
|
108
124
|
export interface PutForecasterCredentialsRequest {
|
|
109
125
|
vcenterCredentials: VcenterCredentials;
|
|
110
126
|
}
|
|
111
|
-
export interface PutInspectorCredentialsRequest {
|
|
112
|
-
vcenterCredentials: VcenterCredentials;
|
|
113
|
-
}
|
|
114
127
|
export interface PutInspectorVddkRequest {
|
|
115
128
|
file: Blob;
|
|
116
129
|
}
|
|
@@ -139,6 +152,17 @@ export interface UpdateGroupOperationRequest {
|
|
|
139
152
|
id: string;
|
|
140
153
|
updateGroupRequest: UpdateGroupRequest;
|
|
141
154
|
}
|
|
155
|
+
export interface UpdateLabelVMsOperationRequest {
|
|
156
|
+
label: string;
|
|
157
|
+
updateLabelVMsRequest: UpdateLabelVMsRequest;
|
|
158
|
+
}
|
|
159
|
+
export interface UpdateVMRequest {
|
|
160
|
+
id: string;
|
|
161
|
+
virtualMachineUpdateRequest: VirtualMachineUpdateRequest;
|
|
162
|
+
}
|
|
163
|
+
export interface ValidateInspectorCredentialsRequest {
|
|
164
|
+
vcenterCredentials: VcenterCredentials;
|
|
165
|
+
}
|
|
142
166
|
/**
|
|
143
167
|
* DefaultApi - interface
|
|
144
168
|
*
|
|
@@ -206,6 +230,26 @@ export interface DefaultApiInterface {
|
|
|
206
230
|
* Delete group
|
|
207
231
|
*/
|
|
208
232
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
233
|
+
/**
|
|
234
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
235
|
+
* @param {string} label The label to remove from all VMs
|
|
236
|
+
* @throws {RequiredError}
|
|
237
|
+
* @memberof DefaultApiInterface
|
|
238
|
+
*/
|
|
239
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
240
|
+
/**
|
|
241
|
+
*
|
|
242
|
+
* @summary Delete label from all VMs
|
|
243
|
+
* @param {string} label The label to remove from all VMs
|
|
244
|
+
* @param {*} [options] Override http request option.
|
|
245
|
+
* @throws {RequiredError}
|
|
246
|
+
* @memberof DefaultApiInterface
|
|
247
|
+
*/
|
|
248
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
249
|
+
/**
|
|
250
|
+
* Delete label from all VMs
|
|
251
|
+
*/
|
|
252
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
209
253
|
/**
|
|
210
254
|
* Creates request options for getAgentStatus without sending the request
|
|
211
255
|
* @throws {RequiredError}
|
|
@@ -353,7 +397,6 @@ export interface DefaultApiInterface {
|
|
|
353
397
|
/**
|
|
354
398
|
* Creates request options for getInspectorStatus without sending the request
|
|
355
399
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
356
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
357
400
|
* @throws {RequiredError}
|
|
358
401
|
* @memberof DefaultApiInterface
|
|
359
402
|
*/
|
|
@@ -362,7 +405,6 @@ export interface DefaultApiInterface {
|
|
|
362
405
|
*
|
|
363
406
|
* @summary Get inspector status
|
|
364
407
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
365
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
366
408
|
* @param {*} [options] Override http request option.
|
|
367
409
|
* @throws {RequiredError}
|
|
368
410
|
* @memberof DefaultApiInterface
|
|
@@ -415,6 +457,7 @@ export interface DefaultApiInterface {
|
|
|
415
457
|
/**
|
|
416
458
|
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
417
459
|
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
460
|
+
* @deprecated
|
|
418
461
|
* @throws {RequiredError}
|
|
419
462
|
* @memberof DefaultApiInterface
|
|
420
463
|
*/
|
|
@@ -424,17 +467,19 @@ export interface DefaultApiInterface {
|
|
|
424
467
|
* @summary Get cluster-level utilization aggregates for the latest completed report
|
|
425
468
|
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
426
469
|
* @param {*} [options] Override http request option.
|
|
470
|
+
* @deprecated
|
|
427
471
|
* @throws {RequiredError}
|
|
428
472
|
* @memberof DefaultApiInterface
|
|
429
473
|
*/
|
|
430
474
|
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
431
475
|
/**
|
|
432
476
|
* Get cluster-level utilization aggregates for the latest completed report
|
|
477
|
+
* @deprecated
|
|
433
478
|
*/
|
|
434
479
|
getLatestRightsizingClusters(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
435
480
|
/**
|
|
436
481
|
* Creates request options for getRightsizingReport without sending the request
|
|
437
|
-
* @param {string}
|
|
482
|
+
* @param {string} reportId Report UUID
|
|
438
483
|
* @throws {RequiredError}
|
|
439
484
|
* @memberof DefaultApiInterface
|
|
440
485
|
*/
|
|
@@ -442,7 +487,7 @@ export interface DefaultApiInterface {
|
|
|
442
487
|
/**
|
|
443
488
|
*
|
|
444
489
|
* @summary Get a specific rightsizing report with full VM metrics
|
|
445
|
-
* @param {string}
|
|
490
|
+
* @param {string} reportId Report UUID
|
|
446
491
|
* @param {*} [options] Override http request option.
|
|
447
492
|
* @throws {RequiredError}
|
|
448
493
|
* @memberof DefaultApiInterface
|
|
@@ -452,10 +497,33 @@ export interface DefaultApiInterface {
|
|
|
452
497
|
* Get a specific rightsizing report with full VM metrics
|
|
453
498
|
*/
|
|
454
499
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
500
|
+
/**
|
|
501
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
502
|
+
* @param {string} reportId Rightsizing report UUID
|
|
503
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
504
|
+
* @throws {RequiredError}
|
|
505
|
+
* @memberof DefaultApiInterface
|
|
506
|
+
*/
|
|
507
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
508
|
+
/**
|
|
509
|
+
*
|
|
510
|
+
* @summary Get utilization for a specific cluster from a specific report
|
|
511
|
+
* @param {string} reportId Rightsizing report UUID
|
|
512
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
513
|
+
* @param {*} [options] Override http request option.
|
|
514
|
+
* @throws {RequiredError}
|
|
515
|
+
* @memberof DefaultApiInterface
|
|
516
|
+
*/
|
|
517
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
518
|
+
/**
|
|
519
|
+
* Get utilization for a specific cluster from a specific report
|
|
520
|
+
*/
|
|
521
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
455
522
|
/**
|
|
456
523
|
* Creates request options for getRightsizingReportClusters without sending the request
|
|
457
524
|
* @param {string} reportId Rightsizing report UUID
|
|
458
525
|
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
526
|
+
* @deprecated
|
|
459
527
|
* @throws {RequiredError}
|
|
460
528
|
* @memberof DefaultApiInterface
|
|
461
529
|
*/
|
|
@@ -466,12 +534,14 @@ export interface DefaultApiInterface {
|
|
|
466
534
|
* @param {string} reportId Rightsizing report UUID
|
|
467
535
|
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
468
536
|
* @param {*} [options] Override http request option.
|
|
537
|
+
* @deprecated
|
|
469
538
|
* @throws {RequiredError}
|
|
470
539
|
* @memberof DefaultApiInterface
|
|
471
540
|
*/
|
|
472
541
|
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
473
542
|
/**
|
|
474
543
|
* Get cluster-level utilization aggregates for a specific report
|
|
544
|
+
* @deprecated
|
|
475
545
|
*/
|
|
476
546
|
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
477
547
|
/**
|
|
@@ -494,6 +564,24 @@ export interface DefaultApiInterface {
|
|
|
494
564
|
* Get details about a vm
|
|
495
565
|
*/
|
|
496
566
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
567
|
+
/**
|
|
568
|
+
* Creates request options for getVMLabels without sending the request
|
|
569
|
+
* @throws {RequiredError}
|
|
570
|
+
* @memberof DefaultApiInterface
|
|
571
|
+
*/
|
|
572
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
* @summary Get all distinct labels in use across VMs
|
|
576
|
+
* @param {*} [options] Override http request option.
|
|
577
|
+
* @throws {RequiredError}
|
|
578
|
+
* @memberof DefaultApiInterface
|
|
579
|
+
*/
|
|
580
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
581
|
+
/**
|
|
582
|
+
* Get all distinct labels in use across VMs
|
|
583
|
+
*/
|
|
584
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
497
585
|
/**
|
|
498
586
|
* Creates request options for getVMUtilization without sending the request
|
|
499
587
|
* @param {string} id VirtualMachine MoRef ID
|
|
@@ -540,6 +628,24 @@ export interface DefaultApiInterface {
|
|
|
540
628
|
* Get list of VMs with filtering and pagination
|
|
541
629
|
*/
|
|
542
630
|
getVMs(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
631
|
+
/**
|
|
632
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
633
|
+
* @throws {RequiredError}
|
|
634
|
+
* @memberof DefaultApiInterface
|
|
635
|
+
*/
|
|
636
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
637
|
+
/**
|
|
638
|
+
*
|
|
639
|
+
* @summary Get distinct filter option values for VMs
|
|
640
|
+
* @param {*} [options] Override http request option.
|
|
641
|
+
* @throws {RequiredError}
|
|
642
|
+
* @memberof DefaultApiInterface
|
|
643
|
+
*/
|
|
644
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
645
|
+
/**
|
|
646
|
+
* Get distinct filter option values for VMs
|
|
647
|
+
*/
|
|
648
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
543
649
|
/**
|
|
544
650
|
* Creates request options for getVersion without sending the request
|
|
545
651
|
* @throws {RequiredError}
|
|
@@ -582,6 +688,28 @@ export interface DefaultApiInterface {
|
|
|
582
688
|
* List all groups
|
|
583
689
|
*/
|
|
584
690
|
listGroups(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
691
|
+
/**
|
|
692
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
693
|
+
* @param {string} reportId Rightsizing report UUID
|
|
694
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
695
|
+
* @throws {RequiredError}
|
|
696
|
+
* @memberof DefaultApiInterface
|
|
697
|
+
*/
|
|
698
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
699
|
+
/**
|
|
700
|
+
*
|
|
701
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
702
|
+
* @param {string} reportId Rightsizing report UUID
|
|
703
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
704
|
+
* @param {*} [options] Override http request option.
|
|
705
|
+
* @throws {RequiredError}
|
|
706
|
+
* @memberof DefaultApiInterface
|
|
707
|
+
*/
|
|
708
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
709
|
+
/**
|
|
710
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
711
|
+
*/
|
|
712
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
585
713
|
/**
|
|
586
714
|
* Creates request options for listRightsizingReports without sending the request
|
|
587
715
|
* @throws {RequiredError}
|
|
@@ -642,26 +770,6 @@ export interface DefaultApiInterface {
|
|
|
642
770
|
* Verify vCenter credentials and permissions
|
|
643
771
|
*/
|
|
644
772
|
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
645
|
-
/**
|
|
646
|
-
* Creates request options for putInspectorCredentials without sending the request
|
|
647
|
-
* @param {VcenterCredentials} vcenterCredentials
|
|
648
|
-
* @throws {RequiredError}
|
|
649
|
-
* @memberof DefaultApiInterface
|
|
650
|
-
*/
|
|
651
|
-
putInspectorCredentialsRequestOpts(requestParameters: PutInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
652
|
-
/**
|
|
653
|
-
*
|
|
654
|
-
* @summary Set or replace inspector credentials
|
|
655
|
-
* @param {VcenterCredentials} vcenterCredentials
|
|
656
|
-
* @param {*} [options] Override http request option.
|
|
657
|
-
* @throws {RequiredError}
|
|
658
|
-
* @memberof DefaultApiInterface
|
|
659
|
-
*/
|
|
660
|
-
putInspectorCredentialsRaw(requestParameters: PutInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
661
|
-
/**
|
|
662
|
-
* Set or replace inspector credentials
|
|
663
|
-
*/
|
|
664
|
-
putInspectorCredentials(requestParameters: PutInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
665
773
|
/**
|
|
666
774
|
* Creates request options for putInspectorVddk without sending the request
|
|
667
775
|
* @param {Blob} file VDDK tarball
|
|
@@ -901,6 +1009,70 @@ export interface DefaultApiInterface {
|
|
|
901
1009
|
* Update group
|
|
902
1010
|
*/
|
|
903
1011
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1012
|
+
/**
|
|
1013
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1014
|
+
* @param {string} label The label to modify
|
|
1015
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
1016
|
+
* @throws {RequiredError}
|
|
1017
|
+
* @memberof DefaultApiInterface
|
|
1018
|
+
*/
|
|
1019
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
1020
|
+
/**
|
|
1021
|
+
*
|
|
1022
|
+
* @summary Modify label VM membership (add/remove label to/from VMs)
|
|
1023
|
+
* @param {string} label The label to modify
|
|
1024
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
1025
|
+
* @param {*} [options] Override http request option.
|
|
1026
|
+
* @throws {RequiredError}
|
|
1027
|
+
* @memberof DefaultApiInterface
|
|
1028
|
+
*/
|
|
1029
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1030
|
+
/**
|
|
1031
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1032
|
+
*/
|
|
1033
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1034
|
+
/**
|
|
1035
|
+
* Creates request options for updateVM without sending the request
|
|
1036
|
+
* @param {string} id VirtualMachine id
|
|
1037
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
1038
|
+
* @throws {RequiredError}
|
|
1039
|
+
* @memberof DefaultApiInterface
|
|
1040
|
+
*/
|
|
1041
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
1042
|
+
/**
|
|
1043
|
+
*
|
|
1044
|
+
* @summary Update VM properties
|
|
1045
|
+
* @param {string} id VirtualMachine id
|
|
1046
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
1047
|
+
* @param {*} [options] Override http request option.
|
|
1048
|
+
* @throws {RequiredError}
|
|
1049
|
+
* @memberof DefaultApiInterface
|
|
1050
|
+
*/
|
|
1051
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1052
|
+
/**
|
|
1053
|
+
* Update VM properties
|
|
1054
|
+
*/
|
|
1055
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1056
|
+
/**
|
|
1057
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1058
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
1059
|
+
* @throws {RequiredError}
|
|
1060
|
+
* @memberof DefaultApiInterface
|
|
1061
|
+
*/
|
|
1062
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1063
|
+
/**
|
|
1064
|
+
*
|
|
1065
|
+
* @summary Validate vCenter credentials for inspector
|
|
1066
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
1067
|
+
* @param {*} [options] Override http request option.
|
|
1068
|
+
* @throws {RequiredError}
|
|
1069
|
+
* @memberof DefaultApiInterface
|
|
1070
|
+
*/
|
|
1071
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1072
|
+
/**
|
|
1073
|
+
* Validate vCenter credentials for inspector
|
|
1074
|
+
*/
|
|
1075
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
904
1076
|
}
|
|
905
1077
|
/**
|
|
906
1078
|
*
|
|
@@ -942,6 +1114,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
942
1114
|
* Delete group
|
|
943
1115
|
*/
|
|
944
1116
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1117
|
+
/**
|
|
1118
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
1119
|
+
*/
|
|
1120
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
1121
|
+
/**
|
|
1122
|
+
* Delete label from all VMs
|
|
1123
|
+
*/
|
|
1124
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
1125
|
+
/**
|
|
1126
|
+
* Delete label from all VMs
|
|
1127
|
+
*/
|
|
1128
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
945
1129
|
/**
|
|
946
1130
|
* Creates request options for getAgentStatus without sending the request
|
|
947
1131
|
*/
|
|
@@ -1072,14 +1256,17 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1072
1256
|
getInventory(requestParameters?: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
1073
1257
|
/**
|
|
1074
1258
|
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
1259
|
+
* @deprecated
|
|
1075
1260
|
*/
|
|
1076
1261
|
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
1077
1262
|
/**
|
|
1078
1263
|
* Get cluster-level utilization aggregates for the latest completed report
|
|
1264
|
+
* @deprecated
|
|
1079
1265
|
*/
|
|
1080
1266
|
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1081
1267
|
/**
|
|
1082
1268
|
* Get cluster-level utilization aggregates for the latest completed report
|
|
1269
|
+
* @deprecated
|
|
1083
1270
|
*/
|
|
1084
1271
|
getLatestRightsizingClusters(requestParameters?: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
1085
1272
|
/**
|
|
@@ -1094,16 +1281,31 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1094
1281
|
* Get a specific rightsizing report with full VM metrics
|
|
1095
1282
|
*/
|
|
1096
1283
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
1284
|
+
/**
|
|
1285
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
1286
|
+
*/
|
|
1287
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
1288
|
+
/**
|
|
1289
|
+
* Get utilization for a specific cluster from a specific report
|
|
1290
|
+
*/
|
|
1291
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
1292
|
+
/**
|
|
1293
|
+
* Get utilization for a specific cluster from a specific report
|
|
1294
|
+
*/
|
|
1295
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
1097
1296
|
/**
|
|
1098
1297
|
* Creates request options for getRightsizingReportClusters without sending the request
|
|
1298
|
+
* @deprecated
|
|
1099
1299
|
*/
|
|
1100
1300
|
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1101
1301
|
/**
|
|
1102
1302
|
* Get cluster-level utilization aggregates for a specific report
|
|
1303
|
+
* @deprecated
|
|
1103
1304
|
*/
|
|
1104
1305
|
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1105
1306
|
/**
|
|
1106
1307
|
* Get cluster-level utilization aggregates for a specific report
|
|
1308
|
+
* @deprecated
|
|
1107
1309
|
*/
|
|
1108
1310
|
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
1109
1311
|
/**
|
|
@@ -1118,6 +1320,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1118
1320
|
* Get details about a vm
|
|
1119
1321
|
*/
|
|
1120
1322
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
1323
|
+
/**
|
|
1324
|
+
* Creates request options for getVMLabels without sending the request
|
|
1325
|
+
*/
|
|
1326
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Get all distinct labels in use across VMs
|
|
1329
|
+
*/
|
|
1330
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
1331
|
+
/**
|
|
1332
|
+
* Get all distinct labels in use across VMs
|
|
1333
|
+
*/
|
|
1334
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
1121
1335
|
/**
|
|
1122
1336
|
* Creates request options for getVMUtilization without sending the request
|
|
1123
1337
|
*/
|
|
@@ -1142,6 +1356,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1142
1356
|
* Get list of VMs with filtering and pagination
|
|
1143
1357
|
*/
|
|
1144
1358
|
getVMs(requestParameters?: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
1359
|
+
/**
|
|
1360
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
1361
|
+
*/
|
|
1362
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1363
|
+
/**
|
|
1364
|
+
* Get distinct filter option values for VMs
|
|
1365
|
+
*/
|
|
1366
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
1367
|
+
/**
|
|
1368
|
+
* Get distinct filter option values for VMs
|
|
1369
|
+
*/
|
|
1370
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
1145
1371
|
/**
|
|
1146
1372
|
* Creates request options for getVersion without sending the request
|
|
1147
1373
|
*/
|
|
@@ -1166,6 +1392,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1166
1392
|
* List all groups
|
|
1167
1393
|
*/
|
|
1168
1394
|
listGroups(requestParameters?: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
1395
|
+
/**
|
|
1396
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
1397
|
+
*/
|
|
1398
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1399
|
+
/**
|
|
1400
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1401
|
+
*/
|
|
1402
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1403
|
+
/**
|
|
1404
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1405
|
+
*/
|
|
1406
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
1169
1407
|
/**
|
|
1170
1408
|
* Creates request options for listRightsizingReports without sending the request
|
|
1171
1409
|
*/
|
|
@@ -1206,18 +1444,6 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1206
1444
|
* Verify vCenter credentials and permissions
|
|
1207
1445
|
*/
|
|
1208
1446
|
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1209
|
-
/**
|
|
1210
|
-
* Creates request options for putInspectorCredentials without sending the request
|
|
1211
|
-
*/
|
|
1212
|
-
putInspectorCredentialsRequestOpts(requestParameters: PutInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1213
|
-
/**
|
|
1214
|
-
* Set or replace inspector credentials
|
|
1215
|
-
*/
|
|
1216
|
-
putInspectorCredentialsRaw(requestParameters: PutInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1217
|
-
/**
|
|
1218
|
-
* Set or replace inspector credentials
|
|
1219
|
-
*/
|
|
1220
|
-
putInspectorCredentials(requestParameters: PutInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1221
1447
|
/**
|
|
1222
1448
|
* Creates request options for putInspectorVddk without sending the request
|
|
1223
1449
|
*/
|
|
@@ -1368,4 +1594,40 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1368
1594
|
* Update group
|
|
1369
1595
|
*/
|
|
1370
1596
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1597
|
+
/**
|
|
1598
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1599
|
+
*/
|
|
1600
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
1601
|
+
/**
|
|
1602
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1603
|
+
*/
|
|
1604
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1605
|
+
/**
|
|
1606
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1607
|
+
*/
|
|
1608
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1609
|
+
/**
|
|
1610
|
+
* Creates request options for updateVM without sending the request
|
|
1611
|
+
*/
|
|
1612
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
1613
|
+
/**
|
|
1614
|
+
* Update VM properties
|
|
1615
|
+
*/
|
|
1616
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1617
|
+
/**
|
|
1618
|
+
* Update VM properties
|
|
1619
|
+
*/
|
|
1620
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1621
|
+
/**
|
|
1622
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1623
|
+
*/
|
|
1624
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1625
|
+
/**
|
|
1626
|
+
* Validate vCenter credentials for inspector
|
|
1627
|
+
*/
|
|
1628
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1629
|
+
/**
|
|
1630
|
+
* Validate vCenter credentials for inspector
|
|
1631
|
+
*/
|
|
1632
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1371
1633
|
}
|