@openshift-migration-advisor/agent-sdk 0.12.0-d4bdc4301890 → 0.12.0-d5edcd6935f2
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 +30 -0
- package/README.md +29 -2
- package/dist/apis/DefaultApi.d.ts +450 -3
- package/dist/apis/DefaultApi.js +490 -3
- package/dist/esm/apis/DefaultApi.d.ts +450 -3
- package/dist/esm/apis/DefaultApi.js +490 -3
- package/dist/esm/models/BenchmarkRun.d.ts +104 -0
- package/dist/esm/models/BenchmarkRun.js +85 -0
- package/dist/esm/models/DatastoreDetail.d.ts +90 -0
- package/dist/esm/models/DatastoreDetail.js +74 -0
- package/dist/esm/models/DatastorePair.d.ts +50 -0
- package/dist/esm/models/DatastorePair.js +53 -0
- package/dist/esm/models/EstimateRange.d.ts +44 -0
- package/dist/esm/models/EstimateRange.js +45 -0
- package/dist/esm/models/ForecastStats.d.ts +87 -0
- package/dist/esm/models/ForecastStats.js +64 -0
- package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
- package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/esm/models/ForecasterPairStatus.js +82 -0
- package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/esm/models/ForecasterStartRequest.js +53 -0
- package/dist/esm/models/ForecasterStatus.d.ts +47 -0
- package/dist/esm/models/ForecasterStatus.js +53 -0
- package/dist/esm/models/InspectorStatus.d.ts +0 -17
- package/dist/esm/models/InspectorStatus.js +1 -10
- package/dist/esm/models/PairCapability.d.ts +60 -0
- package/dist/esm/models/PairCapability.js +64 -0
- package/dist/esm/models/PairCapabilityRequest.d.ts +40 -0
- package/dist/esm/models/PairCapabilityRequest.js +47 -0
- package/dist/esm/models/PutForecasterCredentials403Response.d.ts +38 -0
- package/dist/esm/models/PutForecasterCredentials403Response.js +43 -0
- package/dist/esm/models/RightsizingClusterListResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/esm/models/RightsizingClusterUtilization.js +95 -0
- package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
- package/dist/esm/models/StartInspectionRequest.js +5 -0
- package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/esm/models/StopForecasterPair202Response.js +49 -0
- package/dist/esm/models/VirtualMachineDetail.d.ts +7 -0
- package/dist/esm/models/VirtualMachineDetail.js +3 -0
- package/dist/esm/models/VmUtilizationDetails.d.ts +18 -0
- package/dist/esm/models/VmUtilizationDetails.js +12 -0
- package/dist/esm/models/index.d.ts +15 -0
- package/dist/esm/models/index.js +15 -0
- package/dist/models/BenchmarkRun.d.ts +104 -0
- package/dist/models/BenchmarkRun.js +92 -0
- package/dist/models/DatastoreDetail.d.ts +90 -0
- package/dist/models/DatastoreDetail.js +82 -0
- package/dist/models/DatastorePair.d.ts +50 -0
- package/dist/models/DatastorePair.js +60 -0
- package/dist/models/EstimateRange.d.ts +44 -0
- package/dist/models/EstimateRange.js +52 -0
- package/dist/models/ForecastStats.d.ts +87 -0
- package/dist/models/ForecastStats.js +71 -0
- package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/models/ForecasterDatastoresRequest.js +49 -0
- package/dist/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/models/ForecasterPairStatus.js +90 -0
- package/dist/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/models/ForecasterStartRequest.js +60 -0
- package/dist/models/ForecasterStatus.d.ts +47 -0
- package/dist/models/ForecasterStatus.js +61 -0
- package/dist/models/InspectorStatus.d.ts +0 -17
- package/dist/models/InspectorStatus.js +1 -10
- package/dist/models/PairCapability.d.ts +60 -0
- package/dist/models/PairCapability.js +72 -0
- package/dist/models/PairCapabilityRequest.d.ts +40 -0
- package/dist/models/PairCapabilityRequest.js +54 -0
- package/dist/models/PutForecasterCredentials403Response.d.ts +38 -0
- package/dist/models/PutForecasterCredentials403Response.js +50 -0
- package/dist/models/RightsizingClusterListResponse.d.ts +39 -0
- package/dist/models/RightsizingClusterListResponse.js +55 -0
- package/dist/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/models/RightsizingClusterUtilization.js +102 -0
- package/dist/models/StartInspectionRequest.d.ts +8 -1
- package/dist/models/StartInspectionRequest.js +5 -0
- package/dist/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/models/StopForecasterPair202Response.js +57 -0
- package/dist/models/VirtualMachineDetail.d.ts +7 -0
- package/dist/models/VirtualMachineDetail.js +3 -0
- package/dist/models/VmUtilizationDetails.d.ts +18 -0
- package/dist/models/VmUtilizationDetails.js +12 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/docs/BenchmarkRun.md +58 -0
- package/docs/DatastoreDetail.md +50 -0
- package/docs/DatastorePair.md +40 -0
- package/docs/DefaultApi.md +977 -160
- package/docs/EstimateRange.md +39 -0
- package/docs/ForecastStats.md +52 -0
- package/docs/ForecasterDatastoresRequest.md +34 -0
- package/docs/ForecasterPairStatus.md +52 -0
- package/docs/ForecasterStartRequest.md +42 -0
- package/docs/ForecasterStatus.md +36 -0
- package/docs/InspectorStatus.md +0 -4
- package/docs/PairCapability.md +40 -0
- package/docs/PairCapabilityRequest.md +36 -0
- package/docs/PutForecasterCredentials403Response.md +36 -0
- package/docs/RightsizingClusterListResponse.md +36 -0
- package/docs/RightsizingClusterUtilization.md +60 -0
- package/docs/StartInspectionRequest.md +3 -1
- package/docs/StopForecasterPair202Response.md +36 -0
- package/docs/VirtualMachineDetail.md +2 -0
- package/docs/VmUtilizationDetails.md +6 -0
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +933 -21
- package/src/models/BenchmarkRun.ts +171 -0
- package/src/models/DatastoreDetail.ts +146 -0
- package/src/models/DatastorePair.ts +92 -0
- package/src/models/EstimateRange.ts +81 -0
- package/src/models/ForecastStats.ts +147 -0
- package/src/models/ForecasterDatastoresRequest.ts +73 -0
- package/src/models/ForecasterPairStatus.ts +158 -0
- package/src/models/ForecasterStartRequest.ts +113 -0
- package/src/models/ForecasterStatus.ts +93 -0
- package/src/models/InspectorStatus.ts +1 -28
- package/src/models/PairCapability.ts +106 -0
- package/src/models/PairCapabilityRequest.ts +89 -0
- package/src/models/PutForecasterCredentials403Response.ts +73 -0
- package/src/models/RightsizingClusterListResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +185 -0
- package/src/models/StartInspectionRequest.ts +18 -1
- package/src/models/StopForecasterPair202Response.ts +83 -0
- package/src/models/VirtualMachineDetail.ts +15 -0
- package/src/models/VmUtilizationDetails.ts +27 -0
- package/src/models/index.ts +15 -0
|
@@ -12,19 +12,29 @@
|
|
|
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 BenchmarkRun } from '../models/BenchmarkRun.js';
|
|
15
16
|
import { type CollectorStartRequest } from '../models/CollectorStartRequest.js';
|
|
16
17
|
import { type CollectorStatus } from '../models/CollectorStatus.js';
|
|
17
18
|
import { type CreateGroupRequest } from '../models/CreateGroupRequest.js';
|
|
19
|
+
import { type DatastoreDetail } from '../models/DatastoreDetail.js';
|
|
20
|
+
import { type ForecastStats } from '../models/ForecastStats.js';
|
|
21
|
+
import { type ForecasterDatastoresRequest } from '../models/ForecasterDatastoresRequest.js';
|
|
22
|
+
import { type ForecasterStartRequest } from '../models/ForecasterStartRequest.js';
|
|
23
|
+
import { type ForecasterStatus } from '../models/ForecasterStatus.js';
|
|
18
24
|
import { type GetInventory200Response } from '../models/GetInventory200Response.js';
|
|
19
25
|
import { type Group } from '../models/Group.js';
|
|
20
26
|
import { type GroupListResponse } from '../models/GroupListResponse.js';
|
|
21
27
|
import { type GroupResponse } from '../models/GroupResponse.js';
|
|
22
28
|
import { type InspectorStatus } from '../models/InspectorStatus.js';
|
|
29
|
+
import { type PairCapability } from '../models/PairCapability.js';
|
|
30
|
+
import { type PairCapabilityRequest } from '../models/PairCapabilityRequest.js';
|
|
31
|
+
import { type RightsizingClusterListResponse } from '../models/RightsizingClusterListResponse.js';
|
|
23
32
|
import { type RightsizingCollectRequest } from '../models/RightsizingCollectRequest.js';
|
|
24
33
|
import { type RightsizingReport } from '../models/RightsizingReport.js';
|
|
25
34
|
import { type RightsizingReportListResponse } from '../models/RightsizingReportListResponse.js';
|
|
26
35
|
import { type RightsizingReportSummary } from '../models/RightsizingReportSummary.js';
|
|
27
36
|
import { type StartInspectionRequest } from '../models/StartInspectionRequest.js';
|
|
37
|
+
import { type StopForecasterPair202Response } from '../models/StopForecasterPair202Response.js';
|
|
28
38
|
import { type UpdateGroupRequest } from '../models/UpdateGroupRequest.js';
|
|
29
39
|
import { type VcenterCredentials } from '../models/VcenterCredentials.js';
|
|
30
40
|
import { type VddkProperties } from '../models/VddkProperties.js';
|
|
@@ -36,9 +46,21 @@ import { type VmUtilizationDetails } from '../models/VmUtilizationDetails.js';
|
|
|
36
46
|
export interface CreateGroupOperationRequest {
|
|
37
47
|
createGroupRequest: CreateGroupRequest;
|
|
38
48
|
}
|
|
49
|
+
export interface DeleteForecasterRunRequest {
|
|
50
|
+
id: number;
|
|
51
|
+
}
|
|
39
52
|
export interface DeleteGroupRequest {
|
|
40
53
|
id: string;
|
|
41
54
|
}
|
|
55
|
+
export interface GetForecasterDatastoresRequest {
|
|
56
|
+
forecasterDatastoresRequest?: ForecasterDatastoresRequest;
|
|
57
|
+
}
|
|
58
|
+
export interface GetForecasterRunsRequest {
|
|
59
|
+
pairName?: string;
|
|
60
|
+
}
|
|
61
|
+
export interface GetForecasterStatsRequest {
|
|
62
|
+
pairName: string;
|
|
63
|
+
}
|
|
42
64
|
export interface GetGroupRequest {
|
|
43
65
|
id: string;
|
|
44
66
|
sort?: Array<string>;
|
|
@@ -47,15 +69,21 @@ export interface GetGroupRequest {
|
|
|
47
69
|
}
|
|
48
70
|
export interface GetInspectorStatusRequest {
|
|
49
71
|
includeVddk?: boolean;
|
|
50
|
-
includeCredentials?: boolean;
|
|
51
72
|
}
|
|
52
73
|
export interface GetInventoryRequest {
|
|
53
74
|
withAgentId?: boolean;
|
|
54
75
|
groupId?: string;
|
|
55
76
|
}
|
|
77
|
+
export interface GetLatestRightsizingClustersRequest {
|
|
78
|
+
byExpression?: string;
|
|
79
|
+
}
|
|
56
80
|
export interface GetRightsizingReportRequest {
|
|
57
81
|
id: string;
|
|
58
82
|
}
|
|
83
|
+
export interface GetRightsizingReportClustersRequest {
|
|
84
|
+
reportId: string;
|
|
85
|
+
byExpression?: string;
|
|
86
|
+
}
|
|
59
87
|
export interface GetVMRequest {
|
|
60
88
|
id: string;
|
|
61
89
|
}
|
|
@@ -73,6 +101,12 @@ export interface ListGroupsRequest {
|
|
|
73
101
|
page?: number;
|
|
74
102
|
pageSize?: number;
|
|
75
103
|
}
|
|
104
|
+
export interface PostForecasterPairCapabilitiesRequest {
|
|
105
|
+
pairCapabilityRequest: PairCapabilityRequest;
|
|
106
|
+
}
|
|
107
|
+
export interface PutForecasterCredentialsRequest {
|
|
108
|
+
vcenterCredentials: VcenterCredentials;
|
|
109
|
+
}
|
|
76
110
|
export interface PutInspectorCredentialsRequest {
|
|
77
111
|
vcenterCredentials: VcenterCredentials;
|
|
78
112
|
}
|
|
@@ -88,9 +122,15 @@ export interface SetAgentModeRequest {
|
|
|
88
122
|
export interface StartCollectorRequest {
|
|
89
123
|
collectorStartRequest: CollectorStartRequest;
|
|
90
124
|
}
|
|
125
|
+
export interface StartForecasterRequest {
|
|
126
|
+
forecasterStartRequest: ForecasterStartRequest;
|
|
127
|
+
}
|
|
91
128
|
export interface StartInspectionOperationRequest {
|
|
92
129
|
startInspectionRequest: StartInspectionRequest;
|
|
93
130
|
}
|
|
131
|
+
export interface StopForecasterPairRequest {
|
|
132
|
+
name: string;
|
|
133
|
+
}
|
|
94
134
|
export interface TriggerRightsizingCollectionRequest {
|
|
95
135
|
rightsizingCollectRequest: RightsizingCollectRequest;
|
|
96
136
|
}
|
|
@@ -125,6 +165,26 @@ export interface DefaultApiInterface {
|
|
|
125
165
|
* Create a new group
|
|
126
166
|
*/
|
|
127
167
|
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
168
|
+
/**
|
|
169
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
170
|
+
* @param {number} id Run ID
|
|
171
|
+
* @throws {RequiredError}
|
|
172
|
+
* @memberof DefaultApiInterface
|
|
173
|
+
*/
|
|
174
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @summary Delete a benchmark run
|
|
178
|
+
* @param {number} id Run ID
|
|
179
|
+
* @param {*} [options] Override http request option.
|
|
180
|
+
* @throws {RequiredError}
|
|
181
|
+
* @memberof DefaultApiInterface
|
|
182
|
+
*/
|
|
183
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
184
|
+
/**
|
|
185
|
+
* Delete a benchmark run
|
|
186
|
+
*/
|
|
187
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
128
188
|
/**
|
|
129
189
|
* Creates request options for deleteGroup without sending the request
|
|
130
190
|
* @param {string} id Group ID
|
|
@@ -181,6 +241,88 @@ export interface DefaultApiInterface {
|
|
|
181
241
|
* Get collector status
|
|
182
242
|
*/
|
|
183
243
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
244
|
+
/**
|
|
245
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
246
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
247
|
+
* @throws {RequiredError}
|
|
248
|
+
* @memberof DefaultApiInterface
|
|
249
|
+
*/
|
|
250
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
251
|
+
/**
|
|
252
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
253
|
+
* @summary List available datastores
|
|
254
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
255
|
+
* @param {*} [options] Override http request option.
|
|
256
|
+
* @throws {RequiredError}
|
|
257
|
+
* @memberof DefaultApiInterface
|
|
258
|
+
*/
|
|
259
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
260
|
+
/**
|
|
261
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
262
|
+
* List available datastores
|
|
263
|
+
*/
|
|
264
|
+
getForecasterDatastores(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
265
|
+
/**
|
|
266
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
267
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
268
|
+
* @throws {RequiredError}
|
|
269
|
+
* @memberof DefaultApiInterface
|
|
270
|
+
*/
|
|
271
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
272
|
+
/**
|
|
273
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
274
|
+
* @summary List benchmark runs
|
|
275
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
* @memberof DefaultApiInterface
|
|
279
|
+
*/
|
|
280
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
281
|
+
/**
|
|
282
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
283
|
+
* List benchmark runs
|
|
284
|
+
*/
|
|
285
|
+
getForecasterRuns(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
286
|
+
/**
|
|
287
|
+
* Creates request options for getForecasterStats without sending the request
|
|
288
|
+
* @param {string} pairName Pair name to get statistics for
|
|
289
|
+
* @throws {RequiredError}
|
|
290
|
+
* @memberof DefaultApiInterface
|
|
291
|
+
*/
|
|
292
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
293
|
+
/**
|
|
294
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
295
|
+
* @summary Get throughput statistics
|
|
296
|
+
* @param {string} pairName Pair name to get statistics for
|
|
297
|
+
* @param {*} [options] Override http request option.
|
|
298
|
+
* @throws {RequiredError}
|
|
299
|
+
* @memberof DefaultApiInterface
|
|
300
|
+
*/
|
|
301
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
302
|
+
/**
|
|
303
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
304
|
+
* Get throughput statistics
|
|
305
|
+
*/
|
|
306
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
307
|
+
/**
|
|
308
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
309
|
+
* @throws {RequiredError}
|
|
310
|
+
* @memberof DefaultApiInterface
|
|
311
|
+
*/
|
|
312
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
313
|
+
/**
|
|
314
|
+
* Returns current service state with per-pair progress details.
|
|
315
|
+
* @summary Poll forecaster status
|
|
316
|
+
* @param {*} [options] Override http request option.
|
|
317
|
+
* @throws {RequiredError}
|
|
318
|
+
* @memberof DefaultApiInterface
|
|
319
|
+
*/
|
|
320
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
321
|
+
/**
|
|
322
|
+
* Returns current service state with per-pair progress details.
|
|
323
|
+
* Poll forecaster status
|
|
324
|
+
*/
|
|
325
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
184
326
|
/**
|
|
185
327
|
* Creates request options for getGroup without sending the request
|
|
186
328
|
* @param {string} id Group ID
|
|
@@ -210,7 +352,6 @@ export interface DefaultApiInterface {
|
|
|
210
352
|
/**
|
|
211
353
|
* Creates request options for getInspectorStatus without sending the request
|
|
212
354
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
213
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
214
355
|
* @throws {RequiredError}
|
|
215
356
|
* @memberof DefaultApiInterface
|
|
216
357
|
*/
|
|
@@ -219,7 +360,6 @@ export interface DefaultApiInterface {
|
|
|
219
360
|
*
|
|
220
361
|
* @summary Get inspector status
|
|
221
362
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
222
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
223
363
|
* @param {*} [options] Override http request option.
|
|
224
364
|
* @throws {RequiredError}
|
|
225
365
|
* @memberof DefaultApiInterface
|
|
@@ -269,6 +409,26 @@ export interface DefaultApiInterface {
|
|
|
269
409
|
* Get collected inventory
|
|
270
410
|
*/
|
|
271
411
|
getInventory(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
412
|
+
/**
|
|
413
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
414
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
415
|
+
* @throws {RequiredError}
|
|
416
|
+
* @memberof DefaultApiInterface
|
|
417
|
+
*/
|
|
418
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
419
|
+
/**
|
|
420
|
+
*
|
|
421
|
+
* @summary Get cluster-level utilization aggregates for the latest completed report
|
|
422
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
423
|
+
* @param {*} [options] Override http request option.
|
|
424
|
+
* @throws {RequiredError}
|
|
425
|
+
* @memberof DefaultApiInterface
|
|
426
|
+
*/
|
|
427
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
428
|
+
/**
|
|
429
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
430
|
+
*/
|
|
431
|
+
getLatestRightsizingClusters(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
272
432
|
/**
|
|
273
433
|
* Creates request options for getRightsizingReport without sending the request
|
|
274
434
|
* @param {string} id Report UUID
|
|
@@ -289,6 +449,28 @@ export interface DefaultApiInterface {
|
|
|
289
449
|
* Get a specific rightsizing report with full VM metrics
|
|
290
450
|
*/
|
|
291
451
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
452
|
+
/**
|
|
453
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
454
|
+
* @param {string} reportId Rightsizing report UUID
|
|
455
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
456
|
+
* @throws {RequiredError}
|
|
457
|
+
* @memberof DefaultApiInterface
|
|
458
|
+
*/
|
|
459
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
460
|
+
/**
|
|
461
|
+
*
|
|
462
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
463
|
+
* @param {string} reportId Rightsizing report UUID
|
|
464
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
465
|
+
* @param {*} [options] Override http request option.
|
|
466
|
+
* @throws {RequiredError}
|
|
467
|
+
* @memberof DefaultApiInterface
|
|
468
|
+
*/
|
|
469
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
470
|
+
/**
|
|
471
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
472
|
+
*/
|
|
473
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
292
474
|
/**
|
|
293
475
|
* Creates request options for getVM without sending the request
|
|
294
476
|
* @param {string} id VirtualMachine id
|
|
@@ -415,6 +597,48 @@ export interface DefaultApiInterface {
|
|
|
415
597
|
* List all rightsizing reports
|
|
416
598
|
*/
|
|
417
599
|
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
600
|
+
/**
|
|
601
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
602
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
603
|
+
* @throws {RequiredError}
|
|
604
|
+
* @memberof DefaultApiInterface
|
|
605
|
+
*/
|
|
606
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
607
|
+
/**
|
|
608
|
+
* Computes which offload methods are feasible for specific source-target datastore pairs based on vendor support and storage array topology derived from the forklift-collected inventory. No vSphere credentials are required.
|
|
609
|
+
* @summary Compute pair capabilities
|
|
610
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
611
|
+
* @param {*} [options] Override http request option.
|
|
612
|
+
* @throws {RequiredError}
|
|
613
|
+
* @memberof DefaultApiInterface
|
|
614
|
+
*/
|
|
615
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
616
|
+
/**
|
|
617
|
+
* Computes which offload methods are feasible for specific source-target datastore pairs based on vendor support and storage array topology derived from the forklift-collected inventory. No vSphere credentials are required.
|
|
618
|
+
* Compute pair capabilities
|
|
619
|
+
*/
|
|
620
|
+
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
621
|
+
/**
|
|
622
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
623
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
624
|
+
* @throws {RequiredError}
|
|
625
|
+
* @memberof DefaultApiInterface
|
|
626
|
+
*/
|
|
627
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
628
|
+
/**
|
|
629
|
+
* 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.
|
|
630
|
+
* @summary Verify vCenter credentials and permissions
|
|
631
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
632
|
+
* @param {*} [options] Override http request option.
|
|
633
|
+
* @throws {RequiredError}
|
|
634
|
+
* @memberof DefaultApiInterface
|
|
635
|
+
*/
|
|
636
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
637
|
+
/**
|
|
638
|
+
* 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.
|
|
639
|
+
* Verify vCenter credentials and permissions
|
|
640
|
+
*/
|
|
641
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
418
642
|
/**
|
|
419
643
|
* Creates request options for putInspectorCredentials without sending the request
|
|
420
644
|
* @param {VcenterCredentials} vcenterCredentials
|
|
@@ -515,6 +739,27 @@ export interface DefaultApiInterface {
|
|
|
515
739
|
* Start inventory collection
|
|
516
740
|
*/
|
|
517
741
|
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
742
|
+
/**
|
|
743
|
+
* Creates request options for startForecaster without sending the request
|
|
744
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
745
|
+
* @throws {RequiredError}
|
|
746
|
+
* @memberof DefaultApiInterface
|
|
747
|
+
*/
|
|
748
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
749
|
+
/**
|
|
750
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
751
|
+
* @summary Start benchmark
|
|
752
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
753
|
+
* @param {*} [options] Override http request option.
|
|
754
|
+
* @throws {RequiredError}
|
|
755
|
+
* @memberof DefaultApiInterface
|
|
756
|
+
*/
|
|
757
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
758
|
+
/**
|
|
759
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
760
|
+
* Start benchmark
|
|
761
|
+
*/
|
|
762
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
518
763
|
/**
|
|
519
764
|
* Creates request options for startInspection without sending the request
|
|
520
765
|
* @param {StartInspectionRequest} startInspectionRequest
|
|
@@ -553,6 +798,46 @@ export interface DefaultApiInterface {
|
|
|
553
798
|
* Stop collection
|
|
554
799
|
*/
|
|
555
800
|
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
801
|
+
/**
|
|
802
|
+
* Creates request options for stopForecaster without sending the request
|
|
803
|
+
* @throws {RequiredError}
|
|
804
|
+
* @memberof DefaultApiInterface
|
|
805
|
+
*/
|
|
806
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
807
|
+
/**
|
|
808
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
809
|
+
* @summary Cancel benchmark
|
|
810
|
+
* @param {*} [options] Override http request option.
|
|
811
|
+
* @throws {RequiredError}
|
|
812
|
+
* @memberof DefaultApiInterface
|
|
813
|
+
*/
|
|
814
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
815
|
+
/**
|
|
816
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
817
|
+
* Cancel benchmark
|
|
818
|
+
*/
|
|
819
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
820
|
+
/**
|
|
821
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
822
|
+
* @param {string} name Pair name as specified in the start request
|
|
823
|
+
* @throws {RequiredError}
|
|
824
|
+
* @memberof DefaultApiInterface
|
|
825
|
+
*/
|
|
826
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
827
|
+
/**
|
|
828
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
829
|
+
* @summary Cancel a single pair
|
|
830
|
+
* @param {string} name Pair name as specified in the start request
|
|
831
|
+
* @param {*} [options] Override http request option.
|
|
832
|
+
* @throws {RequiredError}
|
|
833
|
+
* @memberof DefaultApiInterface
|
|
834
|
+
*/
|
|
835
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
836
|
+
/**
|
|
837
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
838
|
+
* Cancel a single pair
|
|
839
|
+
*/
|
|
840
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
556
841
|
/**
|
|
557
842
|
* Creates request options for stopInspection without sending the request
|
|
558
843
|
* @throws {RequiredError}
|
|
@@ -630,6 +915,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
630
915
|
* Create a new group
|
|
631
916
|
*/
|
|
632
917
|
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
918
|
+
/**
|
|
919
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
920
|
+
*/
|
|
921
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
922
|
+
/**
|
|
923
|
+
* Delete a benchmark run
|
|
924
|
+
*/
|
|
925
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
926
|
+
/**
|
|
927
|
+
* Delete a benchmark run
|
|
928
|
+
*/
|
|
929
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
633
930
|
/**
|
|
634
931
|
* Creates request options for deleteGroup without sending the request
|
|
635
932
|
*/
|
|
@@ -666,6 +963,62 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
666
963
|
* Get collector status
|
|
667
964
|
*/
|
|
668
965
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
966
|
+
/**
|
|
967
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
968
|
+
*/
|
|
969
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
970
|
+
/**
|
|
971
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
972
|
+
* List available datastores
|
|
973
|
+
*/
|
|
974
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
975
|
+
/**
|
|
976
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
977
|
+
* List available datastores
|
|
978
|
+
*/
|
|
979
|
+
getForecasterDatastores(requestParameters?: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
980
|
+
/**
|
|
981
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
982
|
+
*/
|
|
983
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
984
|
+
/**
|
|
985
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
986
|
+
* List benchmark runs
|
|
987
|
+
*/
|
|
988
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
989
|
+
/**
|
|
990
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
991
|
+
* List benchmark runs
|
|
992
|
+
*/
|
|
993
|
+
getForecasterRuns(requestParameters?: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
994
|
+
/**
|
|
995
|
+
* Creates request options for getForecasterStats without sending the request
|
|
996
|
+
*/
|
|
997
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
998
|
+
/**
|
|
999
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1000
|
+
* Get throughput statistics
|
|
1001
|
+
*/
|
|
1002
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1005
|
+
* Get throughput statistics
|
|
1006
|
+
*/
|
|
1007
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
1008
|
+
/**
|
|
1009
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
1010
|
+
*/
|
|
1011
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1012
|
+
/**
|
|
1013
|
+
* Returns current service state with per-pair progress details.
|
|
1014
|
+
* Poll forecaster status
|
|
1015
|
+
*/
|
|
1016
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Returns current service state with per-pair progress details.
|
|
1019
|
+
* Poll forecaster status
|
|
1020
|
+
*/
|
|
1021
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
669
1022
|
/**
|
|
670
1023
|
* Creates request options for getGroup without sending the request
|
|
671
1024
|
*/
|
|
@@ -714,6 +1067,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
714
1067
|
* Get collected inventory
|
|
715
1068
|
*/
|
|
716
1069
|
getInventory(requestParameters?: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
1070
|
+
/**
|
|
1071
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
1072
|
+
*/
|
|
1073
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
1074
|
+
/**
|
|
1075
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1076
|
+
*/
|
|
1077
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1078
|
+
/**
|
|
1079
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1080
|
+
*/
|
|
1081
|
+
getLatestRightsizingClusters(requestParameters?: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
717
1082
|
/**
|
|
718
1083
|
* Creates request options for getRightsizingReport without sending the request
|
|
719
1084
|
*/
|
|
@@ -726,6 +1091,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
726
1091
|
* Get a specific rightsizing report with full VM metrics
|
|
727
1092
|
*/
|
|
728
1093
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
1094
|
+
/**
|
|
1095
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
1096
|
+
*/
|
|
1097
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1098
|
+
/**
|
|
1099
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1100
|
+
*/
|
|
1101
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1102
|
+
/**
|
|
1103
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1104
|
+
*/
|
|
1105
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
729
1106
|
/**
|
|
730
1107
|
* Creates request options for getVM without sending the request
|
|
731
1108
|
*/
|
|
@@ -798,6 +1175,34 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
798
1175
|
* List all rightsizing reports
|
|
799
1176
|
*/
|
|
800
1177
|
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
1178
|
+
/**
|
|
1179
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
1180
|
+
*/
|
|
1181
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
1182
|
+
/**
|
|
1183
|
+
* Computes which offload methods are feasible for specific source-target datastore pairs based on vendor support and storage array topology derived from the forklift-collected inventory. No vSphere credentials are required.
|
|
1184
|
+
* Compute pair capabilities
|
|
1185
|
+
*/
|
|
1186
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
1187
|
+
/**
|
|
1188
|
+
* Computes which offload methods are feasible for specific source-target datastore pairs based on vendor support and storage array topology derived from the forklift-collected inventory. No vSphere credentials are required.
|
|
1189
|
+
* Compute pair capabilities
|
|
1190
|
+
*/
|
|
1191
|
+
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
1192
|
+
/**
|
|
1193
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
1194
|
+
*/
|
|
1195
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1196
|
+
/**
|
|
1197
|
+
* 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.
|
|
1198
|
+
* Verify vCenter credentials and permissions
|
|
1199
|
+
*/
|
|
1200
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1201
|
+
/**
|
|
1202
|
+
* 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.
|
|
1203
|
+
* Verify vCenter credentials and permissions
|
|
1204
|
+
*/
|
|
1205
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
801
1206
|
/**
|
|
802
1207
|
* Creates request options for putInspectorCredentials without sending the request
|
|
803
1208
|
*/
|
|
@@ -858,6 +1263,20 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
858
1263
|
* Start inventory collection
|
|
859
1264
|
*/
|
|
860
1265
|
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1266
|
+
/**
|
|
1267
|
+
* Creates request options for startForecaster without sending the request
|
|
1268
|
+
*/
|
|
1269
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
1270
|
+
/**
|
|
1271
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1272
|
+
* Start benchmark
|
|
1273
|
+
*/
|
|
1274
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1275
|
+
/**
|
|
1276
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1277
|
+
* Start benchmark
|
|
1278
|
+
*/
|
|
1279
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
861
1280
|
/**
|
|
862
1281
|
* Creates request options for startInspection without sending the request
|
|
863
1282
|
*/
|
|
@@ -882,6 +1301,34 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
882
1301
|
* Stop collection
|
|
883
1302
|
*/
|
|
884
1303
|
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1304
|
+
/**
|
|
1305
|
+
* Creates request options for stopForecaster without sending the request
|
|
1306
|
+
*/
|
|
1307
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1308
|
+
/**
|
|
1309
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1310
|
+
* Cancel benchmark
|
|
1311
|
+
*/
|
|
1312
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1313
|
+
/**
|
|
1314
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1315
|
+
* Cancel benchmark
|
|
1316
|
+
*/
|
|
1317
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
1318
|
+
/**
|
|
1319
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
1320
|
+
*/
|
|
1321
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
1322
|
+
/**
|
|
1323
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1324
|
+
* Cancel a single pair
|
|
1325
|
+
*/
|
|
1326
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1329
|
+
* Cancel a single pair
|
|
1330
|
+
*/
|
|
1331
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
885
1332
|
/**
|
|
886
1333
|
* Creates request options for stopInspection without sending the request
|
|
887
1334
|
*/
|