@openshift-migration-advisor/agent-sdk 0.12.0-1f1dc16fb9e5 → 0.12.0-4e95135f8529
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 +28 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +33 -5
- package/dist/apis/DefaultApi.d.ts +546 -39
- package/dist/apis/DefaultApi.js +591 -30
- package/dist/esm/apis/DefaultApi.d.ts +546 -39
- package/dist/esm/apis/DefaultApi.js +591 -30
- package/dist/esm/models/AgentStatus.d.ts +1 -1
- package/dist/esm/models/AgentStatus.js +3 -3
- package/dist/esm/models/ApplicationListResponse.d.ts +33 -0
- package/dist/esm/models/ApplicationListResponse.js +44 -0
- package/dist/esm/models/ApplicationOverview.d.ts +51 -0
- package/dist/esm/models/ApplicationOverview.js +56 -0
- package/dist/esm/models/ApplicationVM.d.ts +38 -0
- package/dist/esm/models/ApplicationVM.js +47 -0
- 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/CollectorStartRequest.d.ts +12 -0
- package/dist/esm/models/CollectorStartRequest.js +4 -0
- package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
- package/dist/esm/models/CreateGroupRequest.js +0 -2
- package/dist/esm/models/CredentialStatus.d.ts +38 -0
- package/dist/esm/models/CredentialStatus.js +47 -0
- 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 +39 -0
- package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingClusterResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/esm/models/RightsizingClusterUtilization.js +95 -0
- 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 +56 -0
- package/dist/esm/models/VMFilterOptionsResponse.js +59 -0
- package/dist/esm/models/VMLabelsResponse.d.ts +38 -0
- package/dist/esm/models/VMLabelsResponse.js +47 -0
- package/dist/esm/models/VMNIC.d.ts +12 -0
- package/dist/esm/models/VMNIC.js +4 -0
- package/dist/esm/models/VcenterCredentials.d.ts +12 -0
- package/dist/esm/models/VcenterCredentials.js +4 -0
- package/dist/esm/models/VirtualMachine.d.ts +30 -6
- package/dist/esm/models/VirtualMachine.js +18 -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 +27 -9
- package/dist/esm/models/VmUtilizationDetails.js +39 -27
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/esm/runtime.js +2 -1
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +3 -3
- package/dist/models/ApplicationListResponse.d.ts +33 -0
- package/dist/models/ApplicationListResponse.js +51 -0
- package/dist/models/ApplicationOverview.d.ts +51 -0
- package/dist/models/ApplicationOverview.js +63 -0
- package/dist/models/ApplicationVM.d.ts +38 -0
- package/dist/models/ApplicationVM.js +54 -0
- 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/CollectorStartRequest.d.ts +12 -0
- package/dist/models/CollectorStartRequest.js +4 -0
- package/dist/models/CreateGroupRequest.d.ts +0 -6
- package/dist/models/CreateGroupRequest.js +0 -2
- package/dist/models/CredentialStatus.d.ts +38 -0
- package/dist/models/CredentialStatus.js +54 -0
- 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 +39 -0
- package/dist/models/RightsizingClusterListResponse.js +55 -0
- package/dist/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/models/RightsizingClusterResponse.js +55 -0
- package/dist/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/models/RightsizingClusterUtilization.js +102 -0
- 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 +56 -0
- package/dist/models/VMFilterOptionsResponse.js +66 -0
- package/dist/models/VMLabelsResponse.d.ts +38 -0
- package/dist/models/VMLabelsResponse.js +54 -0
- package/dist/models/VMNIC.d.ts +12 -0
- package/dist/models/VMNIC.js +4 -0
- package/dist/models/VcenterCredentials.d.ts +12 -0
- package/dist/models/VcenterCredentials.js +4 -0
- package/dist/models/VirtualMachine.d.ts +30 -6
- package/dist/models/VirtualMachine.js +18 -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 +27 -9
- package/dist/models/VmUtilizationDetails.js +39 -27
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/dist/runtime.js +2 -1
- package/docs/AgentStatus.md +2 -2
- package/docs/ApplicationListResponse.md +34 -0
- package/docs/ApplicationOverview.md +40 -0
- package/docs/ApplicationVM.md +36 -0
- package/docs/ClusterFeatures.md +38 -0
- package/docs/ClusterUtilization.md +46 -0
- package/docs/CollectorStartRequest.md +4 -0
- package/docs/CreateGroupRequest.md +0 -2
- package/docs/CredentialStatus.md +36 -0
- package/docs/DefaultApi.md +1127 -197
- 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 +36 -0
- package/docs/RightsizingClusterResponse.md +36 -0
- package/docs/RightsizingClusterUtilization.md +60 -0
- 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 +42 -0
- package/docs/VMLabelsResponse.md +36 -0
- package/docs/VMNIC.md +4 -0
- package/docs/VcenterCredentials.md +4 -0
- package/docs/VirtualMachine.md +18 -10
- package/docs/VirtualMachineDetail.md +6 -0
- package/docs/VirtualMachineUpdateRequest.md +36 -0
- package/docs/VmUtilizationDetails.md +24 -18
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1136 -93
- package/src/models/AgentStatus.ts +4 -4
- package/src/models/ApplicationListResponse.ts +74 -0
- package/src/models/ApplicationOverview.ts +101 -0
- package/src/models/ApplicationVM.ts +75 -0
- package/src/models/ClusterFeatures.ts +94 -0
- package/src/models/ClusterUtilization.ts +120 -0
- package/src/models/CollectorStartRequest.ts +16 -0
- package/src/models/CreateGroupRequest.ts +0 -8
- package/src/models/CredentialStatus.ts +75 -0
- 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 +83 -0
- package/src/models/RightsizingClusterResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +185 -0
- 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 +102 -0
- package/src/models/VMLabelsResponse.ts +75 -0
- package/src/models/VMNIC.ts +16 -0
- package/src/models/VcenterCredentials.ts +16 -0
- package/src/models/VirtualMachine.ts +48 -16
- package/src/models/VirtualMachineDetail.ts +31 -0
- package/src/models/VirtualMachineUpdateRequest.ts +73 -0
- package/src/models/VmUtilizationDetails.ts +63 -36
- package/src/models/index.ts +14 -0
- package/src/runtime.ts +1 -1
|
@@ -12,11 +12,14 @@
|
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
13
|
import { type AgentModeRequest } from '../models/AgentModeRequest.js';
|
|
14
14
|
import { type AgentStatus } from '../models/AgentStatus.js';
|
|
15
|
+
import { type ApplicationListResponse } from '../models/ApplicationListResponse.js';
|
|
15
16
|
import { type BenchmarkRun } from '../models/BenchmarkRun.js';
|
|
16
17
|
import { type CollectorStartRequest } from '../models/CollectorStartRequest.js';
|
|
17
18
|
import { type CollectorStatus } from '../models/CollectorStatus.js';
|
|
18
19
|
import { type CreateGroupRequest } from '../models/CreateGroupRequest.js';
|
|
20
|
+
import { type CredentialStatus } from '../models/CredentialStatus.js';
|
|
19
21
|
import { type DatastoreDetail } from '../models/DatastoreDetail.js';
|
|
22
|
+
import { type DeleteLabelGloballyResponse } from '../models/DeleteLabelGloballyResponse.js';
|
|
20
23
|
import { type ForecastStats } from '../models/ForecastStats.js';
|
|
21
24
|
import { type ForecasterDatastoresRequest } from '../models/ForecasterDatastoresRequest.js';
|
|
22
25
|
import { type ForecasterStartRequest } from '../models/ForecasterStartRequest.js';
|
|
@@ -28,6 +31,8 @@ import { type GroupResponse } from '../models/GroupResponse.js';
|
|
|
28
31
|
import { type InspectorStatus } from '../models/InspectorStatus.js';
|
|
29
32
|
import { type PairCapability } from '../models/PairCapability.js';
|
|
30
33
|
import { type PairCapabilityRequest } from '../models/PairCapabilityRequest.js';
|
|
34
|
+
import { type RightsizingClusterListResponse } from '../models/RightsizingClusterListResponse.js';
|
|
35
|
+
import { type RightsizingClusterResponse } from '../models/RightsizingClusterResponse.js';
|
|
31
36
|
import { type RightsizingCollectRequest } from '../models/RightsizingCollectRequest.js';
|
|
32
37
|
import { type RightsizingReport } from '../models/RightsizingReport.js';
|
|
33
38
|
import { type RightsizingReportListResponse } from '../models/RightsizingReportListResponse.js';
|
|
@@ -35,11 +40,15 @@ import { type RightsizingReportSummary } from '../models/RightsizingReportSummar
|
|
|
35
40
|
import { type StartInspectionRequest } from '../models/StartInspectionRequest.js';
|
|
36
41
|
import { type StopForecasterPair202Response } from '../models/StopForecasterPair202Response.js';
|
|
37
42
|
import { type UpdateGroupRequest } from '../models/UpdateGroupRequest.js';
|
|
43
|
+
import { type UpdateLabelVMsRequest } from '../models/UpdateLabelVMsRequest.js';
|
|
44
|
+
import { type VMFilterOptionsResponse } from '../models/VMFilterOptionsResponse.js';
|
|
45
|
+
import { type VMLabelsResponse } from '../models/VMLabelsResponse.js';
|
|
38
46
|
import { type VcenterCredentials } from '../models/VcenterCredentials.js';
|
|
39
47
|
import { type VddkProperties } from '../models/VddkProperties.js';
|
|
40
48
|
import { type VersionInfo } from '../models/VersionInfo.js';
|
|
41
49
|
import { type VirtualMachineDetail } from '../models/VirtualMachineDetail.js';
|
|
42
50
|
import { type VirtualMachineListResponse } from '../models/VirtualMachineListResponse.js';
|
|
51
|
+
import { type VirtualMachineUpdateRequest } from '../models/VirtualMachineUpdateRequest.js';
|
|
43
52
|
import { type VmInspectionStatus } from '../models/VmInspectionStatus.js';
|
|
44
53
|
import { type VmUtilizationDetails } from '../models/VmUtilizationDetails.js';
|
|
45
54
|
export interface CreateGroupOperationRequest {
|
|
@@ -51,6 +60,12 @@ export interface DeleteForecasterRunRequest {
|
|
|
51
60
|
export interface DeleteGroupRequest {
|
|
52
61
|
id: string;
|
|
53
62
|
}
|
|
63
|
+
export interface DeleteLabelGloballyRequest {
|
|
64
|
+
label: string;
|
|
65
|
+
}
|
|
66
|
+
export interface GetClusterUtilizationRequest {
|
|
67
|
+
clusterId: string;
|
|
68
|
+
}
|
|
54
69
|
export interface GetForecasterDatastoresRequest {
|
|
55
70
|
forecasterDatastoresRequest?: ForecasterDatastoresRequest;
|
|
56
71
|
}
|
|
@@ -68,14 +83,24 @@ export interface GetGroupRequest {
|
|
|
68
83
|
}
|
|
69
84
|
export interface GetInspectorStatusRequest {
|
|
70
85
|
includeVddk?: boolean;
|
|
71
|
-
includeCredentials?: boolean;
|
|
72
86
|
}
|
|
73
87
|
export interface GetInventoryRequest {
|
|
74
88
|
withAgentId?: boolean;
|
|
75
89
|
groupId?: string;
|
|
76
90
|
}
|
|
91
|
+
export interface GetLatestRightsizingClustersRequest {
|
|
92
|
+
byExpression?: string;
|
|
93
|
+
}
|
|
77
94
|
export interface GetRightsizingReportRequest {
|
|
78
|
-
|
|
95
|
+
reportId: string;
|
|
96
|
+
}
|
|
97
|
+
export interface GetRightsizingReportClusterRequest {
|
|
98
|
+
reportId: string;
|
|
99
|
+
clusterId: string;
|
|
100
|
+
}
|
|
101
|
+
export interface GetRightsizingReportClustersRequest {
|
|
102
|
+
reportId: string;
|
|
103
|
+
byExpression?: string;
|
|
79
104
|
}
|
|
80
105
|
export interface GetVMRequest {
|
|
81
106
|
id: string;
|
|
@@ -94,13 +119,17 @@ export interface ListGroupsRequest {
|
|
|
94
119
|
page?: number;
|
|
95
120
|
pageSize?: number;
|
|
96
121
|
}
|
|
122
|
+
export interface ListRightsizingReportClustersRequest {
|
|
123
|
+
reportId: string;
|
|
124
|
+
byExpression?: string;
|
|
125
|
+
}
|
|
97
126
|
export interface PostForecasterPairCapabilitiesRequest {
|
|
98
127
|
pairCapabilityRequest: PairCapabilityRequest;
|
|
99
128
|
}
|
|
100
|
-
export interface
|
|
129
|
+
export interface PutCredentialsRequest {
|
|
101
130
|
vcenterCredentials: VcenterCredentials;
|
|
102
131
|
}
|
|
103
|
-
export interface
|
|
132
|
+
export interface PutForecasterCredentialsRequest {
|
|
104
133
|
vcenterCredentials: VcenterCredentials;
|
|
105
134
|
}
|
|
106
135
|
export interface PutInspectorVddkRequest {
|
|
@@ -131,6 +160,17 @@ export interface UpdateGroupOperationRequest {
|
|
|
131
160
|
id: string;
|
|
132
161
|
updateGroupRequest: UpdateGroupRequest;
|
|
133
162
|
}
|
|
163
|
+
export interface UpdateLabelVMsOperationRequest {
|
|
164
|
+
label: string;
|
|
165
|
+
updateLabelVMsRequest: UpdateLabelVMsRequest;
|
|
166
|
+
}
|
|
167
|
+
export interface UpdateVMRequest {
|
|
168
|
+
id: string;
|
|
169
|
+
virtualMachineUpdateRequest: VirtualMachineUpdateRequest;
|
|
170
|
+
}
|
|
171
|
+
export interface ValidateInspectorCredentialsRequest {
|
|
172
|
+
vcenterCredentials: VcenterCredentials;
|
|
173
|
+
}
|
|
134
174
|
/**
|
|
135
175
|
* DefaultApi - interface
|
|
136
176
|
*
|
|
@@ -158,6 +198,25 @@ export interface DefaultApiInterface {
|
|
|
158
198
|
* Create a new group
|
|
159
199
|
*/
|
|
160
200
|
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
201
|
+
/**
|
|
202
|
+
* Creates request options for deleteCredentials without sending the request
|
|
203
|
+
* @throws {RequiredError}
|
|
204
|
+
* @memberof DefaultApiInterface
|
|
205
|
+
*/
|
|
206
|
+
deleteCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
207
|
+
/**
|
|
208
|
+
* Removes all stored vCenter credentials from the database.
|
|
209
|
+
* @summary Delete stored credentials
|
|
210
|
+
* @param {*} [options] Override http request option.
|
|
211
|
+
* @throws {RequiredError}
|
|
212
|
+
* @memberof DefaultApiInterface
|
|
213
|
+
*/
|
|
214
|
+
deleteCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
215
|
+
/**
|
|
216
|
+
* Removes all stored vCenter credentials from the database.
|
|
217
|
+
* Delete stored credentials
|
|
218
|
+
*/
|
|
219
|
+
deleteCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
161
220
|
/**
|
|
162
221
|
* Creates request options for deleteForecasterRun without sending the request
|
|
163
222
|
* @param {number} id Run ID
|
|
@@ -198,6 +257,26 @@ export interface DefaultApiInterface {
|
|
|
198
257
|
* Delete group
|
|
199
258
|
*/
|
|
200
259
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
260
|
+
/**
|
|
261
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
262
|
+
* @param {string} label The label to remove from all VMs
|
|
263
|
+
* @throws {RequiredError}
|
|
264
|
+
* @memberof DefaultApiInterface
|
|
265
|
+
*/
|
|
266
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
267
|
+
/**
|
|
268
|
+
*
|
|
269
|
+
* @summary Delete label from all VMs
|
|
270
|
+
* @param {string} label The label to remove from all VMs
|
|
271
|
+
* @param {*} [options] Override http request option.
|
|
272
|
+
* @throws {RequiredError}
|
|
273
|
+
* @memberof DefaultApiInterface
|
|
274
|
+
*/
|
|
275
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
276
|
+
/**
|
|
277
|
+
* Delete label from all VMs
|
|
278
|
+
*/
|
|
279
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
201
280
|
/**
|
|
202
281
|
* Creates request options for getAgentStatus without sending the request
|
|
203
282
|
* @throws {RequiredError}
|
|
@@ -216,6 +295,44 @@ export interface DefaultApiInterface {
|
|
|
216
295
|
* Get agent status
|
|
217
296
|
*/
|
|
218
297
|
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
298
|
+
/**
|
|
299
|
+
* Creates request options for getApplications without sending the request
|
|
300
|
+
* @throws {RequiredError}
|
|
301
|
+
* @memberof DefaultApiInterface
|
|
302
|
+
*/
|
|
303
|
+
getApplicationsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
304
|
+
/**
|
|
305
|
+
*
|
|
306
|
+
* @summary List detected applications running on VMs
|
|
307
|
+
* @param {*} [options] Override http request option.
|
|
308
|
+
* @throws {RequiredError}
|
|
309
|
+
* @memberof DefaultApiInterface
|
|
310
|
+
*/
|
|
311
|
+
getApplicationsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApplicationListResponse>>;
|
|
312
|
+
/**
|
|
313
|
+
* List detected applications running on VMs
|
|
314
|
+
*/
|
|
315
|
+
getApplications(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApplicationListResponse>;
|
|
316
|
+
/**
|
|
317
|
+
* Creates request options for getClusterUtilization without sending the request
|
|
318
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
319
|
+
* @throws {RequiredError}
|
|
320
|
+
* @memberof DefaultApiInterface
|
|
321
|
+
*/
|
|
322
|
+
getClusterUtilizationRequestOpts(requestParameters: GetClusterUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
323
|
+
/**
|
|
324
|
+
*
|
|
325
|
+
* @summary Get latest cluster utilization by cluster ID
|
|
326
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
327
|
+
* @param {*} [options] Override http request option.
|
|
328
|
+
* @throws {RequiredError}
|
|
329
|
+
* @memberof DefaultApiInterface
|
|
330
|
+
*/
|
|
331
|
+
getClusterUtilizationRaw(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
332
|
+
/**
|
|
333
|
+
* Get latest cluster utilization by cluster ID
|
|
334
|
+
*/
|
|
335
|
+
getClusterUtilization(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
219
336
|
/**
|
|
220
337
|
* Creates request options for getCollectorStatus without sending the request
|
|
221
338
|
* @throws {RequiredError}
|
|
@@ -234,6 +351,25 @@ export interface DefaultApiInterface {
|
|
|
234
351
|
* Get collector status
|
|
235
352
|
*/
|
|
236
353
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
354
|
+
/**
|
|
355
|
+
* Creates request options for getCredentials without sending the request
|
|
356
|
+
* @throws {RequiredError}
|
|
357
|
+
* @memberof DefaultApiInterface
|
|
358
|
+
*/
|
|
359
|
+
getCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
360
|
+
/**
|
|
361
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
362
|
+
* @summary Get stored credential status
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
* @memberof DefaultApiInterface
|
|
366
|
+
*/
|
|
367
|
+
getCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
368
|
+
/**
|
|
369
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
370
|
+
* Get stored credential status
|
|
371
|
+
*/
|
|
372
|
+
getCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
237
373
|
/**
|
|
238
374
|
* Creates request options for getForecasterDatastores without sending the request
|
|
239
375
|
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
@@ -319,7 +455,7 @@ export interface DefaultApiInterface {
|
|
|
319
455
|
/**
|
|
320
456
|
* Creates request options for getGroup without sending the request
|
|
321
457
|
* @param {string} id Group ID
|
|
322
|
-
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
458
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues, cpuUsage, diskUsage, ramUsage, cpuAvg, memAvg.
|
|
323
459
|
* @param {number} [page] Page number for pagination
|
|
324
460
|
* @param {number} [pageSize] Number of items per page
|
|
325
461
|
* @throws {RequiredError}
|
|
@@ -330,7 +466,7 @@ export interface DefaultApiInterface {
|
|
|
330
466
|
*
|
|
331
467
|
* @summary Get group by ID with its VMs
|
|
332
468
|
* @param {string} id Group ID
|
|
333
|
-
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
469
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues, cpuUsage, diskUsage, ramUsage, cpuAvg, memAvg.
|
|
334
470
|
* @param {number} [page] Page number for pagination
|
|
335
471
|
* @param {number} [pageSize] Number of items per page
|
|
336
472
|
* @param {*} [options] Override http request option.
|
|
@@ -345,7 +481,6 @@ export interface DefaultApiInterface {
|
|
|
345
481
|
/**
|
|
346
482
|
* Creates request options for getInspectorStatus without sending the request
|
|
347
483
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
348
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
349
484
|
* @throws {RequiredError}
|
|
350
485
|
* @memberof DefaultApiInterface
|
|
351
486
|
*/
|
|
@@ -354,7 +489,6 @@ export interface DefaultApiInterface {
|
|
|
354
489
|
*
|
|
355
490
|
* @summary Get inspector status
|
|
356
491
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
357
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
358
492
|
* @param {*} [options] Override http request option.
|
|
359
493
|
* @throws {RequiredError}
|
|
360
494
|
* @memberof DefaultApiInterface
|
|
@@ -404,9 +538,32 @@ export interface DefaultApiInterface {
|
|
|
404
538
|
* Get collected inventory
|
|
405
539
|
*/
|
|
406
540
|
getInventory(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
541
|
+
/**
|
|
542
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
543
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
544
|
+
* @deprecated
|
|
545
|
+
* @throws {RequiredError}
|
|
546
|
+
* @memberof DefaultApiInterface
|
|
547
|
+
*/
|
|
548
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
549
|
+
/**
|
|
550
|
+
*
|
|
551
|
+
* @summary Get cluster-level utilization aggregates for the latest completed report
|
|
552
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
553
|
+
* @param {*} [options] Override http request option.
|
|
554
|
+
* @deprecated
|
|
555
|
+
* @throws {RequiredError}
|
|
556
|
+
* @memberof DefaultApiInterface
|
|
557
|
+
*/
|
|
558
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
559
|
+
/**
|
|
560
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
561
|
+
* @deprecated
|
|
562
|
+
*/
|
|
563
|
+
getLatestRightsizingClusters(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
407
564
|
/**
|
|
408
565
|
* Creates request options for getRightsizingReport without sending the request
|
|
409
|
-
* @param {string}
|
|
566
|
+
* @param {string} reportId Report UUID
|
|
410
567
|
* @throws {RequiredError}
|
|
411
568
|
* @memberof DefaultApiInterface
|
|
412
569
|
*/
|
|
@@ -414,7 +571,7 @@ export interface DefaultApiInterface {
|
|
|
414
571
|
/**
|
|
415
572
|
*
|
|
416
573
|
* @summary Get a specific rightsizing report with full VM metrics
|
|
417
|
-
* @param {string}
|
|
574
|
+
* @param {string} reportId Report UUID
|
|
418
575
|
* @param {*} [options] Override http request option.
|
|
419
576
|
* @throws {RequiredError}
|
|
420
577
|
* @memberof DefaultApiInterface
|
|
@@ -424,6 +581,53 @@ export interface DefaultApiInterface {
|
|
|
424
581
|
* Get a specific rightsizing report with full VM metrics
|
|
425
582
|
*/
|
|
426
583
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
584
|
+
/**
|
|
585
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
586
|
+
* @param {string} reportId Rightsizing report UUID
|
|
587
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
588
|
+
* @throws {RequiredError}
|
|
589
|
+
* @memberof DefaultApiInterface
|
|
590
|
+
*/
|
|
591
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
592
|
+
/**
|
|
593
|
+
*
|
|
594
|
+
* @summary Get utilization for a specific cluster from a specific report
|
|
595
|
+
* @param {string} reportId Rightsizing report UUID
|
|
596
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
597
|
+
* @param {*} [options] Override http request option.
|
|
598
|
+
* @throws {RequiredError}
|
|
599
|
+
* @memberof DefaultApiInterface
|
|
600
|
+
*/
|
|
601
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
602
|
+
/**
|
|
603
|
+
* Get utilization for a specific cluster from a specific report
|
|
604
|
+
*/
|
|
605
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
606
|
+
/**
|
|
607
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
608
|
+
* @param {string} reportId Rightsizing report UUID
|
|
609
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
610
|
+
* @deprecated
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
* @memberof DefaultApiInterface
|
|
613
|
+
*/
|
|
614
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
615
|
+
/**
|
|
616
|
+
*
|
|
617
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
618
|
+
* @param {string} reportId Rightsizing report UUID
|
|
619
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
620
|
+
* @param {*} [options] Override http request option.
|
|
621
|
+
* @deprecated
|
|
622
|
+
* @throws {RequiredError}
|
|
623
|
+
* @memberof DefaultApiInterface
|
|
624
|
+
*/
|
|
625
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
626
|
+
/**
|
|
627
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
628
|
+
* @deprecated
|
|
629
|
+
*/
|
|
630
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
427
631
|
/**
|
|
428
632
|
* Creates request options for getVM without sending the request
|
|
429
633
|
* @param {string} id VirtualMachine id
|
|
@@ -444,6 +648,24 @@ export interface DefaultApiInterface {
|
|
|
444
648
|
* Get details about a vm
|
|
445
649
|
*/
|
|
446
650
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
651
|
+
/**
|
|
652
|
+
* Creates request options for getVMLabels without sending the request
|
|
653
|
+
* @throws {RequiredError}
|
|
654
|
+
* @memberof DefaultApiInterface
|
|
655
|
+
*/
|
|
656
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
657
|
+
/**
|
|
658
|
+
*
|
|
659
|
+
* @summary Get all distinct labels in use across VMs
|
|
660
|
+
* @param {*} [options] Override http request option.
|
|
661
|
+
* @throws {RequiredError}
|
|
662
|
+
* @memberof DefaultApiInterface
|
|
663
|
+
*/
|
|
664
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
665
|
+
/**
|
|
666
|
+
* Get all distinct labels in use across VMs
|
|
667
|
+
*/
|
|
668
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
447
669
|
/**
|
|
448
670
|
* Creates request options for getVMUtilization without sending the request
|
|
449
671
|
* @param {string} id VirtualMachine MoRef ID
|
|
@@ -467,7 +689,7 @@ export interface DefaultApiInterface {
|
|
|
467
689
|
/**
|
|
468
690
|
* Creates request options for getVMs without sending the request
|
|
469
691
|
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
470
|
-
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
692
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues, cpuUsage, diskUsage, ramUsage, cpuAvg, memAvg.
|
|
471
693
|
* @param {number} [page] Page number for pagination
|
|
472
694
|
* @param {number} [pageSize] Number of items per page
|
|
473
695
|
* @throws {RequiredError}
|
|
@@ -478,7 +700,7 @@ export interface DefaultApiInterface {
|
|
|
478
700
|
*
|
|
479
701
|
* @summary Get list of VMs with filtering and pagination
|
|
480
702
|
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
481
|
-
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
703
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues, cpuUsage, diskUsage, ramUsage, cpuAvg, memAvg.
|
|
482
704
|
* @param {number} [page] Page number for pagination
|
|
483
705
|
* @param {number} [pageSize] Number of items per page
|
|
484
706
|
* @param {*} [options] Override http request option.
|
|
@@ -490,6 +712,24 @@ export interface DefaultApiInterface {
|
|
|
490
712
|
* Get list of VMs with filtering and pagination
|
|
491
713
|
*/
|
|
492
714
|
getVMs(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
715
|
+
/**
|
|
716
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
717
|
+
* @throws {RequiredError}
|
|
718
|
+
* @memberof DefaultApiInterface
|
|
719
|
+
*/
|
|
720
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
721
|
+
/**
|
|
722
|
+
*
|
|
723
|
+
* @summary Get distinct filter option values for VMs
|
|
724
|
+
* @param {*} [options] Override http request option.
|
|
725
|
+
* @throws {RequiredError}
|
|
726
|
+
* @memberof DefaultApiInterface
|
|
727
|
+
*/
|
|
728
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
729
|
+
/**
|
|
730
|
+
* Get distinct filter option values for VMs
|
|
731
|
+
*/
|
|
732
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
493
733
|
/**
|
|
494
734
|
* Creates request options for getVersion without sending the request
|
|
495
735
|
* @throws {RequiredError}
|
|
@@ -532,6 +772,28 @@ export interface DefaultApiInterface {
|
|
|
532
772
|
* List all groups
|
|
533
773
|
*/
|
|
534
774
|
listGroups(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
775
|
+
/**
|
|
776
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
777
|
+
* @param {string} reportId Rightsizing report UUID
|
|
778
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
779
|
+
* @throws {RequiredError}
|
|
780
|
+
* @memberof DefaultApiInterface
|
|
781
|
+
*/
|
|
782
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
783
|
+
/**
|
|
784
|
+
*
|
|
785
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
786
|
+
* @param {string} reportId Rightsizing report UUID
|
|
787
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
788
|
+
* @param {*} [options] Override http request option.
|
|
789
|
+
* @throws {RequiredError}
|
|
790
|
+
* @memberof DefaultApiInterface
|
|
791
|
+
*/
|
|
792
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
793
|
+
/**
|
|
794
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
795
|
+
*/
|
|
796
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
535
797
|
/**
|
|
536
798
|
* Creates request options for listRightsizingReports without sending the request
|
|
537
799
|
* @throws {RequiredError}
|
|
@@ -572,46 +834,47 @@ export interface DefaultApiInterface {
|
|
|
572
834
|
*/
|
|
573
835
|
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
574
836
|
/**
|
|
575
|
-
* Creates request options for
|
|
837
|
+
* Creates request options for putCredentials without sending the request
|
|
576
838
|
* @param {VcenterCredentials} vcenterCredentials
|
|
577
839
|
* @throws {RequiredError}
|
|
578
840
|
* @memberof DefaultApiInterface
|
|
579
841
|
*/
|
|
580
|
-
|
|
842
|
+
putCredentialsRequestOpts(requestParameters: PutCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
581
843
|
/**
|
|
582
|
-
* Validates
|
|
583
|
-
* @summary
|
|
844
|
+
* Validates credentials against vSphere, encrypts with disk-based key, and stores in the local database as the active credential set. A subsequent PUT overwrites the previously stored credentials.
|
|
845
|
+
* @summary Store vCenter credentials
|
|
584
846
|
* @param {VcenterCredentials} vcenterCredentials
|
|
585
847
|
* @param {*} [options] Override http request option.
|
|
586
848
|
* @throws {RequiredError}
|
|
587
849
|
* @memberof DefaultApiInterface
|
|
588
850
|
*/
|
|
589
|
-
|
|
851
|
+
putCredentialsRaw(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
590
852
|
/**
|
|
591
|
-
* Validates
|
|
592
|
-
*
|
|
853
|
+
* Validates credentials against vSphere, encrypts with disk-based key, and stores in the local database as the active credential set. A subsequent PUT overwrites the previously stored credentials.
|
|
854
|
+
* Store vCenter credentials
|
|
593
855
|
*/
|
|
594
|
-
|
|
856
|
+
putCredentials(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
595
857
|
/**
|
|
596
|
-
* Creates request options for
|
|
858
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
597
859
|
* @param {VcenterCredentials} vcenterCredentials
|
|
598
860
|
* @throws {RequiredError}
|
|
599
861
|
* @memberof DefaultApiInterface
|
|
600
862
|
*/
|
|
601
|
-
|
|
863
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
602
864
|
/**
|
|
603
|
-
*
|
|
604
|
-
* @summary
|
|
865
|
+
* Validates vCenter connectivity and verifies the user has the required vSphere privileges for forecaster operations (datastore file management, VM provisioning, disk cloning). Verification only — credentials are not saved.
|
|
866
|
+
* @summary Verify vCenter credentials and permissions
|
|
605
867
|
* @param {VcenterCredentials} vcenterCredentials
|
|
606
868
|
* @param {*} [options] Override http request option.
|
|
607
869
|
* @throws {RequiredError}
|
|
608
870
|
* @memberof DefaultApiInterface
|
|
609
871
|
*/
|
|
610
|
-
|
|
872
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
611
873
|
/**
|
|
612
|
-
*
|
|
874
|
+
* Validates vCenter connectivity and verifies the user has the required vSphere privileges for forecaster operations (datastore file management, VM provisioning, disk cloning). Verification only — credentials are not saved.
|
|
875
|
+
* Verify vCenter credentials and permissions
|
|
613
876
|
*/
|
|
614
|
-
|
|
877
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
615
878
|
/**
|
|
616
879
|
* Creates request options for putInspectorVddk without sending the request
|
|
617
880
|
* @param {Blob} file VDDK tarball
|
|
@@ -851,6 +1114,70 @@ export interface DefaultApiInterface {
|
|
|
851
1114
|
* Update group
|
|
852
1115
|
*/
|
|
853
1116
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1117
|
+
/**
|
|
1118
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1119
|
+
* @param {string} label The label to modify
|
|
1120
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
1121
|
+
* @throws {RequiredError}
|
|
1122
|
+
* @memberof DefaultApiInterface
|
|
1123
|
+
*/
|
|
1124
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
1125
|
+
/**
|
|
1126
|
+
*
|
|
1127
|
+
* @summary Modify label VM membership (add/remove label to/from VMs)
|
|
1128
|
+
* @param {string} label The label to modify
|
|
1129
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
1130
|
+
* @param {*} [options] Override http request option.
|
|
1131
|
+
* @throws {RequiredError}
|
|
1132
|
+
* @memberof DefaultApiInterface
|
|
1133
|
+
*/
|
|
1134
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1135
|
+
/**
|
|
1136
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1137
|
+
*/
|
|
1138
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1139
|
+
/**
|
|
1140
|
+
* Creates request options for updateVM without sending the request
|
|
1141
|
+
* @param {string} id VirtualMachine id
|
|
1142
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
1143
|
+
* @throws {RequiredError}
|
|
1144
|
+
* @memberof DefaultApiInterface
|
|
1145
|
+
*/
|
|
1146
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
1147
|
+
/**
|
|
1148
|
+
*
|
|
1149
|
+
* @summary Update VM properties
|
|
1150
|
+
* @param {string} id VirtualMachine id
|
|
1151
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
1152
|
+
* @param {*} [options] Override http request option.
|
|
1153
|
+
* @throws {RequiredError}
|
|
1154
|
+
* @memberof DefaultApiInterface
|
|
1155
|
+
*/
|
|
1156
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1157
|
+
/**
|
|
1158
|
+
* Update VM properties
|
|
1159
|
+
*/
|
|
1160
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1161
|
+
/**
|
|
1162
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1163
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
1164
|
+
* @throws {RequiredError}
|
|
1165
|
+
* @memberof DefaultApiInterface
|
|
1166
|
+
*/
|
|
1167
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1168
|
+
/**
|
|
1169
|
+
*
|
|
1170
|
+
* @summary Validate vCenter credentials for inspector
|
|
1171
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
1172
|
+
* @param {*} [options] Override http request option.
|
|
1173
|
+
* @throws {RequiredError}
|
|
1174
|
+
* @memberof DefaultApiInterface
|
|
1175
|
+
*/
|
|
1176
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1177
|
+
/**
|
|
1178
|
+
* Validate vCenter credentials for inspector
|
|
1179
|
+
*/
|
|
1180
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
854
1181
|
}
|
|
855
1182
|
/**
|
|
856
1183
|
*
|
|
@@ -868,6 +1195,20 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
868
1195
|
* Create a new group
|
|
869
1196
|
*/
|
|
870
1197
|
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1198
|
+
/**
|
|
1199
|
+
* Creates request options for deleteCredentials without sending the request
|
|
1200
|
+
*/
|
|
1201
|
+
deleteCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1202
|
+
/**
|
|
1203
|
+
* Removes all stored vCenter credentials from the database.
|
|
1204
|
+
* Delete stored credentials
|
|
1205
|
+
*/
|
|
1206
|
+
deleteCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1207
|
+
/**
|
|
1208
|
+
* Removes all stored vCenter credentials from the database.
|
|
1209
|
+
* Delete stored credentials
|
|
1210
|
+
*/
|
|
1211
|
+
deleteCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
871
1212
|
/**
|
|
872
1213
|
* Creates request options for deleteForecasterRun without sending the request
|
|
873
1214
|
*/
|
|
@@ -892,6 +1233,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
892
1233
|
* Delete group
|
|
893
1234
|
*/
|
|
894
1235
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1236
|
+
/**
|
|
1237
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
1238
|
+
*/
|
|
1239
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
1240
|
+
/**
|
|
1241
|
+
* Delete label from all VMs
|
|
1242
|
+
*/
|
|
1243
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
1244
|
+
/**
|
|
1245
|
+
* Delete label from all VMs
|
|
1246
|
+
*/
|
|
1247
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
895
1248
|
/**
|
|
896
1249
|
* Creates request options for getAgentStatus without sending the request
|
|
897
1250
|
*/
|
|
@@ -904,6 +1257,30 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
904
1257
|
* Get agent status
|
|
905
1258
|
*/
|
|
906
1259
|
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
1260
|
+
/**
|
|
1261
|
+
* Creates request options for getApplications without sending the request
|
|
1262
|
+
*/
|
|
1263
|
+
getApplicationsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1264
|
+
/**
|
|
1265
|
+
* List detected applications running on VMs
|
|
1266
|
+
*/
|
|
1267
|
+
getApplicationsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApplicationListResponse>>;
|
|
1268
|
+
/**
|
|
1269
|
+
* List detected applications running on VMs
|
|
1270
|
+
*/
|
|
1271
|
+
getApplications(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApplicationListResponse>;
|
|
1272
|
+
/**
|
|
1273
|
+
* Creates request options for getClusterUtilization without sending the request
|
|
1274
|
+
*/
|
|
1275
|
+
getClusterUtilizationRequestOpts(requestParameters: GetClusterUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
1276
|
+
/**
|
|
1277
|
+
* Get latest cluster utilization by cluster ID
|
|
1278
|
+
*/
|
|
1279
|
+
getClusterUtilizationRaw(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
1280
|
+
/**
|
|
1281
|
+
* Get latest cluster utilization by cluster ID
|
|
1282
|
+
*/
|
|
1283
|
+
getClusterUtilization(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
907
1284
|
/**
|
|
908
1285
|
* Creates request options for getCollectorStatus without sending the request
|
|
909
1286
|
*/
|
|
@@ -916,6 +1293,20 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
916
1293
|
* Get collector status
|
|
917
1294
|
*/
|
|
918
1295
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1296
|
+
/**
|
|
1297
|
+
* Creates request options for getCredentials without sending the request
|
|
1298
|
+
*/
|
|
1299
|
+
getCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1300
|
+
/**
|
|
1301
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
1302
|
+
* Get stored credential status
|
|
1303
|
+
*/
|
|
1304
|
+
getCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
1305
|
+
/**
|
|
1306
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
1307
|
+
* Get stored credential status
|
|
1308
|
+
*/
|
|
1309
|
+
getCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
919
1310
|
/**
|
|
920
1311
|
* Creates request options for getForecasterDatastores without sending the request
|
|
921
1312
|
*/
|
|
@@ -1020,6 +1411,21 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1020
1411
|
* Get collected inventory
|
|
1021
1412
|
*/
|
|
1022
1413
|
getInventory(requestParameters?: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
1414
|
+
/**
|
|
1415
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
1416
|
+
* @deprecated
|
|
1417
|
+
*/
|
|
1418
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
1419
|
+
/**
|
|
1420
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1421
|
+
* @deprecated
|
|
1422
|
+
*/
|
|
1423
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1424
|
+
/**
|
|
1425
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1426
|
+
* @deprecated
|
|
1427
|
+
*/
|
|
1428
|
+
getLatestRightsizingClusters(requestParameters?: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
1023
1429
|
/**
|
|
1024
1430
|
* Creates request options for getRightsizingReport without sending the request
|
|
1025
1431
|
*/
|
|
@@ -1032,6 +1438,33 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1032
1438
|
* Get a specific rightsizing report with full VM metrics
|
|
1033
1439
|
*/
|
|
1034
1440
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
1441
|
+
/**
|
|
1442
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
1443
|
+
*/
|
|
1444
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
1445
|
+
/**
|
|
1446
|
+
* Get utilization for a specific cluster from a specific report
|
|
1447
|
+
*/
|
|
1448
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
1449
|
+
/**
|
|
1450
|
+
* Get utilization for a specific cluster from a specific report
|
|
1451
|
+
*/
|
|
1452
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
1453
|
+
/**
|
|
1454
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
1455
|
+
* @deprecated
|
|
1456
|
+
*/
|
|
1457
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1458
|
+
/**
|
|
1459
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1460
|
+
* @deprecated
|
|
1461
|
+
*/
|
|
1462
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1463
|
+
/**
|
|
1464
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1465
|
+
* @deprecated
|
|
1466
|
+
*/
|
|
1467
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
1035
1468
|
/**
|
|
1036
1469
|
* Creates request options for getVM without sending the request
|
|
1037
1470
|
*/
|
|
@@ -1044,6 +1477,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1044
1477
|
* Get details about a vm
|
|
1045
1478
|
*/
|
|
1046
1479
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
1480
|
+
/**
|
|
1481
|
+
* Creates request options for getVMLabels without sending the request
|
|
1482
|
+
*/
|
|
1483
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1484
|
+
/**
|
|
1485
|
+
* Get all distinct labels in use across VMs
|
|
1486
|
+
*/
|
|
1487
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
1488
|
+
/**
|
|
1489
|
+
* Get all distinct labels in use across VMs
|
|
1490
|
+
*/
|
|
1491
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
1047
1492
|
/**
|
|
1048
1493
|
* Creates request options for getVMUtilization without sending the request
|
|
1049
1494
|
*/
|
|
@@ -1068,6 +1513,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1068
1513
|
* Get list of VMs with filtering and pagination
|
|
1069
1514
|
*/
|
|
1070
1515
|
getVMs(requestParameters?: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
1516
|
+
/**
|
|
1517
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
1518
|
+
*/
|
|
1519
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1520
|
+
/**
|
|
1521
|
+
* Get distinct filter option values for VMs
|
|
1522
|
+
*/
|
|
1523
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
1524
|
+
/**
|
|
1525
|
+
* Get distinct filter option values for VMs
|
|
1526
|
+
*/
|
|
1527
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
1071
1528
|
/**
|
|
1072
1529
|
* Creates request options for getVersion without sending the request
|
|
1073
1530
|
*/
|
|
@@ -1092,6 +1549,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1092
1549
|
* List all groups
|
|
1093
1550
|
*/
|
|
1094
1551
|
listGroups(requestParameters?: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
1552
|
+
/**
|
|
1553
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
1554
|
+
*/
|
|
1555
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1556
|
+
/**
|
|
1557
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1558
|
+
*/
|
|
1559
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1560
|
+
/**
|
|
1561
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1562
|
+
*/
|
|
1563
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
1095
1564
|
/**
|
|
1096
1565
|
* Creates request options for listRightsizingReports without sending the request
|
|
1097
1566
|
*/
|
|
@@ -1118,6 +1587,20 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1118
1587
|
* Compute pair capabilities
|
|
1119
1588
|
*/
|
|
1120
1589
|
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
1590
|
+
/**
|
|
1591
|
+
* Creates request options for putCredentials without sending the request
|
|
1592
|
+
*/
|
|
1593
|
+
putCredentialsRequestOpts(requestParameters: PutCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1594
|
+
/**
|
|
1595
|
+
* Validates credentials against vSphere, encrypts with disk-based key, and stores in the local database as the active credential set. A subsequent PUT overwrites the previously stored credentials.
|
|
1596
|
+
* Store vCenter credentials
|
|
1597
|
+
*/
|
|
1598
|
+
putCredentialsRaw(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
1599
|
+
/**
|
|
1600
|
+
* Validates credentials against vSphere, encrypts with disk-based key, and stores in the local database as the active credential set. A subsequent PUT overwrites the previously stored credentials.
|
|
1601
|
+
* Store vCenter credentials
|
|
1602
|
+
*/
|
|
1603
|
+
putCredentials(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
1121
1604
|
/**
|
|
1122
1605
|
* Creates request options for putForecasterCredentials without sending the request
|
|
1123
1606
|
*/
|
|
@@ -1132,18 +1615,6 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1132
1615
|
* Verify vCenter credentials and permissions
|
|
1133
1616
|
*/
|
|
1134
1617
|
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1135
|
-
/**
|
|
1136
|
-
* Creates request options for putInspectorCredentials without sending the request
|
|
1137
|
-
*/
|
|
1138
|
-
putInspectorCredentialsRequestOpts(requestParameters: PutInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1139
|
-
/**
|
|
1140
|
-
* Set or replace inspector credentials
|
|
1141
|
-
*/
|
|
1142
|
-
putInspectorCredentialsRaw(requestParameters: PutInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1143
|
-
/**
|
|
1144
|
-
* Set or replace inspector credentials
|
|
1145
|
-
*/
|
|
1146
|
-
putInspectorCredentials(requestParameters: PutInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1147
1618
|
/**
|
|
1148
1619
|
* Creates request options for putInspectorVddk without sending the request
|
|
1149
1620
|
*/
|
|
@@ -1294,4 +1765,40 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
1294
1765
|
* Update group
|
|
1295
1766
|
*/
|
|
1296
1767
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1768
|
+
/**
|
|
1769
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1770
|
+
*/
|
|
1771
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
1772
|
+
/**
|
|
1773
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1774
|
+
*/
|
|
1775
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1776
|
+
/**
|
|
1777
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1778
|
+
*/
|
|
1779
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1780
|
+
/**
|
|
1781
|
+
* Creates request options for updateVM without sending the request
|
|
1782
|
+
*/
|
|
1783
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
1784
|
+
/**
|
|
1785
|
+
* Update VM properties
|
|
1786
|
+
*/
|
|
1787
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1788
|
+
/**
|
|
1789
|
+
* Update VM properties
|
|
1790
|
+
*/
|
|
1791
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1792
|
+
/**
|
|
1793
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1794
|
+
*/
|
|
1795
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1796
|
+
/**
|
|
1797
|
+
* Validate vCenter credentials for inspector
|
|
1798
|
+
*/
|
|
1799
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1800
|
+
/**
|
|
1801
|
+
* Validate vCenter credentials for inspector
|
|
1802
|
+
*/
|
|
1803
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1297
1804
|
}
|