@openshift-migration-advisor/agent-sdk 0.8.0 → 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 +74 -2
- package/.openapi-generator/VERSION +1 -1
- package/README.md +80 -17
- package/dist/apis/DefaultApi.d.ts +1108 -95
- package/dist/apis/DefaultApi.js +1374 -263
- package/dist/esm/apis/DefaultApi.d.ts +1108 -95
- package/dist/esm/apis/DefaultApi.js +1350 -239
- 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/BenchmarkRun.d.ts +104 -0
- package/dist/esm/models/BenchmarkRun.js +85 -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/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/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -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/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 +6 -10
- package/dist/esm/models/InspectorStatus.js +5 -9
- 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/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/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 +70 -0
- package/dist/esm/models/RightsizingCollectRequest.js +56 -0
- package/dist/esm/models/RightsizingMetricStats.d.ts +62 -0
- package/dist/esm/models/RightsizingMetricStats.js +63 -0
- package/dist/esm/models/RightsizingReport.d.ts +81 -0
- package/dist/esm/models/RightsizingReport.js +76 -0
- package/dist/esm/models/RightsizingReportListResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingReportListResponse.js +48 -0
- package/dist/esm/models/RightsizingReportSummary.d.ts +74 -0
- package/dist/esm/models/RightsizingReportSummary.js +71 -0
- package/dist/esm/models/RightsizingVMReport.d.ts +53 -0
- package/dist/esm/models/RightsizingVMReport.js +57 -0
- package/dist/esm/models/StartInspectionRequest.d.ts +39 -0
- package/dist/esm/models/{InspectorStartRequest.js → StartInspectionRequest.js} +12 -12
- package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/esm/models/StopForecasterPair202Response.js +49 -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/VMs.d.ts +18 -0
- package/dist/esm/models/VMs.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 +57 -3
- package/dist/esm/models/VirtualMachine.js +22 -6
- package/dist/esm/models/VirtualMachineDetail.d.ts +22 -3
- package/dist/esm/models/VirtualMachineDetail.js +10 -3
- package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
- package/dist/esm/models/VmInspectionConcern.d.ts +44 -0
- package/dist/esm/models/VmInspectionConcern.js +51 -0
- package/dist/esm/models/VmInspectionResults.d.ts +33 -0
- package/dist/esm/models/VmInspectionResults.js +42 -0
- package/dist/esm/models/VmInspectionStatus.d.ts +0 -1
- package/dist/esm/models/VmInspectionStatus.js +1 -2
- package/dist/esm/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/esm/models/VmUtilizationDetails.js +99 -0
- package/dist/esm/models/index.d.ts +37 -1
- package/dist/esm/models/index.js +37 -1
- package/dist/esm/runtime.js +3 -2
- 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/BenchmarkRun.d.ts +104 -0
- package/dist/models/BenchmarkRun.js +92 -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/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/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/models/DeleteLabelGloballyResponse.js +54 -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/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 +6 -10
- package/dist/models/InspectorStatus.js +5 -9
- 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/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/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 +70 -0
- package/dist/models/RightsizingCollectRequest.js +63 -0
- package/dist/models/RightsizingMetricStats.d.ts +62 -0
- package/dist/models/RightsizingMetricStats.js +70 -0
- package/dist/models/RightsizingReport.d.ts +81 -0
- package/dist/models/RightsizingReport.js +83 -0
- package/dist/models/RightsizingReportListResponse.d.ts +39 -0
- package/dist/models/RightsizingReportListResponse.js +55 -0
- package/dist/models/RightsizingReportSummary.d.ts +74 -0
- package/dist/models/RightsizingReportSummary.js +78 -0
- package/dist/models/RightsizingVMReport.d.ts +53 -0
- package/dist/models/RightsizingVMReport.js +64 -0
- package/dist/models/StartInspectionRequest.d.ts +39 -0
- package/dist/models/StartInspectionRequest.js +55 -0
- package/dist/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/models/StopForecasterPair202Response.js +57 -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/VMs.d.ts +18 -0
- package/dist/models/VMs.js +4 -0
- package/dist/models/VcenterCredentials.d.ts +12 -0
- package/dist/models/VcenterCredentials.js +4 -0
- package/dist/models/VirtualMachine.d.ts +57 -3
- package/dist/models/VirtualMachine.js +22 -6
- package/dist/models/VirtualMachineDetail.d.ts +22 -3
- package/dist/models/VirtualMachineDetail.js +10 -3
- package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/models/VirtualMachineUpdateRequest.js +50 -0
- package/dist/models/VmInspectionConcern.d.ts +44 -0
- package/dist/models/VmInspectionConcern.js +58 -0
- package/dist/models/VmInspectionResults.d.ts +33 -0
- package/dist/models/VmInspectionResults.js +49 -0
- package/dist/models/VmInspectionStatus.d.ts +0 -1
- package/dist/models/VmInspectionStatus.js +1 -2
- package/dist/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/models/VmUtilizationDetails.js +106 -0
- package/dist/models/index.d.ts +37 -1
- package/dist/models/index.js +37 -1
- package/dist/runtime.js +3 -2
- 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/BenchmarkRun.md +58 -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/DatastoreDetail.md +50 -0
- package/docs/DatastorePair.md +40 -0
- package/docs/DefaultApi.md +2126 -310
- package/docs/DeleteLabelGloballyResponse.md +36 -0
- 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/GetInventory200Response.md +4 -2
- package/docs/Group.md +0 -2
- package/docs/GroupResponse.md +2 -0
- package/docs/InspectorStatus.md +2 -2
- package/docs/Inventory.md +4 -2
- package/docs/InventoryData.md +4 -0
- 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/RightsizingClusterResponse.md +36 -0
- package/docs/RightsizingClusterUtilization.md +60 -0
- package/docs/RightsizingCollectRequest.md +46 -0
- package/docs/RightsizingMetricStats.md +44 -0
- package/docs/RightsizingReport.md +50 -0
- package/docs/RightsizingReportListResponse.md +36 -0
- package/docs/RightsizingReportSummary.md +49 -0
- package/docs/RightsizingVMReport.md +40 -0
- package/docs/{InspectorStartRequest.md → StartInspectionRequest.md} +7 -6
- package/docs/StopForecasterPair202Response.md +36 -0
- 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/VMs.md +4 -0
- package/docs/VcenterCredentials.md +4 -0
- package/docs/VirtualMachine.md +22 -4
- package/docs/VirtualMachineDetail.md +7 -1
- package/docs/VirtualMachineUpdateRequest.md +36 -0
- package/docs/VmInspectionConcern.md +39 -0
- package/docs/VmInspectionResults.md +35 -0
- package/docs/VmUtilizationDetails.md +62 -0
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +2580 -491
- 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/BenchmarkRun.ts +171 -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/DatastoreDetail.ts +146 -0
- package/src/models/DatastorePair.ts +92 -0
- package/src/models/DeleteLabelGloballyResponse.ts +75 -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/Group.ts +0 -8
- package/src/models/GroupResponse.ts +15 -0
- package/src/models/InspectorStatus.ts +15 -12
- package/src/models/Inventory.ts +12 -4
- package/src/models/InventoryData.ts +30 -0
- 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/RightsizingClusterResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +185 -0
- package/src/models/RightsizingCollectRequest.ts +123 -0
- package/src/models/RightsizingMetricStats.ts +111 -0
- package/src/models/RightsizingReport.ts +146 -0
- package/src/models/RightsizingReportListResponse.ts +83 -0
- package/src/models/RightsizingReportSummary.ts +129 -0
- package/src/models/RightsizingVMReport.ts +101 -0
- package/src/models/StartInspectionRequest.ts +83 -0
- package/src/models/StopForecasterPair202Response.ts +83 -0
- 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/VMs.ts +18 -0
- package/src/models/VcenterCredentials.ts +16 -0
- package/src/models/VirtualMachine.ts +79 -8
- package/src/models/VirtualMachineDetail.ts +42 -11
- package/src/models/VirtualMachineUpdateRequest.ts +73 -0
- package/src/models/VmInspectionConcern.ts +84 -0
- package/src/models/VmInspectionResults.ts +73 -0
- package/src/models/VmInspectionStatus.ts +1 -2
- package/src/models/VmUtilizationDetails.ts +192 -0
- package/src/models/index.ts +37 -1
- package/src/runtime.ts +2 -3
- package/dist/esm/models/InspectorStartRequest.d.ts +0 -39
- package/dist/models/InspectorStartRequest.d.ts +0 -39
- package/dist/models/InspectorStartRequest.js +0 -55
- package/src/models/InspectorStartRequest.ts +0 -83
|
@@ -10,30 +10,102 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
|
-
import type
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
13
|
+
import { type AgentModeRequest } from '../models/AgentModeRequest.js';
|
|
14
|
+
import { type AgentStatus } from '../models/AgentStatus.js';
|
|
15
|
+
import { type ApplicationListResponse } from '../models/ApplicationListResponse.js';
|
|
16
|
+
import { type BenchmarkRun } from '../models/BenchmarkRun.js';
|
|
17
|
+
import { type CollectorStartRequest } from '../models/CollectorStartRequest.js';
|
|
18
|
+
import { type CollectorStatus } from '../models/CollectorStatus.js';
|
|
19
|
+
import { type CreateGroupRequest } from '../models/CreateGroupRequest.js';
|
|
20
|
+
import { type CredentialStatus } from '../models/CredentialStatus.js';
|
|
21
|
+
import { type DatastoreDetail } from '../models/DatastoreDetail.js';
|
|
22
|
+
import { type DeleteLabelGloballyResponse } from '../models/DeleteLabelGloballyResponse.js';
|
|
23
|
+
import { type ForecastStats } from '../models/ForecastStats.js';
|
|
24
|
+
import { type ForecasterDatastoresRequest } from '../models/ForecasterDatastoresRequest.js';
|
|
25
|
+
import { type ForecasterStartRequest } from '../models/ForecasterStartRequest.js';
|
|
26
|
+
import { type ForecasterStatus } from '../models/ForecasterStatus.js';
|
|
27
|
+
import { type GetInventory200Response } from '../models/GetInventory200Response.js';
|
|
28
|
+
import { type Group } from '../models/Group.js';
|
|
29
|
+
import { type GroupListResponse } from '../models/GroupListResponse.js';
|
|
30
|
+
import { type GroupResponse } from '../models/GroupResponse.js';
|
|
31
|
+
import { type InspectorStatus } from '../models/InspectorStatus.js';
|
|
32
|
+
import { type PairCapability } from '../models/PairCapability.js';
|
|
33
|
+
import { type PairCapabilityRequest } from '../models/PairCapabilityRequest.js';
|
|
34
|
+
import { type RightsizingClusterListResponse } from '../models/RightsizingClusterListResponse.js';
|
|
35
|
+
import { type RightsizingClusterResponse } from '../models/RightsizingClusterResponse.js';
|
|
36
|
+
import { type RightsizingCollectRequest } from '../models/RightsizingCollectRequest.js';
|
|
37
|
+
import { type RightsizingReport } from '../models/RightsizingReport.js';
|
|
38
|
+
import { type RightsizingReportListResponse } from '../models/RightsizingReportListResponse.js';
|
|
39
|
+
import { type RightsizingReportSummary } from '../models/RightsizingReportSummary.js';
|
|
40
|
+
import { type StartInspectionRequest } from '../models/StartInspectionRequest.js';
|
|
41
|
+
import { type StopForecasterPair202Response } from '../models/StopForecasterPair202Response.js';
|
|
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';
|
|
46
|
+
import { type VcenterCredentials } from '../models/VcenterCredentials.js';
|
|
47
|
+
import { type VddkProperties } from '../models/VddkProperties.js';
|
|
48
|
+
import { type VersionInfo } from '../models/VersionInfo.js';
|
|
49
|
+
import { type VirtualMachineDetail } from '../models/VirtualMachineDetail.js';
|
|
50
|
+
import { type VirtualMachineListResponse } from '../models/VirtualMachineListResponse.js';
|
|
51
|
+
import { type VirtualMachineUpdateRequest } from '../models/VirtualMachineUpdateRequest.js';
|
|
52
|
+
import { type VmInspectionStatus } from '../models/VmInspectionStatus.js';
|
|
53
|
+
import { type VmUtilizationDetails } from '../models/VmUtilizationDetails.js';
|
|
17
54
|
export interface CreateGroupOperationRequest {
|
|
18
55
|
createGroupRequest: CreateGroupRequest;
|
|
19
56
|
}
|
|
57
|
+
export interface DeleteForecasterRunRequest {
|
|
58
|
+
id: number;
|
|
59
|
+
}
|
|
20
60
|
export interface DeleteGroupRequest {
|
|
21
61
|
id: string;
|
|
22
62
|
}
|
|
63
|
+
export interface DeleteLabelGloballyRequest {
|
|
64
|
+
label: string;
|
|
65
|
+
}
|
|
66
|
+
export interface GetClusterUtilizationRequest {
|
|
67
|
+
clusterId: string;
|
|
68
|
+
}
|
|
69
|
+
export interface GetForecasterDatastoresRequest {
|
|
70
|
+
forecasterDatastoresRequest?: ForecasterDatastoresRequest;
|
|
71
|
+
}
|
|
72
|
+
export interface GetForecasterRunsRequest {
|
|
73
|
+
pairName?: string;
|
|
74
|
+
}
|
|
75
|
+
export interface GetForecasterStatsRequest {
|
|
76
|
+
pairName: string;
|
|
77
|
+
}
|
|
23
78
|
export interface GetGroupRequest {
|
|
24
79
|
id: string;
|
|
25
80
|
sort?: Array<string>;
|
|
26
81
|
page?: number;
|
|
27
82
|
pageSize?: number;
|
|
28
83
|
}
|
|
84
|
+
export interface GetInspectorStatusRequest {
|
|
85
|
+
includeVddk?: boolean;
|
|
86
|
+
}
|
|
29
87
|
export interface GetInventoryRequest {
|
|
30
88
|
withAgentId?: boolean;
|
|
31
89
|
groupId?: string;
|
|
32
90
|
}
|
|
91
|
+
export interface GetLatestRightsizingClustersRequest {
|
|
92
|
+
byExpression?: string;
|
|
93
|
+
}
|
|
94
|
+
export interface GetRightsizingReportRequest {
|
|
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;
|
|
104
|
+
}
|
|
33
105
|
export interface GetVMRequest {
|
|
34
106
|
id: string;
|
|
35
107
|
}
|
|
36
|
-
export interface
|
|
108
|
+
export interface GetVMUtilizationRequest {
|
|
37
109
|
id: string;
|
|
38
110
|
}
|
|
39
111
|
export interface GetVMsRequest {
|
|
@@ -47,6 +119,22 @@ export interface ListGroupsRequest {
|
|
|
47
119
|
page?: number;
|
|
48
120
|
pageSize?: number;
|
|
49
121
|
}
|
|
122
|
+
export interface ListRightsizingReportClustersRequest {
|
|
123
|
+
reportId: string;
|
|
124
|
+
byExpression?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface PostForecasterPairCapabilitiesRequest {
|
|
127
|
+
pairCapabilityRequest: PairCapabilityRequest;
|
|
128
|
+
}
|
|
129
|
+
export interface PutCredentialsRequest {
|
|
130
|
+
vcenterCredentials: VcenterCredentials;
|
|
131
|
+
}
|
|
132
|
+
export interface PutForecasterCredentialsRequest {
|
|
133
|
+
vcenterCredentials: VcenterCredentials;
|
|
134
|
+
}
|
|
135
|
+
export interface PutInspectorVddkRequest {
|
|
136
|
+
file: Blob;
|
|
137
|
+
}
|
|
50
138
|
export interface RemoveVMFromInspectionRequest {
|
|
51
139
|
id: string;
|
|
52
140
|
}
|
|
@@ -56,15 +144,32 @@ export interface SetAgentModeRequest {
|
|
|
56
144
|
export interface StartCollectorRequest {
|
|
57
145
|
collectorStartRequest: CollectorStartRequest;
|
|
58
146
|
}
|
|
59
|
-
export interface
|
|
60
|
-
|
|
147
|
+
export interface StartForecasterRequest {
|
|
148
|
+
forecasterStartRequest: ForecasterStartRequest;
|
|
149
|
+
}
|
|
150
|
+
export interface StartInspectionOperationRequest {
|
|
151
|
+
startInspectionRequest: StartInspectionRequest;
|
|
152
|
+
}
|
|
153
|
+
export interface StopForecasterPairRequest {
|
|
154
|
+
name: string;
|
|
155
|
+
}
|
|
156
|
+
export interface TriggerRightsizingCollectionRequest {
|
|
157
|
+
rightsizingCollectRequest: RightsizingCollectRequest;
|
|
61
158
|
}
|
|
62
159
|
export interface UpdateGroupOperationRequest {
|
|
63
160
|
id: string;
|
|
64
161
|
updateGroupRequest: UpdateGroupRequest;
|
|
65
162
|
}
|
|
66
|
-
export interface
|
|
67
|
-
|
|
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;
|
|
68
173
|
}
|
|
69
174
|
/**
|
|
70
175
|
* DefaultApi - interface
|
|
@@ -74,45 +179,64 @@ export interface VddkPostRequest {
|
|
|
74
179
|
*/
|
|
75
180
|
export interface DefaultApiInterface {
|
|
76
181
|
/**
|
|
77
|
-
* Creates request options for
|
|
78
|
-
* @param {
|
|
182
|
+
* Creates request options for createGroup without sending the request
|
|
183
|
+
* @param {CreateGroupRequest} createGroupRequest
|
|
79
184
|
* @throws {RequiredError}
|
|
80
185
|
* @memberof DefaultApiInterface
|
|
81
186
|
*/
|
|
82
|
-
|
|
187
|
+
createGroupRequestOpts(requestParameters: CreateGroupOperationRequest): Promise<runtime.RequestOpts>;
|
|
83
188
|
/**
|
|
84
189
|
*
|
|
85
|
-
* @summary
|
|
86
|
-
* @param {
|
|
190
|
+
* @summary Create a new group
|
|
191
|
+
* @param {CreateGroupRequest} createGroupRequest
|
|
87
192
|
* @param {*} [options] Override http request option.
|
|
88
193
|
* @throws {RequiredError}
|
|
89
194
|
* @memberof DefaultApiInterface
|
|
90
195
|
*/
|
|
91
|
-
|
|
196
|
+
createGroupRaw(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
92
197
|
/**
|
|
93
|
-
*
|
|
198
|
+
* Create a new group
|
|
94
199
|
*/
|
|
95
|
-
|
|
200
|
+
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
96
201
|
/**
|
|
97
|
-
* Creates request options for
|
|
98
|
-
* @param {CreateGroupRequest} createGroupRequest
|
|
202
|
+
* Creates request options for deleteCredentials without sending the request
|
|
99
203
|
* @throws {RequiredError}
|
|
100
204
|
* @memberof DefaultApiInterface
|
|
101
205
|
*/
|
|
102
|
-
|
|
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>;
|
|
220
|
+
/**
|
|
221
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
222
|
+
* @param {number} id Run ID
|
|
223
|
+
* @throws {RequiredError}
|
|
224
|
+
* @memberof DefaultApiInterface
|
|
225
|
+
*/
|
|
226
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
103
227
|
/**
|
|
104
228
|
*
|
|
105
|
-
* @summary
|
|
106
|
-
* @param {
|
|
229
|
+
* @summary Delete a benchmark run
|
|
230
|
+
* @param {number} id Run ID
|
|
107
231
|
* @param {*} [options] Override http request option.
|
|
108
232
|
* @throws {RequiredError}
|
|
109
233
|
* @memberof DefaultApiInterface
|
|
110
234
|
*/
|
|
111
|
-
|
|
235
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
112
236
|
/**
|
|
113
|
-
*
|
|
237
|
+
* Delete a benchmark run
|
|
114
238
|
*/
|
|
115
|
-
|
|
239
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
116
240
|
/**
|
|
117
241
|
* Creates request options for deleteGroup without sending the request
|
|
118
242
|
* @param {string} id Group ID
|
|
@@ -133,6 +257,26 @@ export interface DefaultApiInterface {
|
|
|
133
257
|
* Delete group
|
|
134
258
|
*/
|
|
135
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>;
|
|
136
280
|
/**
|
|
137
281
|
* Creates request options for getAgentStatus without sending the request
|
|
138
282
|
* @throws {RequiredError}
|
|
@@ -151,6 +295,44 @@ export interface DefaultApiInterface {
|
|
|
151
295
|
* Get agent status
|
|
152
296
|
*/
|
|
153
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>;
|
|
154
336
|
/**
|
|
155
337
|
* Creates request options for getCollectorStatus without sending the request
|
|
156
338
|
* @throws {RequiredError}
|
|
@@ -169,10 +351,111 @@ export interface DefaultApiInterface {
|
|
|
169
351
|
* Get collector status
|
|
170
352
|
*/
|
|
171
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>;
|
|
373
|
+
/**
|
|
374
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
375
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
376
|
+
* @throws {RequiredError}
|
|
377
|
+
* @memberof DefaultApiInterface
|
|
378
|
+
*/
|
|
379
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
380
|
+
/**
|
|
381
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
382
|
+
* @summary List available datastores
|
|
383
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
* @memberof DefaultApiInterface
|
|
387
|
+
*/
|
|
388
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
389
|
+
/**
|
|
390
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
391
|
+
* List available datastores
|
|
392
|
+
*/
|
|
393
|
+
getForecasterDatastores(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
394
|
+
/**
|
|
395
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
396
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
397
|
+
* @throws {RequiredError}
|
|
398
|
+
* @memberof DefaultApiInterface
|
|
399
|
+
*/
|
|
400
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
401
|
+
/**
|
|
402
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
403
|
+
* @summary List benchmark runs
|
|
404
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
405
|
+
* @param {*} [options] Override http request option.
|
|
406
|
+
* @throws {RequiredError}
|
|
407
|
+
* @memberof DefaultApiInterface
|
|
408
|
+
*/
|
|
409
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
410
|
+
/**
|
|
411
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
412
|
+
* List benchmark runs
|
|
413
|
+
*/
|
|
414
|
+
getForecasterRuns(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
415
|
+
/**
|
|
416
|
+
* Creates request options for getForecasterStats without sending the request
|
|
417
|
+
* @param {string} pairName Pair name to get statistics for
|
|
418
|
+
* @throws {RequiredError}
|
|
419
|
+
* @memberof DefaultApiInterface
|
|
420
|
+
*/
|
|
421
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
422
|
+
/**
|
|
423
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
424
|
+
* @summary Get throughput statistics
|
|
425
|
+
* @param {string} pairName Pair name to get statistics for
|
|
426
|
+
* @param {*} [options] Override http request option.
|
|
427
|
+
* @throws {RequiredError}
|
|
428
|
+
* @memberof DefaultApiInterface
|
|
429
|
+
*/
|
|
430
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
431
|
+
/**
|
|
432
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
433
|
+
* Get throughput statistics
|
|
434
|
+
*/
|
|
435
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
436
|
+
/**
|
|
437
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
438
|
+
* @throws {RequiredError}
|
|
439
|
+
* @memberof DefaultApiInterface
|
|
440
|
+
*/
|
|
441
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
442
|
+
/**
|
|
443
|
+
* Returns current service state with per-pair progress details.
|
|
444
|
+
* @summary Poll forecaster status
|
|
445
|
+
* @param {*} [options] Override http request option.
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
* @memberof DefaultApiInterface
|
|
448
|
+
*/
|
|
449
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
450
|
+
/**
|
|
451
|
+
* Returns current service state with per-pair progress details.
|
|
452
|
+
* Poll forecaster status
|
|
453
|
+
*/
|
|
454
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
172
455
|
/**
|
|
173
456
|
* Creates request options for getGroup without sending the request
|
|
174
457
|
* @param {string} id Group ID
|
|
175
|
-
* @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.
|
|
176
459
|
* @param {number} [page] Page number for pagination
|
|
177
460
|
* @param {number} [pageSize] Number of items per page
|
|
178
461
|
* @throws {RequiredError}
|
|
@@ -183,7 +466,7 @@ export interface DefaultApiInterface {
|
|
|
183
466
|
*
|
|
184
467
|
* @summary Get group by ID with its VMs
|
|
185
468
|
* @param {string} id Group ID
|
|
186
|
-
* @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.
|
|
187
470
|
* @param {number} [page] Page number for pagination
|
|
188
471
|
* @param {number} [pageSize] Number of items per page
|
|
189
472
|
* @param {*} [options] Override http request option.
|
|
@@ -197,22 +480,42 @@ export interface DefaultApiInterface {
|
|
|
197
480
|
getGroup(requestParameters: GetGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupResponse>;
|
|
198
481
|
/**
|
|
199
482
|
* Creates request options for getInspectorStatus without sending the request
|
|
483
|
+
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
200
484
|
* @throws {RequiredError}
|
|
201
485
|
* @memberof DefaultApiInterface
|
|
202
486
|
*/
|
|
203
|
-
getInspectorStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
487
|
+
getInspectorStatusRequestOpts(requestParameters: GetInspectorStatusRequest): Promise<runtime.RequestOpts>;
|
|
204
488
|
/**
|
|
205
489
|
*
|
|
206
490
|
* @summary Get inspector status
|
|
491
|
+
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
207
492
|
* @param {*} [options] Override http request option.
|
|
208
493
|
* @throws {RequiredError}
|
|
209
494
|
* @memberof DefaultApiInterface
|
|
210
495
|
*/
|
|
211
|
-
getInspectorStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
496
|
+
getInspectorStatusRaw(requestParameters: GetInspectorStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
212
497
|
/**
|
|
213
498
|
* Get inspector status
|
|
214
499
|
*/
|
|
215
|
-
getInspectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
500
|
+
getInspectorStatus(requestParameters: GetInspectorStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
501
|
+
/**
|
|
502
|
+
* Creates request options for getInspectorVddkStatus without sending the request
|
|
503
|
+
* @throws {RequiredError}
|
|
504
|
+
* @memberof DefaultApiInterface
|
|
505
|
+
*/
|
|
506
|
+
getInspectorVddkStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
507
|
+
/**
|
|
508
|
+
*
|
|
509
|
+
* @summary Get VDDK status
|
|
510
|
+
* @param {*} [options] Override http request option.
|
|
511
|
+
* @throws {RequiredError}
|
|
512
|
+
* @memberof DefaultApiInterface
|
|
513
|
+
*/
|
|
514
|
+
getInspectorVddkStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VddkProperties>>;
|
|
515
|
+
/**
|
|
516
|
+
* Get VDDK status
|
|
517
|
+
*/
|
|
518
|
+
getInspectorVddkStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VddkProperties>;
|
|
216
519
|
/**
|
|
217
520
|
* Creates request options for getInventory without sending the request
|
|
218
521
|
* @param {boolean} [withAgentId] If true, include the agentId in the response (Compatible with manual inventory upload).
|
|
@@ -235,6 +538,96 @@ export interface DefaultApiInterface {
|
|
|
235
538
|
* Get collected inventory
|
|
236
539
|
*/
|
|
237
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>;
|
|
564
|
+
/**
|
|
565
|
+
* Creates request options for getRightsizingReport without sending the request
|
|
566
|
+
* @param {string} reportId Report UUID
|
|
567
|
+
* @throws {RequiredError}
|
|
568
|
+
* @memberof DefaultApiInterface
|
|
569
|
+
*/
|
|
570
|
+
getRightsizingReportRequestOpts(requestParameters: GetRightsizingReportRequest): Promise<runtime.RequestOpts>;
|
|
571
|
+
/**
|
|
572
|
+
*
|
|
573
|
+
* @summary Get a specific rightsizing report with full VM metrics
|
|
574
|
+
* @param {string} reportId Report UUID
|
|
575
|
+
* @param {*} [options] Override http request option.
|
|
576
|
+
* @throws {RequiredError}
|
|
577
|
+
* @memberof DefaultApiInterface
|
|
578
|
+
*/
|
|
579
|
+
getRightsizingReportRaw(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReport>>;
|
|
580
|
+
/**
|
|
581
|
+
* Get a specific rightsizing report with full VM metrics
|
|
582
|
+
*/
|
|
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>;
|
|
238
631
|
/**
|
|
239
632
|
* Creates request options for getVM without sending the request
|
|
240
633
|
* @param {string} id VirtualMachine id
|
|
@@ -256,29 +649,47 @@ export interface DefaultApiInterface {
|
|
|
256
649
|
*/
|
|
257
650
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
258
651
|
/**
|
|
259
|
-
* Creates request options for
|
|
260
|
-
* @
|
|
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>;
|
|
669
|
+
/**
|
|
670
|
+
* Creates request options for getVMUtilization without sending the request
|
|
671
|
+
* @param {string} id VirtualMachine MoRef ID
|
|
261
672
|
* @throws {RequiredError}
|
|
262
673
|
* @memberof DefaultApiInterface
|
|
263
674
|
*/
|
|
264
|
-
|
|
675
|
+
getVMUtilizationRequestOpts(requestParameters: GetVMUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
265
676
|
/**
|
|
266
677
|
*
|
|
267
|
-
* @summary Get
|
|
268
|
-
* @param {string} id VirtualMachine ID
|
|
678
|
+
* @summary Get utilization breakdown for a specific VM
|
|
679
|
+
* @param {string} id VirtualMachine MoRef ID
|
|
269
680
|
* @param {*} [options] Override http request option.
|
|
270
681
|
* @throws {RequiredError}
|
|
271
682
|
* @memberof DefaultApiInterface
|
|
272
683
|
*/
|
|
273
|
-
|
|
684
|
+
getVMUtilizationRaw(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmUtilizationDetails>>;
|
|
274
685
|
/**
|
|
275
|
-
* Get
|
|
686
|
+
* Get utilization breakdown for a specific VM
|
|
276
687
|
*/
|
|
277
|
-
|
|
688
|
+
getVMUtilization(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmUtilizationDetails>;
|
|
278
689
|
/**
|
|
279
690
|
* Creates request options for getVMs without sending the request
|
|
280
691
|
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
281
|
-
* @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.
|
|
282
693
|
* @param {number} [page] Page number for pagination
|
|
283
694
|
* @param {number} [pageSize] Number of items per page
|
|
284
695
|
* @throws {RequiredError}
|
|
@@ -289,7 +700,7 @@ export interface DefaultApiInterface {
|
|
|
289
700
|
*
|
|
290
701
|
* @summary Get list of VMs with filtering and pagination
|
|
291
702
|
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
292
|
-
* @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.
|
|
293
704
|
* @param {number} [page] Page number for pagination
|
|
294
705
|
* @param {number} [pageSize] Number of items per page
|
|
295
706
|
* @param {*} [options] Override http request option.
|
|
@@ -302,23 +713,23 @@ export interface DefaultApiInterface {
|
|
|
302
713
|
*/
|
|
303
714
|
getVMs(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
304
715
|
/**
|
|
305
|
-
* Creates request options for
|
|
716
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
306
717
|
* @throws {RequiredError}
|
|
307
718
|
* @memberof DefaultApiInterface
|
|
308
719
|
*/
|
|
309
|
-
|
|
720
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
310
721
|
/**
|
|
311
722
|
*
|
|
312
|
-
* @summary Get
|
|
723
|
+
* @summary Get distinct filter option values for VMs
|
|
313
724
|
* @param {*} [options] Override http request option.
|
|
314
725
|
* @throws {RequiredError}
|
|
315
726
|
* @memberof DefaultApiInterface
|
|
316
727
|
*/
|
|
317
|
-
|
|
728
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
318
729
|
/**
|
|
319
|
-
* Get
|
|
730
|
+
* Get distinct filter option values for VMs
|
|
320
731
|
*/
|
|
321
|
-
|
|
732
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
322
733
|
/**
|
|
323
734
|
* Creates request options for getVersion without sending the request
|
|
324
735
|
* @throws {RequiredError}
|
|
@@ -360,7 +771,130 @@ export interface DefaultApiInterface {
|
|
|
360
771
|
/**
|
|
361
772
|
* List all groups
|
|
362
773
|
*/
|
|
363
|
-
listGroups(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
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>;
|
|
797
|
+
/**
|
|
798
|
+
* Creates request options for listRightsizingReports without sending the request
|
|
799
|
+
* @throws {RequiredError}
|
|
800
|
+
* @memberof DefaultApiInterface
|
|
801
|
+
*/
|
|
802
|
+
listRightsizingReportsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
803
|
+
/**
|
|
804
|
+
*
|
|
805
|
+
* @summary List all rightsizing reports
|
|
806
|
+
* @param {*} [options] Override http request option.
|
|
807
|
+
* @throws {RequiredError}
|
|
808
|
+
* @memberof DefaultApiInterface
|
|
809
|
+
*/
|
|
810
|
+
listRightsizingReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportListResponse>>;
|
|
811
|
+
/**
|
|
812
|
+
* List all rightsizing reports
|
|
813
|
+
*/
|
|
814
|
+
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
815
|
+
/**
|
|
816
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
817
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
818
|
+
* @throws {RequiredError}
|
|
819
|
+
* @memberof DefaultApiInterface
|
|
820
|
+
*/
|
|
821
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
822
|
+
/**
|
|
823
|
+
* 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.
|
|
824
|
+
* @summary Compute pair capabilities
|
|
825
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
826
|
+
* @param {*} [options] Override http request option.
|
|
827
|
+
* @throws {RequiredError}
|
|
828
|
+
* @memberof DefaultApiInterface
|
|
829
|
+
*/
|
|
830
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
831
|
+
/**
|
|
832
|
+
* 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.
|
|
833
|
+
* Compute pair capabilities
|
|
834
|
+
*/
|
|
835
|
+
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
836
|
+
/**
|
|
837
|
+
* Creates request options for putCredentials without sending the request
|
|
838
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
839
|
+
* @throws {RequiredError}
|
|
840
|
+
* @memberof DefaultApiInterface
|
|
841
|
+
*/
|
|
842
|
+
putCredentialsRequestOpts(requestParameters: PutCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
843
|
+
/**
|
|
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
|
|
846
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
847
|
+
* @param {*} [options] Override http request option.
|
|
848
|
+
* @throws {RequiredError}
|
|
849
|
+
* @memberof DefaultApiInterface
|
|
850
|
+
*/
|
|
851
|
+
putCredentialsRaw(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
852
|
+
/**
|
|
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
|
|
855
|
+
*/
|
|
856
|
+
putCredentials(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
857
|
+
/**
|
|
858
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
859
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
860
|
+
* @throws {RequiredError}
|
|
861
|
+
* @memberof DefaultApiInterface
|
|
862
|
+
*/
|
|
863
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
864
|
+
/**
|
|
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
|
|
867
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
868
|
+
* @param {*} [options] Override http request option.
|
|
869
|
+
* @throws {RequiredError}
|
|
870
|
+
* @memberof DefaultApiInterface
|
|
871
|
+
*/
|
|
872
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
873
|
+
/**
|
|
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
|
|
876
|
+
*/
|
|
877
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
878
|
+
/**
|
|
879
|
+
* Creates request options for putInspectorVddk without sending the request
|
|
880
|
+
* @param {Blob} file VDDK tarball
|
|
881
|
+
* @throws {RequiredError}
|
|
882
|
+
* @memberof DefaultApiInterface
|
|
883
|
+
*/
|
|
884
|
+
putInspectorVddkRequestOpts(requestParameters: PutInspectorVddkRequest): Promise<runtime.RequestOpts>;
|
|
885
|
+
/**
|
|
886
|
+
*
|
|
887
|
+
* @summary Upload VDDK tarball
|
|
888
|
+
* @param {Blob} file VDDK tarball
|
|
889
|
+
* @param {*} [options] Override http request option.
|
|
890
|
+
* @throws {RequiredError}
|
|
891
|
+
* @memberof DefaultApiInterface
|
|
892
|
+
*/
|
|
893
|
+
putInspectorVddkRaw(requestParameters: PutInspectorVddkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VddkProperties>>;
|
|
894
|
+
/**
|
|
895
|
+
* Upload VDDK tarball
|
|
896
|
+
*/
|
|
897
|
+
putInspectorVddk(requestParameters: PutInspectorVddkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VddkProperties>;
|
|
364
898
|
/**
|
|
365
899
|
* Creates request options for removeVMFromInspection without sending the request
|
|
366
900
|
* @param {string} id
|
|
@@ -421,26 +955,47 @@ export interface DefaultApiInterface {
|
|
|
421
955
|
* Start inventory collection
|
|
422
956
|
*/
|
|
423
957
|
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
958
|
+
/**
|
|
959
|
+
* Creates request options for startForecaster without sending the request
|
|
960
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
961
|
+
* @throws {RequiredError}
|
|
962
|
+
* @memberof DefaultApiInterface
|
|
963
|
+
*/
|
|
964
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
965
|
+
/**
|
|
966
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
967
|
+
* @summary Start benchmark
|
|
968
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
969
|
+
* @param {*} [options] Override http request option.
|
|
970
|
+
* @throws {RequiredError}
|
|
971
|
+
* @memberof DefaultApiInterface
|
|
972
|
+
*/
|
|
973
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
974
|
+
/**
|
|
975
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
976
|
+
* Start benchmark
|
|
977
|
+
*/
|
|
978
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
424
979
|
/**
|
|
425
980
|
* Creates request options for startInspection without sending the request
|
|
426
|
-
* @param {
|
|
981
|
+
* @param {StartInspectionRequest} startInspectionRequest
|
|
427
982
|
* @throws {RequiredError}
|
|
428
983
|
* @memberof DefaultApiInterface
|
|
429
984
|
*/
|
|
430
|
-
startInspectionRequestOpts(requestParameters:
|
|
985
|
+
startInspectionRequestOpts(requestParameters: StartInspectionOperationRequest): Promise<runtime.RequestOpts>;
|
|
431
986
|
/**
|
|
432
987
|
*
|
|
433
988
|
* @summary Start inspection for VMs
|
|
434
|
-
* @param {
|
|
989
|
+
* @param {StartInspectionRequest} startInspectionRequest
|
|
435
990
|
* @param {*} [options] Override http request option.
|
|
436
991
|
* @throws {RequiredError}
|
|
437
992
|
* @memberof DefaultApiInterface
|
|
438
993
|
*/
|
|
439
|
-
startInspectionRaw(requestParameters:
|
|
994
|
+
startInspectionRaw(requestParameters: StartInspectionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
440
995
|
/**
|
|
441
996
|
* Start inspection for VMs
|
|
442
997
|
*/
|
|
443
|
-
startInspection(requestParameters:
|
|
998
|
+
startInspection(requestParameters: StartInspectionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
444
999
|
/**
|
|
445
1000
|
* Creates request options for stopCollector without sending the request
|
|
446
1001
|
* @throws {RequiredError}
|
|
@@ -459,6 +1014,46 @@ export interface DefaultApiInterface {
|
|
|
459
1014
|
* Stop collection
|
|
460
1015
|
*/
|
|
461
1016
|
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Creates request options for stopForecaster without sending the request
|
|
1019
|
+
* @throws {RequiredError}
|
|
1020
|
+
* @memberof DefaultApiInterface
|
|
1021
|
+
*/
|
|
1022
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1023
|
+
/**
|
|
1024
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1025
|
+
* @summary Cancel benchmark
|
|
1026
|
+
* @param {*} [options] Override http request option.
|
|
1027
|
+
* @throws {RequiredError}
|
|
1028
|
+
* @memberof DefaultApiInterface
|
|
1029
|
+
*/
|
|
1030
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1031
|
+
/**
|
|
1032
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1033
|
+
* Cancel benchmark
|
|
1034
|
+
*/
|
|
1035
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
1036
|
+
/**
|
|
1037
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
1038
|
+
* @param {string} name Pair name as specified in the start request
|
|
1039
|
+
* @throws {RequiredError}
|
|
1040
|
+
* @memberof DefaultApiInterface
|
|
1041
|
+
*/
|
|
1042
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
1043
|
+
/**
|
|
1044
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1045
|
+
* @summary Cancel a single pair
|
|
1046
|
+
* @param {string} name Pair name as specified in the start request
|
|
1047
|
+
* @param {*} [options] Override http request option.
|
|
1048
|
+
* @throws {RequiredError}
|
|
1049
|
+
* @memberof DefaultApiInterface
|
|
1050
|
+
*/
|
|
1051
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
1052
|
+
/**
|
|
1053
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1054
|
+
* Cancel a single pair
|
|
1055
|
+
*/
|
|
1056
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
462
1057
|
/**
|
|
463
1058
|
* Creates request options for stopInspection without sending the request
|
|
464
1059
|
* @throws {RequiredError}
|
|
@@ -477,6 +1072,26 @@ export interface DefaultApiInterface {
|
|
|
477
1072
|
* Stop inspector entirely
|
|
478
1073
|
*/
|
|
479
1074
|
stopInspection(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
1075
|
+
/**
|
|
1076
|
+
* Creates request options for triggerRightsizingCollection without sending the request
|
|
1077
|
+
* @param {RightsizingCollectRequest} rightsizingCollectRequest
|
|
1078
|
+
* @throws {RequiredError}
|
|
1079
|
+
* @memberof DefaultApiInterface
|
|
1080
|
+
*/
|
|
1081
|
+
triggerRightsizingCollectionRequestOpts(requestParameters: TriggerRightsizingCollectionRequest): Promise<runtime.RequestOpts>;
|
|
1082
|
+
/**
|
|
1083
|
+
*
|
|
1084
|
+
* @summary Trigger rightsizing metrics collection
|
|
1085
|
+
* @param {RightsizingCollectRequest} rightsizingCollectRequest
|
|
1086
|
+
* @param {*} [options] Override http request option.
|
|
1087
|
+
* @throws {RequiredError}
|
|
1088
|
+
* @memberof DefaultApiInterface
|
|
1089
|
+
*/
|
|
1090
|
+
triggerRightsizingCollectionRaw(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportSummary>>;
|
|
1091
|
+
/**
|
|
1092
|
+
* Trigger rightsizing metrics collection
|
|
1093
|
+
*/
|
|
1094
|
+
triggerRightsizingCollection(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportSummary>;
|
|
480
1095
|
/**
|
|
481
1096
|
* Creates request options for updateGroup without sending the request
|
|
482
1097
|
* @param {string} id Group ID
|
|
@@ -500,42 +1115,74 @@ export interface DefaultApiInterface {
|
|
|
500
1115
|
*/
|
|
501
1116
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
502
1117
|
/**
|
|
503
|
-
* Creates request options for
|
|
504
|
-
* @param {
|
|
1118
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1119
|
+
* @param {string} label The label to modify
|
|
1120
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
505
1121
|
* @throws {RequiredError}
|
|
506
1122
|
* @memberof DefaultApiInterface
|
|
507
1123
|
*/
|
|
508
|
-
|
|
1124
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
509
1125
|
/**
|
|
510
1126
|
*
|
|
511
|
-
* @summary
|
|
512
|
-
* @param {
|
|
1127
|
+
* @summary Modify label VM membership (add/remove label to/from VMs)
|
|
1128
|
+
* @param {string} label The label to modify
|
|
1129
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
513
1130
|
* @param {*} [options] Override http request option.
|
|
514
1131
|
* @throws {RequiredError}
|
|
515
1132
|
* @memberof DefaultApiInterface
|
|
516
1133
|
*/
|
|
517
|
-
|
|
1134
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
518
1135
|
/**
|
|
519
|
-
*
|
|
1136
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
520
1137
|
*/
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
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>;
|
|
527
1161
|
/**
|
|
528
|
-
* Creates request options for
|
|
1162
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1163
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
1164
|
+
* @throws {RequiredError}
|
|
1165
|
+
* @memberof DefaultApiInterface
|
|
529
1166
|
*/
|
|
530
|
-
|
|
1167
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
531
1168
|
/**
|
|
532
|
-
*
|
|
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
|
|
533
1175
|
*/
|
|
534
|
-
|
|
1176
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
535
1177
|
/**
|
|
536
|
-
*
|
|
1178
|
+
* Validate vCenter credentials for inspector
|
|
537
1179
|
*/
|
|
538
|
-
|
|
1180
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1181
|
+
}
|
|
1182
|
+
/**
|
|
1183
|
+
*
|
|
1184
|
+
*/
|
|
1185
|
+
export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInterface {
|
|
539
1186
|
/**
|
|
540
1187
|
* Creates request options for createGroup without sending the request
|
|
541
1188
|
*/
|
|
@@ -548,6 +1195,32 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
548
1195
|
* Create a new group
|
|
549
1196
|
*/
|
|
550
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>;
|
|
1212
|
+
/**
|
|
1213
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
1214
|
+
*/
|
|
1215
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
1216
|
+
/**
|
|
1217
|
+
* Delete a benchmark run
|
|
1218
|
+
*/
|
|
1219
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1220
|
+
/**
|
|
1221
|
+
* Delete a benchmark run
|
|
1222
|
+
*/
|
|
1223
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
551
1224
|
/**
|
|
552
1225
|
* Creates request options for deleteGroup without sending the request
|
|
553
1226
|
*/
|
|
@@ -560,6 +1233,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
560
1233
|
* Delete group
|
|
561
1234
|
*/
|
|
562
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>;
|
|
563
1248
|
/**
|
|
564
1249
|
* Creates request options for getAgentStatus without sending the request
|
|
565
1250
|
*/
|
|
@@ -572,6 +1257,30 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
572
1257
|
* Get agent status
|
|
573
1258
|
*/
|
|
574
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>;
|
|
575
1284
|
/**
|
|
576
1285
|
* Creates request options for getCollectorStatus without sending the request
|
|
577
1286
|
*/
|
|
@@ -584,6 +1293,76 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
584
1293
|
* Get collector status
|
|
585
1294
|
*/
|
|
586
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>;
|
|
1310
|
+
/**
|
|
1311
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
1312
|
+
*/
|
|
1313
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
1314
|
+
/**
|
|
1315
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
1316
|
+
* List available datastores
|
|
1317
|
+
*/
|
|
1318
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
1319
|
+
/**
|
|
1320
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
1321
|
+
* List available datastores
|
|
1322
|
+
*/
|
|
1323
|
+
getForecasterDatastores(requestParameters?: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
1324
|
+
/**
|
|
1325
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
1326
|
+
*/
|
|
1327
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
1328
|
+
/**
|
|
1329
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
1330
|
+
* List benchmark runs
|
|
1331
|
+
*/
|
|
1332
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
1333
|
+
/**
|
|
1334
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
1335
|
+
* List benchmark runs
|
|
1336
|
+
*/
|
|
1337
|
+
getForecasterRuns(requestParameters?: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
1338
|
+
/**
|
|
1339
|
+
* Creates request options for getForecasterStats without sending the request
|
|
1340
|
+
*/
|
|
1341
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
1342
|
+
/**
|
|
1343
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1344
|
+
* Get throughput statistics
|
|
1345
|
+
*/
|
|
1346
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
1347
|
+
/**
|
|
1348
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1349
|
+
* Get throughput statistics
|
|
1350
|
+
*/
|
|
1351
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
1352
|
+
/**
|
|
1353
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
1354
|
+
*/
|
|
1355
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1356
|
+
/**
|
|
1357
|
+
* Returns current service state with per-pair progress details.
|
|
1358
|
+
* Poll forecaster status
|
|
1359
|
+
*/
|
|
1360
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1361
|
+
/**
|
|
1362
|
+
* Returns current service state with per-pair progress details.
|
|
1363
|
+
* Poll forecaster status
|
|
1364
|
+
*/
|
|
1365
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
587
1366
|
/**
|
|
588
1367
|
* Creates request options for getGroup without sending the request
|
|
589
1368
|
*/
|
|
@@ -599,15 +1378,27 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
599
1378
|
/**
|
|
600
1379
|
* Creates request options for getInspectorStatus without sending the request
|
|
601
1380
|
*/
|
|
602
|
-
getInspectorStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1381
|
+
getInspectorStatusRequestOpts(requestParameters: GetInspectorStatusRequest): Promise<runtime.RequestOpts>;
|
|
603
1382
|
/**
|
|
604
1383
|
* Get inspector status
|
|
605
1384
|
*/
|
|
606
|
-
getInspectorStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
1385
|
+
getInspectorStatusRaw(requestParameters: GetInspectorStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
607
1386
|
/**
|
|
608
1387
|
* Get inspector status
|
|
609
1388
|
*/
|
|
610
|
-
getInspectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
1389
|
+
getInspectorStatus(requestParameters?: GetInspectorStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
1390
|
+
/**
|
|
1391
|
+
* Creates request options for getInspectorVddkStatus without sending the request
|
|
1392
|
+
*/
|
|
1393
|
+
getInspectorVddkStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1394
|
+
/**
|
|
1395
|
+
* Get VDDK status
|
|
1396
|
+
*/
|
|
1397
|
+
getInspectorVddkStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VddkProperties>>;
|
|
1398
|
+
/**
|
|
1399
|
+
* Get VDDK status
|
|
1400
|
+
*/
|
|
1401
|
+
getInspectorVddkStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VddkProperties>;
|
|
611
1402
|
/**
|
|
612
1403
|
* Creates request options for getInventory without sending the request
|
|
613
1404
|
*/
|
|
@@ -620,6 +1411,60 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
620
1411
|
* Get collected inventory
|
|
621
1412
|
*/
|
|
622
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>;
|
|
1429
|
+
/**
|
|
1430
|
+
* Creates request options for getRightsizingReport without sending the request
|
|
1431
|
+
*/
|
|
1432
|
+
getRightsizingReportRequestOpts(requestParameters: GetRightsizingReportRequest): Promise<runtime.RequestOpts>;
|
|
1433
|
+
/**
|
|
1434
|
+
* Get a specific rightsizing report with full VM metrics
|
|
1435
|
+
*/
|
|
1436
|
+
getRightsizingReportRaw(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReport>>;
|
|
1437
|
+
/**
|
|
1438
|
+
* Get a specific rightsizing report with full VM metrics
|
|
1439
|
+
*/
|
|
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>;
|
|
623
1468
|
/**
|
|
624
1469
|
* Creates request options for getVM without sending the request
|
|
625
1470
|
*/
|
|
@@ -633,17 +1478,29 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
633
1478
|
*/
|
|
634
1479
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
635
1480
|
/**
|
|
636
|
-
* Creates request options for
|
|
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
|
|
637
1490
|
*/
|
|
638
|
-
|
|
1491
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
639
1492
|
/**
|
|
640
|
-
*
|
|
1493
|
+
* Creates request options for getVMUtilization without sending the request
|
|
641
1494
|
*/
|
|
642
|
-
|
|
1495
|
+
getVMUtilizationRequestOpts(requestParameters: GetVMUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
643
1496
|
/**
|
|
644
|
-
* Get
|
|
1497
|
+
* Get utilization breakdown for a specific VM
|
|
645
1498
|
*/
|
|
646
|
-
|
|
1499
|
+
getVMUtilizationRaw(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmUtilizationDetails>>;
|
|
1500
|
+
/**
|
|
1501
|
+
* Get utilization breakdown for a specific VM
|
|
1502
|
+
*/
|
|
1503
|
+
getVMUtilization(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmUtilizationDetails>;
|
|
647
1504
|
/**
|
|
648
1505
|
* Creates request options for getVMs without sending the request
|
|
649
1506
|
*/
|
|
@@ -657,17 +1514,17 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
657
1514
|
*/
|
|
658
1515
|
getVMs(requestParameters?: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
659
1516
|
/**
|
|
660
|
-
* Creates request options for
|
|
1517
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
661
1518
|
*/
|
|
662
|
-
|
|
1519
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
663
1520
|
/**
|
|
664
|
-
* Get
|
|
1521
|
+
* Get distinct filter option values for VMs
|
|
665
1522
|
*/
|
|
666
|
-
|
|
1523
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
667
1524
|
/**
|
|
668
|
-
* Get
|
|
1525
|
+
* Get distinct filter option values for VMs
|
|
669
1526
|
*/
|
|
670
|
-
|
|
1527
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
671
1528
|
/**
|
|
672
1529
|
* Creates request options for getVersion without sending the request
|
|
673
1530
|
*/
|
|
@@ -692,6 +1549,84 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
692
1549
|
* List all groups
|
|
693
1550
|
*/
|
|
694
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>;
|
|
1564
|
+
/**
|
|
1565
|
+
* Creates request options for listRightsizingReports without sending the request
|
|
1566
|
+
*/
|
|
1567
|
+
listRightsizingReportsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1568
|
+
/**
|
|
1569
|
+
* List all rightsizing reports
|
|
1570
|
+
*/
|
|
1571
|
+
listRightsizingReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportListResponse>>;
|
|
1572
|
+
/**
|
|
1573
|
+
* List all rightsizing reports
|
|
1574
|
+
*/
|
|
1575
|
+
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
1576
|
+
/**
|
|
1577
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
1578
|
+
*/
|
|
1579
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
1580
|
+
/**
|
|
1581
|
+
* 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.
|
|
1582
|
+
* Compute pair capabilities
|
|
1583
|
+
*/
|
|
1584
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
1585
|
+
/**
|
|
1586
|
+
* 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.
|
|
1587
|
+
* Compute pair capabilities
|
|
1588
|
+
*/
|
|
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>;
|
|
1604
|
+
/**
|
|
1605
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
1606
|
+
*/
|
|
1607
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1608
|
+
/**
|
|
1609
|
+
* 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.
|
|
1610
|
+
* Verify vCenter credentials and permissions
|
|
1611
|
+
*/
|
|
1612
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1613
|
+
/**
|
|
1614
|
+
* 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.
|
|
1615
|
+
* Verify vCenter credentials and permissions
|
|
1616
|
+
*/
|
|
1617
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1618
|
+
/**
|
|
1619
|
+
* Creates request options for putInspectorVddk without sending the request
|
|
1620
|
+
*/
|
|
1621
|
+
putInspectorVddkRequestOpts(requestParameters: PutInspectorVddkRequest): Promise<runtime.RequestOpts>;
|
|
1622
|
+
/**
|
|
1623
|
+
* Upload VDDK tarball
|
|
1624
|
+
*/
|
|
1625
|
+
putInspectorVddkRaw(requestParameters: PutInspectorVddkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VddkProperties>>;
|
|
1626
|
+
/**
|
|
1627
|
+
* Upload VDDK tarball
|
|
1628
|
+
*/
|
|
1629
|
+
putInspectorVddk(requestParameters: PutInspectorVddkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VddkProperties>;
|
|
695
1630
|
/**
|
|
696
1631
|
* Creates request options for removeVMFromInspection without sending the request
|
|
697
1632
|
*/
|
|
@@ -728,18 +1663,32 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
728
1663
|
* Start inventory collection
|
|
729
1664
|
*/
|
|
730
1665
|
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1666
|
+
/**
|
|
1667
|
+
* Creates request options for startForecaster without sending the request
|
|
1668
|
+
*/
|
|
1669
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
1670
|
+
/**
|
|
1671
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1672
|
+
* Start benchmark
|
|
1673
|
+
*/
|
|
1674
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1677
|
+
* Start benchmark
|
|
1678
|
+
*/
|
|
1679
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
731
1680
|
/**
|
|
732
1681
|
* Creates request options for startInspection without sending the request
|
|
733
1682
|
*/
|
|
734
|
-
startInspectionRequestOpts(requestParameters:
|
|
1683
|
+
startInspectionRequestOpts(requestParameters: StartInspectionOperationRequest): Promise<runtime.RequestOpts>;
|
|
735
1684
|
/**
|
|
736
1685
|
* Start inspection for VMs
|
|
737
1686
|
*/
|
|
738
|
-
startInspectionRaw(requestParameters:
|
|
1687
|
+
startInspectionRaw(requestParameters: StartInspectionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
739
1688
|
/**
|
|
740
1689
|
* Start inspection for VMs
|
|
741
1690
|
*/
|
|
742
|
-
startInspection(requestParameters:
|
|
1691
|
+
startInspection(requestParameters: StartInspectionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
743
1692
|
/**
|
|
744
1693
|
* Creates request options for stopCollector without sending the request
|
|
745
1694
|
*/
|
|
@@ -752,6 +1701,34 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
752
1701
|
* Stop collection
|
|
753
1702
|
*/
|
|
754
1703
|
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1704
|
+
/**
|
|
1705
|
+
* Creates request options for stopForecaster without sending the request
|
|
1706
|
+
*/
|
|
1707
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1708
|
+
/**
|
|
1709
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1710
|
+
* Cancel benchmark
|
|
1711
|
+
*/
|
|
1712
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1713
|
+
/**
|
|
1714
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1715
|
+
* Cancel benchmark
|
|
1716
|
+
*/
|
|
1717
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
1718
|
+
/**
|
|
1719
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
1720
|
+
*/
|
|
1721
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
1722
|
+
/**
|
|
1723
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1724
|
+
* Cancel a single pair
|
|
1725
|
+
*/
|
|
1726
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
1727
|
+
/**
|
|
1728
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1729
|
+
* Cancel a single pair
|
|
1730
|
+
*/
|
|
1731
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
755
1732
|
/**
|
|
756
1733
|
* Creates request options for stopInspection without sending the request
|
|
757
1734
|
*/
|
|
@@ -764,6 +1741,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
764
1741
|
* Stop inspector entirely
|
|
765
1742
|
*/
|
|
766
1743
|
stopInspection(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
1744
|
+
/**
|
|
1745
|
+
* Creates request options for triggerRightsizingCollection without sending the request
|
|
1746
|
+
*/
|
|
1747
|
+
triggerRightsizingCollectionRequestOpts(requestParameters: TriggerRightsizingCollectionRequest): Promise<runtime.RequestOpts>;
|
|
1748
|
+
/**
|
|
1749
|
+
* Trigger rightsizing metrics collection
|
|
1750
|
+
*/
|
|
1751
|
+
triggerRightsizingCollectionRaw(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportSummary>>;
|
|
1752
|
+
/**
|
|
1753
|
+
* Trigger rightsizing metrics collection
|
|
1754
|
+
*/
|
|
1755
|
+
triggerRightsizingCollection(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportSummary>;
|
|
767
1756
|
/**
|
|
768
1757
|
* Creates request options for updateGroup without sending the request
|
|
769
1758
|
*/
|
|
@@ -777,15 +1766,39 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
777
1766
|
*/
|
|
778
1767
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
779
1768
|
/**
|
|
780
|
-
* Creates request options for
|
|
1769
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
781
1770
|
*/
|
|
782
|
-
|
|
1771
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
783
1772
|
/**
|
|
784
|
-
*
|
|
1773
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
785
1774
|
*/
|
|
786
|
-
|
|
1775
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
787
1776
|
/**
|
|
788
|
-
*
|
|
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
|
|
789
1802
|
*/
|
|
790
|
-
|
|
1803
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
791
1804
|
}
|