@openshift-migration-advisor/agent-sdk 0.12.0 → 0.16.0-f224c4e8e35b
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 +78 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +78 -10
- package/dist/apis/DefaultApi.d.ts +1179 -102
- package/dist/apis/DefaultApi.js +1373 -189
- package/dist/esm/apis/DefaultApi.d.ts +1179 -102
- package/dist/esm/apis/DefaultApi.js +1352 -168
- 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/CapabilityStatus.d.ts +33 -0
- package/dist/esm/models/CapabilityStatus.js +44 -0
- package/dist/esm/models/CapabilityStatusCapabilities.d.ts +45 -0
- package/dist/esm/models/CapabilityStatusCapabilities.js +52 -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 +18 -6
- package/dist/esm/models/CollectorStartRequest.js +7 -9
- package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
- package/dist/esm/models/CreateGroupRequest.js +0 -2
- package/dist/esm/models/CredentialStatus.d.ts +44 -0
- package/dist/esm/models/CredentialStatus.js +51 -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/ExportInventory400Response.d.ts +32 -0
- package/dist/esm/models/ExportInventory400Response.js +41 -0
- package/dist/esm/models/ExportInventory500Response.d.ts +32 -0
- package/dist/esm/models/ExportInventory500Response.js +41 -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 +0 -17
- package/dist/esm/models/InspectorStatus.js +1 -10
- package/dist/esm/models/Inventory.d.ts +7 -1
- package/dist/esm/models/Inventory.js +5 -3
- package/dist/esm/models/InventoryData.d.ts +14 -0
- package/dist/esm/models/InventoryData.js +6 -0
- package/dist/esm/models/OperationCapability.d.ts +38 -0
- package/dist/esm/models/OperationCapability.js +45 -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 +8 -1
- package/dist/esm/models/StartInspectionRequest.js +3 -0
- 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/VcenterCredentials.d.ts +12 -0
- package/dist/esm/models/VcenterCredentials.js +4 -0
- package/dist/esm/models/VirtualMachine.d.ts +50 -2
- package/dist/esm/models/VirtualMachine.js +18 -2
- package/dist/esm/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/esm/models/VirtualMachineDetail.js +7 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
- package/dist/esm/models/VmInspectionStatus.d.ts +6 -0
- package/dist/esm/models/VmInspectionStatus.js +4 -0
- package/dist/esm/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/esm/models/VmUtilizationDetails.js +99 -0
- package/dist/esm/models/index.d.ts +39 -0
- package/dist/esm/models/index.js +39 -0
- package/dist/esm/runtime.js +2 -1
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +3 -3
- package/dist/models/ApplicationListResponse.d.ts +33 -0
- package/dist/models/ApplicationListResponse.js +51 -0
- package/dist/models/ApplicationOverview.d.ts +51 -0
- package/dist/models/ApplicationOverview.js +63 -0
- package/dist/models/ApplicationVM.d.ts +38 -0
- package/dist/models/ApplicationVM.js +54 -0
- package/dist/models/BenchmarkRun.d.ts +104 -0
- package/dist/models/BenchmarkRun.js +92 -0
- package/dist/models/CapabilityStatus.d.ts +33 -0
- package/dist/models/CapabilityStatus.js +51 -0
- package/dist/models/CapabilityStatusCapabilities.d.ts +45 -0
- package/dist/models/CapabilityStatusCapabilities.js +59 -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 +18 -6
- package/dist/models/CollectorStartRequest.js +7 -9
- package/dist/models/CreateGroupRequest.d.ts +0 -6
- package/dist/models/CreateGroupRequest.js +0 -2
- package/dist/models/CredentialStatus.d.ts +44 -0
- package/dist/models/CredentialStatus.js +58 -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/ExportInventory400Response.d.ts +32 -0
- package/dist/models/ExportInventory400Response.js +48 -0
- package/dist/models/ExportInventory500Response.d.ts +32 -0
- package/dist/models/ExportInventory500Response.js +48 -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 +0 -17
- package/dist/models/InspectorStatus.js +1 -10
- package/dist/models/Inventory.d.ts +7 -1
- package/dist/models/Inventory.js +5 -3
- package/dist/models/InventoryData.d.ts +14 -0
- package/dist/models/InventoryData.js +6 -0
- package/dist/models/OperationCapability.d.ts +38 -0
- package/dist/models/OperationCapability.js +52 -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 +8 -1
- package/dist/models/StartInspectionRequest.js +3 -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/VcenterCredentials.d.ts +12 -0
- package/dist/models/VcenterCredentials.js +4 -0
- package/dist/models/VirtualMachine.d.ts +50 -2
- package/dist/models/VirtualMachine.js +18 -2
- package/dist/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/models/VirtualMachineDetail.js +7 -0
- package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/models/VirtualMachineUpdateRequest.js +50 -0
- package/dist/models/VmInspectionStatus.d.ts +6 -0
- package/dist/models/VmInspectionStatus.js +4 -0
- package/dist/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/models/VmUtilizationDetails.js +106 -0
- package/dist/models/index.d.ts +39 -0
- package/dist/models/index.js +39 -0
- package/dist/runtime.js +2 -1
- package/docs/AgentStatus.md +2 -2
- package/docs/ApplicationListResponse.md +34 -0
- package/docs/ApplicationOverview.md +40 -0
- package/docs/ApplicationVM.md +36 -0
- package/docs/BenchmarkRun.md +58 -0
- package/docs/CapabilityStatus.md +34 -0
- package/docs/CapabilityStatusCapabilities.md +38 -0
- package/docs/ClusterFeatures.md +38 -0
- package/docs/ClusterUtilization.md +46 -0
- package/docs/CollectorStartRequest.md +5 -0
- package/docs/CreateGroupRequest.md +0 -2
- package/docs/CredentialStatus.md +38 -0
- package/docs/DatastoreDetail.md +50 -0
- package/docs/DatastorePair.md +40 -0
- package/docs/DefaultApi.md +2255 -319
- package/docs/DeleteLabelGloballyResponse.md +36 -0
- package/docs/EstimateRange.md +39 -0
- package/docs/ExportInventory400Response.md +34 -0
- package/docs/ExportInventory500Response.md +34 -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 +0 -4
- package/docs/Inventory.md +4 -2
- package/docs/InventoryData.md +4 -0
- package/docs/OperationCapability.md +36 -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/StartInspectionRequest.md +3 -1
- 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/VcenterCredentials.md +4 -0
- package/docs/VirtualMachine.md +18 -2
- package/docs/VirtualMachineDetail.md +6 -0
- package/docs/VirtualMachineUpdateRequest.md +36 -0
- package/docs/VmInspectionStatus.md +2 -0
- package/docs/VmUtilizationDetails.md +62 -0
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +2657 -440
- 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/CapabilityStatus.ts +74 -0
- package/src/models/CapabilityStatusCapabilities.ts +92 -0
- package/src/models/ClusterFeatures.ts +94 -0
- package/src/models/ClusterUtilization.ts +120 -0
- package/src/models/CollectorStartRequest.ts +25 -12
- package/src/models/CreateGroupRequest.ts +0 -8
- package/src/models/CredentialStatus.ts +84 -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/ExportInventory400Response.ts +65 -0
- package/src/models/ExportInventory500Response.ts +65 -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 +1 -28
- package/src/models/Inventory.ts +12 -4
- package/src/models/InventoryData.ts +30 -0
- package/src/models/OperationCapability.ts +74 -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 +17 -1
- 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/VcenterCredentials.ts +16 -0
- package/src/models/VirtualMachine.ts +68 -4
- package/src/models/VirtualMachineDetail.ts +31 -0
- package/src/models/VirtualMachineUpdateRequest.ts +73 -0
- package/src/models/VmInspectionStatus.ts +9 -0
- package/src/models/VmUtilizationDetails.ts +192 -0
- package/src/models/index.ts +39 -0
- package/src/runtime.ts +1 -2
|
@@ -10,16 +10,75 @@
|
|
|
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 CapabilityStatus } from '../models/CapabilityStatus.js';
|
|
18
|
+
import { type CollectorStartRequest } from '../models/CollectorStartRequest.js';
|
|
19
|
+
import { type CollectorStatus } from '../models/CollectorStatus.js';
|
|
20
|
+
import { type CreateGroupRequest } from '../models/CreateGroupRequest.js';
|
|
21
|
+
import { type CredentialStatus } from '../models/CredentialStatus.js';
|
|
22
|
+
import { type DatastoreDetail } from '../models/DatastoreDetail.js';
|
|
23
|
+
import { type DeleteLabelGloballyResponse } from '../models/DeleteLabelGloballyResponse.js';
|
|
24
|
+
import { type ForecastStats } from '../models/ForecastStats.js';
|
|
25
|
+
import { type ForecasterDatastoresRequest } from '../models/ForecasterDatastoresRequest.js';
|
|
26
|
+
import { type ForecasterStartRequest } from '../models/ForecasterStartRequest.js';
|
|
27
|
+
import { type ForecasterStatus } from '../models/ForecasterStatus.js';
|
|
28
|
+
import { type GetInventory200Response } from '../models/GetInventory200Response.js';
|
|
29
|
+
import { type Group } from '../models/Group.js';
|
|
30
|
+
import { type GroupListResponse } from '../models/GroupListResponse.js';
|
|
31
|
+
import { type GroupResponse } from '../models/GroupResponse.js';
|
|
32
|
+
import { type InspectorStatus } from '../models/InspectorStatus.js';
|
|
33
|
+
import { type PairCapability } from '../models/PairCapability.js';
|
|
34
|
+
import { type PairCapabilityRequest } from '../models/PairCapabilityRequest.js';
|
|
35
|
+
import { type RightsizingClusterListResponse } from '../models/RightsizingClusterListResponse.js';
|
|
36
|
+
import { type RightsizingClusterResponse } from '../models/RightsizingClusterResponse.js';
|
|
37
|
+
import { type RightsizingCollectRequest } from '../models/RightsizingCollectRequest.js';
|
|
38
|
+
import { type RightsizingReport } from '../models/RightsizingReport.js';
|
|
39
|
+
import { type RightsizingReportListResponse } from '../models/RightsizingReportListResponse.js';
|
|
40
|
+
import { type RightsizingReportSummary } from '../models/RightsizingReportSummary.js';
|
|
41
|
+
import { type StartInspectionRequest } from '../models/StartInspectionRequest.js';
|
|
42
|
+
import { type StopForecasterPair202Response } from '../models/StopForecasterPair202Response.js';
|
|
43
|
+
import { type UpdateGroupRequest } from '../models/UpdateGroupRequest.js';
|
|
44
|
+
import { type UpdateLabelVMsRequest } from '../models/UpdateLabelVMsRequest.js';
|
|
45
|
+
import { type VMFilterOptionsResponse } from '../models/VMFilterOptionsResponse.js';
|
|
46
|
+
import { type VMLabelsResponse } from '../models/VMLabelsResponse.js';
|
|
47
|
+
import { type VcenterCredentials } from '../models/VcenterCredentials.js';
|
|
48
|
+
import { type VddkProperties } from '../models/VddkProperties.js';
|
|
49
|
+
import { type VersionInfo } from '../models/VersionInfo.js';
|
|
50
|
+
import { type VirtualMachineDetail } from '../models/VirtualMachineDetail.js';
|
|
51
|
+
import { type VirtualMachineListResponse } from '../models/VirtualMachineListResponse.js';
|
|
52
|
+
import { type VirtualMachineUpdateRequest } from '../models/VirtualMachineUpdateRequest.js';
|
|
53
|
+
import { type VmInspectionStatus } from '../models/VmInspectionStatus.js';
|
|
54
|
+
import { type VmUtilizationDetails } from '../models/VmUtilizationDetails.js';
|
|
17
55
|
export interface CreateGroupOperationRequest {
|
|
18
56
|
createGroupRequest: CreateGroupRequest;
|
|
19
57
|
}
|
|
58
|
+
export interface DeleteForecasterRunRequest {
|
|
59
|
+
id: number;
|
|
60
|
+
}
|
|
20
61
|
export interface DeleteGroupRequest {
|
|
21
62
|
id: string;
|
|
22
63
|
}
|
|
64
|
+
export interface DeleteLabelGloballyRequest {
|
|
65
|
+
label: string;
|
|
66
|
+
}
|
|
67
|
+
export interface ExportInventoryRequest {
|
|
68
|
+
scope?: string;
|
|
69
|
+
}
|
|
70
|
+
export interface GetClusterUtilizationRequest {
|
|
71
|
+
clusterId: string;
|
|
72
|
+
}
|
|
73
|
+
export interface GetForecasterDatastoresRequest {
|
|
74
|
+
forecasterDatastoresRequest?: ForecasterDatastoresRequest;
|
|
75
|
+
}
|
|
76
|
+
export interface GetForecasterRunsRequest {
|
|
77
|
+
pairName?: string;
|
|
78
|
+
}
|
|
79
|
+
export interface GetForecasterStatsRequest {
|
|
80
|
+
pairName: string;
|
|
81
|
+
}
|
|
23
82
|
export interface GetGroupRequest {
|
|
24
83
|
id: string;
|
|
25
84
|
sort?: Array<string>;
|
|
@@ -28,15 +87,31 @@ export interface GetGroupRequest {
|
|
|
28
87
|
}
|
|
29
88
|
export interface GetInspectorStatusRequest {
|
|
30
89
|
includeVddk?: boolean;
|
|
31
|
-
includeCredentials?: boolean;
|
|
32
90
|
}
|
|
33
91
|
export interface GetInventoryRequest {
|
|
34
92
|
withAgentId?: boolean;
|
|
35
93
|
groupId?: string;
|
|
36
94
|
}
|
|
95
|
+
export interface GetLatestRightsizingClustersRequest {
|
|
96
|
+
byExpression?: string;
|
|
97
|
+
}
|
|
98
|
+
export interface GetRightsizingReportRequest {
|
|
99
|
+
reportId: string;
|
|
100
|
+
}
|
|
101
|
+
export interface GetRightsizingReportClusterRequest {
|
|
102
|
+
reportId: string;
|
|
103
|
+
clusterId: string;
|
|
104
|
+
}
|
|
105
|
+
export interface GetRightsizingReportClustersRequest {
|
|
106
|
+
reportId: string;
|
|
107
|
+
byExpression?: string;
|
|
108
|
+
}
|
|
37
109
|
export interface GetVMRequest {
|
|
38
110
|
id: string;
|
|
39
111
|
}
|
|
112
|
+
export interface GetVMUtilizationRequest {
|
|
113
|
+
id: string;
|
|
114
|
+
}
|
|
40
115
|
export interface GetVMsRequest {
|
|
41
116
|
byExpression?: string;
|
|
42
117
|
sort?: Array<string>;
|
|
@@ -48,7 +123,17 @@ export interface ListGroupsRequest {
|
|
|
48
123
|
page?: number;
|
|
49
124
|
pageSize?: number;
|
|
50
125
|
}
|
|
51
|
-
export interface
|
|
126
|
+
export interface ListRightsizingReportClustersRequest {
|
|
127
|
+
reportId: string;
|
|
128
|
+
byExpression?: string;
|
|
129
|
+
}
|
|
130
|
+
export interface PostForecasterPairCapabilitiesRequest {
|
|
131
|
+
pairCapabilityRequest: PairCapabilityRequest;
|
|
132
|
+
}
|
|
133
|
+
export interface PutCredentialsRequest {
|
|
134
|
+
vcenterCredentials: VcenterCredentials;
|
|
135
|
+
}
|
|
136
|
+
export interface PutForecasterCredentialsRequest {
|
|
52
137
|
vcenterCredentials: VcenterCredentials;
|
|
53
138
|
}
|
|
54
139
|
export interface PutInspectorVddkRequest {
|
|
@@ -63,13 +148,33 @@ export interface SetAgentModeRequest {
|
|
|
63
148
|
export interface StartCollectorRequest {
|
|
64
149
|
collectorStartRequest: CollectorStartRequest;
|
|
65
150
|
}
|
|
151
|
+
export interface StartForecasterRequest {
|
|
152
|
+
forecasterStartRequest: ForecasterStartRequest;
|
|
153
|
+
}
|
|
66
154
|
export interface StartInspectionOperationRequest {
|
|
67
155
|
startInspectionRequest: StartInspectionRequest;
|
|
68
156
|
}
|
|
157
|
+
export interface StopForecasterPairRequest {
|
|
158
|
+
name: string;
|
|
159
|
+
}
|
|
160
|
+
export interface TriggerRightsizingCollectionRequest {
|
|
161
|
+
rightsizingCollectRequest: RightsizingCollectRequest;
|
|
162
|
+
}
|
|
69
163
|
export interface UpdateGroupOperationRequest {
|
|
70
164
|
id: string;
|
|
71
165
|
updateGroupRequest: UpdateGroupRequest;
|
|
72
166
|
}
|
|
167
|
+
export interface UpdateLabelVMsOperationRequest {
|
|
168
|
+
label: string;
|
|
169
|
+
updateLabelVMsRequest: UpdateLabelVMsRequest;
|
|
170
|
+
}
|
|
171
|
+
export interface UpdateVMRequest {
|
|
172
|
+
id: string;
|
|
173
|
+
virtualMachineUpdateRequest: VirtualMachineUpdateRequest;
|
|
174
|
+
}
|
|
175
|
+
export interface ValidateInspectorCredentialsRequest {
|
|
176
|
+
vcenterCredentials: VcenterCredentials;
|
|
177
|
+
}
|
|
73
178
|
/**
|
|
74
179
|
* DefaultApi - interface
|
|
75
180
|
*
|
|
@@ -78,45 +183,64 @@ export interface UpdateGroupOperationRequest {
|
|
|
78
183
|
*/
|
|
79
184
|
export interface DefaultApiInterface {
|
|
80
185
|
/**
|
|
81
|
-
* Creates request options for
|
|
82
|
-
* @param {
|
|
186
|
+
* Creates request options for createGroup without sending the request
|
|
187
|
+
* @param {CreateGroupRequest} createGroupRequest
|
|
83
188
|
* @throws {RequiredError}
|
|
84
189
|
* @memberof DefaultApiInterface
|
|
85
190
|
*/
|
|
86
|
-
|
|
191
|
+
createGroupRequestOpts(requestParameters: CreateGroupOperationRequest): Promise<runtime.RequestOpts>;
|
|
87
192
|
/**
|
|
88
193
|
*
|
|
89
|
-
* @summary
|
|
90
|
-
* @param {
|
|
194
|
+
* @summary Create a new group
|
|
195
|
+
* @param {CreateGroupRequest} createGroupRequest
|
|
91
196
|
* @param {*} [options] Override http request option.
|
|
92
197
|
* @throws {RequiredError}
|
|
93
198
|
* @memberof DefaultApiInterface
|
|
94
199
|
*/
|
|
95
|
-
|
|
200
|
+
createGroupRaw(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
201
|
+
/**
|
|
202
|
+
* Create a new group
|
|
203
|
+
*/
|
|
204
|
+
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
96
205
|
/**
|
|
97
|
-
*
|
|
206
|
+
* Creates request options for deleteCredentials without sending the request
|
|
207
|
+
* @throws {RequiredError}
|
|
208
|
+
* @memberof DefaultApiInterface
|
|
98
209
|
*/
|
|
99
|
-
|
|
210
|
+
deleteCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
100
211
|
/**
|
|
101
|
-
*
|
|
102
|
-
* @
|
|
212
|
+
* Removes all stored vCenter credentials from the database.
|
|
213
|
+
* @summary Delete stored credentials
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
103
215
|
* @throws {RequiredError}
|
|
104
216
|
* @memberof DefaultApiInterface
|
|
105
217
|
*/
|
|
106
|
-
|
|
218
|
+
deleteCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
219
|
+
/**
|
|
220
|
+
* Removes all stored vCenter credentials from the database.
|
|
221
|
+
* Delete stored credentials
|
|
222
|
+
*/
|
|
223
|
+
deleteCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
224
|
+
/**
|
|
225
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
226
|
+
* @param {number} id Run ID
|
|
227
|
+
* @throws {RequiredError}
|
|
228
|
+
* @memberof DefaultApiInterface
|
|
229
|
+
*/
|
|
230
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
107
231
|
/**
|
|
108
232
|
*
|
|
109
|
-
* @summary
|
|
110
|
-
* @param {
|
|
233
|
+
* @summary Delete a benchmark run
|
|
234
|
+
* @param {number} id Run ID
|
|
111
235
|
* @param {*} [options] Override http request option.
|
|
112
236
|
* @throws {RequiredError}
|
|
113
237
|
* @memberof DefaultApiInterface
|
|
114
238
|
*/
|
|
115
|
-
|
|
239
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
116
240
|
/**
|
|
117
|
-
*
|
|
241
|
+
* Delete a benchmark run
|
|
118
242
|
*/
|
|
119
|
-
|
|
243
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
120
244
|
/**
|
|
121
245
|
* Creates request options for deleteGroup without sending the request
|
|
122
246
|
* @param {string} id Group ID
|
|
@@ -137,6 +261,47 @@ export interface DefaultApiInterface {
|
|
|
137
261
|
* Delete group
|
|
138
262
|
*/
|
|
139
263
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
264
|
+
/**
|
|
265
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
266
|
+
* @param {string} label The label to remove from all VMs
|
|
267
|
+
* @throws {RequiredError}
|
|
268
|
+
* @memberof DefaultApiInterface
|
|
269
|
+
*/
|
|
270
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
271
|
+
/**
|
|
272
|
+
*
|
|
273
|
+
* @summary Delete label from all VMs
|
|
274
|
+
* @param {string} label The label to remove from all VMs
|
|
275
|
+
* @param {*} [options] Override http request option.
|
|
276
|
+
* @throws {RequiredError}
|
|
277
|
+
* @memberof DefaultApiInterface
|
|
278
|
+
*/
|
|
279
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
280
|
+
/**
|
|
281
|
+
* Delete label from all VMs
|
|
282
|
+
*/
|
|
283
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
284
|
+
/**
|
|
285
|
+
* Creates request options for exportInventory without sending the request
|
|
286
|
+
* @param {string} [scope] Comma-separated list of scopes to export (default: overview). Available scopes: overview, hosts, clusters, datastores, vms, network, utilization, storage-forecast, applications, groups, inspection
|
|
287
|
+
* @throws {RequiredError}
|
|
288
|
+
* @memberof DefaultApiInterface
|
|
289
|
+
*/
|
|
290
|
+
exportInventoryRequestOpts(requestParameters: ExportInventoryRequest): Promise<runtime.RequestOpts>;
|
|
291
|
+
/**
|
|
292
|
+
* Exports selected data scopes as CSV files packaged in a ZIP archive. Supports flexible scope selection for offline analysis in Excel or custom tools.
|
|
293
|
+
* @summary Export VM inventory and migration planning data
|
|
294
|
+
* @param {string} [scope] Comma-separated list of scopes to export (default: overview). Available scopes: overview, hosts, clusters, datastores, vms, network, utilization, storage-forecast, applications, groups, inspection
|
|
295
|
+
* @param {*} [options] Override http request option.
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
* @memberof DefaultApiInterface
|
|
298
|
+
*/
|
|
299
|
+
exportInventoryRaw(requestParameters: ExportInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>>;
|
|
300
|
+
/**
|
|
301
|
+
* Exports selected data scopes as CSV files packaged in a ZIP archive. Supports flexible scope selection for offline analysis in Excel or custom tools.
|
|
302
|
+
* Export VM inventory and migration planning data
|
|
303
|
+
*/
|
|
304
|
+
exportInventory(requestParameters: ExportInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
|
|
140
305
|
/**
|
|
141
306
|
* Creates request options for getAgentStatus without sending the request
|
|
142
307
|
* @throws {RequiredError}
|
|
@@ -155,6 +320,44 @@ export interface DefaultApiInterface {
|
|
|
155
320
|
* Get agent status
|
|
156
321
|
*/
|
|
157
322
|
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
323
|
+
/**
|
|
324
|
+
* Creates request options for getApplications without sending the request
|
|
325
|
+
* @throws {RequiredError}
|
|
326
|
+
* @memberof DefaultApiInterface
|
|
327
|
+
*/
|
|
328
|
+
getApplicationsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
329
|
+
/**
|
|
330
|
+
*
|
|
331
|
+
* @summary List detected applications running on VMs
|
|
332
|
+
* @param {*} [options] Override http request option.
|
|
333
|
+
* @throws {RequiredError}
|
|
334
|
+
* @memberof DefaultApiInterface
|
|
335
|
+
*/
|
|
336
|
+
getApplicationsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApplicationListResponse>>;
|
|
337
|
+
/**
|
|
338
|
+
* List detected applications running on VMs
|
|
339
|
+
*/
|
|
340
|
+
getApplications(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApplicationListResponse>;
|
|
341
|
+
/**
|
|
342
|
+
* Creates request options for getClusterUtilization without sending the request
|
|
343
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
344
|
+
* @throws {RequiredError}
|
|
345
|
+
* @memberof DefaultApiInterface
|
|
346
|
+
*/
|
|
347
|
+
getClusterUtilizationRequestOpts(requestParameters: GetClusterUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
348
|
+
/**
|
|
349
|
+
*
|
|
350
|
+
* @summary Get latest cluster utilization by cluster ID
|
|
351
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
352
|
+
* @param {*} [options] Override http request option.
|
|
353
|
+
* @throws {RequiredError}
|
|
354
|
+
* @memberof DefaultApiInterface
|
|
355
|
+
*/
|
|
356
|
+
getClusterUtilizationRaw(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
357
|
+
/**
|
|
358
|
+
* Get latest cluster utilization by cluster ID
|
|
359
|
+
*/
|
|
360
|
+
getClusterUtilization(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
158
361
|
/**
|
|
159
362
|
* Creates request options for getCollectorStatus without sending the request
|
|
160
363
|
* @throws {RequiredError}
|
|
@@ -173,10 +376,130 @@ export interface DefaultApiInterface {
|
|
|
173
376
|
* Get collector status
|
|
174
377
|
*/
|
|
175
378
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
379
|
+
/**
|
|
380
|
+
* Creates request options for getCredentialCapabilities without sending the request
|
|
381
|
+
* @throws {RequiredError}
|
|
382
|
+
* @memberof DefaultApiInterface
|
|
383
|
+
*/
|
|
384
|
+
getCredentialCapabilitiesRequestOpts(): Promise<runtime.RequestOpts>;
|
|
385
|
+
/**
|
|
386
|
+
* Checks vSphere privileges for all operations (collector, inspector, forecaster) using stored credentials. Single live vSphere check, no caching.
|
|
387
|
+
* @summary Check vSphere operation capabilities
|
|
388
|
+
* @param {*} [options] Override http request option.
|
|
389
|
+
* @throws {RequiredError}
|
|
390
|
+
* @memberof DefaultApiInterface
|
|
391
|
+
*/
|
|
392
|
+
getCredentialCapabilitiesRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CapabilityStatus>>;
|
|
393
|
+
/**
|
|
394
|
+
* Checks vSphere privileges for all operations (collector, inspector, forecaster) using stored credentials. Single live vSphere check, no caching.
|
|
395
|
+
* Check vSphere operation capabilities
|
|
396
|
+
*/
|
|
397
|
+
getCredentialCapabilities(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CapabilityStatus>;
|
|
398
|
+
/**
|
|
399
|
+
* Creates request options for getCredentials without sending the request
|
|
400
|
+
* @throws {RequiredError}
|
|
401
|
+
* @memberof DefaultApiInterface
|
|
402
|
+
*/
|
|
403
|
+
getCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
404
|
+
/**
|
|
405
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
406
|
+
* @summary Get stored credential status
|
|
407
|
+
* @param {*} [options] Override http request option.
|
|
408
|
+
* @throws {RequiredError}
|
|
409
|
+
* @memberof DefaultApiInterface
|
|
410
|
+
*/
|
|
411
|
+
getCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
412
|
+
/**
|
|
413
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
414
|
+
* Get stored credential status
|
|
415
|
+
*/
|
|
416
|
+
getCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
417
|
+
/**
|
|
418
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
419
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
420
|
+
* @throws {RequiredError}
|
|
421
|
+
* @memberof DefaultApiInterface
|
|
422
|
+
*/
|
|
423
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
424
|
+
/**
|
|
425
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
426
|
+
* @summary List available datastores
|
|
427
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
428
|
+
* @param {*} [options] Override http request option.
|
|
429
|
+
* @throws {RequiredError}
|
|
430
|
+
* @memberof DefaultApiInterface
|
|
431
|
+
*/
|
|
432
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
433
|
+
/**
|
|
434
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
435
|
+
* List available datastores
|
|
436
|
+
*/
|
|
437
|
+
getForecasterDatastores(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
438
|
+
/**
|
|
439
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
440
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
441
|
+
* @throws {RequiredError}
|
|
442
|
+
* @memberof DefaultApiInterface
|
|
443
|
+
*/
|
|
444
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
445
|
+
/**
|
|
446
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
447
|
+
* @summary List benchmark runs
|
|
448
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
449
|
+
* @param {*} [options] Override http request option.
|
|
450
|
+
* @throws {RequiredError}
|
|
451
|
+
* @memberof DefaultApiInterface
|
|
452
|
+
*/
|
|
453
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
454
|
+
/**
|
|
455
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
456
|
+
* List benchmark runs
|
|
457
|
+
*/
|
|
458
|
+
getForecasterRuns(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
459
|
+
/**
|
|
460
|
+
* Creates request options for getForecasterStats without sending the request
|
|
461
|
+
* @param {string} pairName Pair name to get statistics for
|
|
462
|
+
* @throws {RequiredError}
|
|
463
|
+
* @memberof DefaultApiInterface
|
|
464
|
+
*/
|
|
465
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
466
|
+
/**
|
|
467
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
468
|
+
* @summary Get throughput statistics
|
|
469
|
+
* @param {string} pairName Pair name to get statistics for
|
|
470
|
+
* @param {*} [options] Override http request option.
|
|
471
|
+
* @throws {RequiredError}
|
|
472
|
+
* @memberof DefaultApiInterface
|
|
473
|
+
*/
|
|
474
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
475
|
+
/**
|
|
476
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
477
|
+
* Get throughput statistics
|
|
478
|
+
*/
|
|
479
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
480
|
+
/**
|
|
481
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
482
|
+
* @throws {RequiredError}
|
|
483
|
+
* @memberof DefaultApiInterface
|
|
484
|
+
*/
|
|
485
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
486
|
+
/**
|
|
487
|
+
* Returns current service state with per-pair progress details.
|
|
488
|
+
* @summary Poll forecaster status
|
|
489
|
+
* @param {*} [options] Override http request option.
|
|
490
|
+
* @throws {RequiredError}
|
|
491
|
+
* @memberof DefaultApiInterface
|
|
492
|
+
*/
|
|
493
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
494
|
+
/**
|
|
495
|
+
* Returns current service state with per-pair progress details.
|
|
496
|
+
* Poll forecaster status
|
|
497
|
+
*/
|
|
498
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
176
499
|
/**
|
|
177
500
|
* Creates request options for getGroup without sending the request
|
|
178
501
|
* @param {string} id Group ID
|
|
179
|
-
* @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.
|
|
502
|
+
* @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.
|
|
180
503
|
* @param {number} [page] Page number for pagination
|
|
181
504
|
* @param {number} [pageSize] Number of items per page
|
|
182
505
|
* @throws {RequiredError}
|
|
@@ -187,7 +510,7 @@ export interface DefaultApiInterface {
|
|
|
187
510
|
*
|
|
188
511
|
* @summary Get group by ID with its VMs
|
|
189
512
|
* @param {string} id Group ID
|
|
190
|
-
* @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.
|
|
513
|
+
* @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.
|
|
191
514
|
* @param {number} [page] Page number for pagination
|
|
192
515
|
* @param {number} [pageSize] Number of items per page
|
|
193
516
|
* @param {*} [options] Override http request option.
|
|
@@ -202,7 +525,6 @@ export interface DefaultApiInterface {
|
|
|
202
525
|
/**
|
|
203
526
|
* Creates request options for getInspectorStatus without sending the request
|
|
204
527
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
205
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
206
528
|
* @throws {RequiredError}
|
|
207
529
|
* @memberof DefaultApiInterface
|
|
208
530
|
*/
|
|
@@ -211,7 +533,6 @@ export interface DefaultApiInterface {
|
|
|
211
533
|
*
|
|
212
534
|
* @summary Get inspector status
|
|
213
535
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
214
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
215
536
|
* @param {*} [options] Override http request option.
|
|
216
537
|
* @throws {RequiredError}
|
|
217
538
|
* @memberof DefaultApiInterface
|
|
@@ -261,6 +582,96 @@ export interface DefaultApiInterface {
|
|
|
261
582
|
* Get collected inventory
|
|
262
583
|
*/
|
|
263
584
|
getInventory(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
585
|
+
/**
|
|
586
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
587
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
588
|
+
* @deprecated
|
|
589
|
+
* @throws {RequiredError}
|
|
590
|
+
* @memberof DefaultApiInterface
|
|
591
|
+
*/
|
|
592
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
593
|
+
/**
|
|
594
|
+
*
|
|
595
|
+
* @summary Get cluster-level utilization aggregates for the latest completed report
|
|
596
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
597
|
+
* @param {*} [options] Override http request option.
|
|
598
|
+
* @deprecated
|
|
599
|
+
* @throws {RequiredError}
|
|
600
|
+
* @memberof DefaultApiInterface
|
|
601
|
+
*/
|
|
602
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
603
|
+
/**
|
|
604
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
605
|
+
* @deprecated
|
|
606
|
+
*/
|
|
607
|
+
getLatestRightsizingClusters(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
608
|
+
/**
|
|
609
|
+
* Creates request options for getRightsizingReport without sending the request
|
|
610
|
+
* @param {string} reportId Report UUID
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
* @memberof DefaultApiInterface
|
|
613
|
+
*/
|
|
614
|
+
getRightsizingReportRequestOpts(requestParameters: GetRightsizingReportRequest): Promise<runtime.RequestOpts>;
|
|
615
|
+
/**
|
|
616
|
+
*
|
|
617
|
+
* @summary Get a specific rightsizing report with full VM metrics
|
|
618
|
+
* @param {string} reportId Report UUID
|
|
619
|
+
* @param {*} [options] Override http request option.
|
|
620
|
+
* @throws {RequiredError}
|
|
621
|
+
* @memberof DefaultApiInterface
|
|
622
|
+
*/
|
|
623
|
+
getRightsizingReportRaw(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReport>>;
|
|
624
|
+
/**
|
|
625
|
+
* Get a specific rightsizing report with full VM metrics
|
|
626
|
+
*/
|
|
627
|
+
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
628
|
+
/**
|
|
629
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
630
|
+
* @param {string} reportId Rightsizing report UUID
|
|
631
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
632
|
+
* @throws {RequiredError}
|
|
633
|
+
* @memberof DefaultApiInterface
|
|
634
|
+
*/
|
|
635
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
636
|
+
/**
|
|
637
|
+
*
|
|
638
|
+
* @summary Get utilization for a specific cluster from a specific report
|
|
639
|
+
* @param {string} reportId Rightsizing report UUID
|
|
640
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
641
|
+
* @param {*} [options] Override http request option.
|
|
642
|
+
* @throws {RequiredError}
|
|
643
|
+
* @memberof DefaultApiInterface
|
|
644
|
+
*/
|
|
645
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
646
|
+
/**
|
|
647
|
+
* Get utilization for a specific cluster from a specific report
|
|
648
|
+
*/
|
|
649
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
650
|
+
/**
|
|
651
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
652
|
+
* @param {string} reportId Rightsizing report UUID
|
|
653
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
654
|
+
* @deprecated
|
|
655
|
+
* @throws {RequiredError}
|
|
656
|
+
* @memberof DefaultApiInterface
|
|
657
|
+
*/
|
|
658
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
659
|
+
/**
|
|
660
|
+
*
|
|
661
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
662
|
+
* @param {string} reportId Rightsizing report UUID
|
|
663
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
664
|
+
* @param {*} [options] Override http request option.
|
|
665
|
+
* @deprecated
|
|
666
|
+
* @throws {RequiredError}
|
|
667
|
+
* @memberof DefaultApiInterface
|
|
668
|
+
*/
|
|
669
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
670
|
+
/**
|
|
671
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
672
|
+
* @deprecated
|
|
673
|
+
*/
|
|
674
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
264
675
|
/**
|
|
265
676
|
* Creates request options for getVM without sending the request
|
|
266
677
|
* @param {string} id VirtualMachine id
|
|
@@ -281,10 +692,48 @@ export interface DefaultApiInterface {
|
|
|
281
692
|
* Get details about a vm
|
|
282
693
|
*/
|
|
283
694
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
695
|
+
/**
|
|
696
|
+
* Creates request options for getVMLabels without sending the request
|
|
697
|
+
* @throws {RequiredError}
|
|
698
|
+
* @memberof DefaultApiInterface
|
|
699
|
+
*/
|
|
700
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
701
|
+
/**
|
|
702
|
+
*
|
|
703
|
+
* @summary Get all distinct labels in use across VMs
|
|
704
|
+
* @param {*} [options] Override http request option.
|
|
705
|
+
* @throws {RequiredError}
|
|
706
|
+
* @memberof DefaultApiInterface
|
|
707
|
+
*/
|
|
708
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
709
|
+
/**
|
|
710
|
+
* Get all distinct labels in use across VMs
|
|
711
|
+
*/
|
|
712
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
713
|
+
/**
|
|
714
|
+
* Creates request options for getVMUtilization without sending the request
|
|
715
|
+
* @param {string} id VirtualMachine MoRef ID
|
|
716
|
+
* @throws {RequiredError}
|
|
717
|
+
* @memberof DefaultApiInterface
|
|
718
|
+
*/
|
|
719
|
+
getVMUtilizationRequestOpts(requestParameters: GetVMUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
720
|
+
/**
|
|
721
|
+
*
|
|
722
|
+
* @summary Get utilization breakdown for a specific VM
|
|
723
|
+
* @param {string} id VirtualMachine MoRef ID
|
|
724
|
+
* @param {*} [options] Override http request option.
|
|
725
|
+
* @throws {RequiredError}
|
|
726
|
+
* @memberof DefaultApiInterface
|
|
727
|
+
*/
|
|
728
|
+
getVMUtilizationRaw(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmUtilizationDetails>>;
|
|
729
|
+
/**
|
|
730
|
+
* Get utilization breakdown for a specific VM
|
|
731
|
+
*/
|
|
732
|
+
getVMUtilization(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmUtilizationDetails>;
|
|
284
733
|
/**
|
|
285
734
|
* Creates request options for getVMs without sending the request
|
|
286
735
|
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
287
|
-
* @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.
|
|
736
|
+
* @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.
|
|
288
737
|
* @param {number} [page] Page number for pagination
|
|
289
738
|
* @param {number} [pageSize] Number of items per page
|
|
290
739
|
* @throws {RequiredError}
|
|
@@ -295,7 +744,7 @@ export interface DefaultApiInterface {
|
|
|
295
744
|
*
|
|
296
745
|
* @summary Get list of VMs with filtering and pagination
|
|
297
746
|
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
298
|
-
* @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.
|
|
747
|
+
* @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.
|
|
299
748
|
* @param {number} [page] Page number for pagination
|
|
300
749
|
* @param {number} [pageSize] Number of items per page
|
|
301
750
|
* @param {*} [options] Override http request option.
|
|
@@ -307,6 +756,24 @@ export interface DefaultApiInterface {
|
|
|
307
756
|
* Get list of VMs with filtering and pagination
|
|
308
757
|
*/
|
|
309
758
|
getVMs(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
759
|
+
/**
|
|
760
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
761
|
+
* @throws {RequiredError}
|
|
762
|
+
* @memberof DefaultApiInterface
|
|
763
|
+
*/
|
|
764
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
765
|
+
/**
|
|
766
|
+
*
|
|
767
|
+
* @summary Get distinct filter option values for VMs
|
|
768
|
+
* @param {*} [options] Override http request option.
|
|
769
|
+
* @throws {RequiredError}
|
|
770
|
+
* @memberof DefaultApiInterface
|
|
771
|
+
*/
|
|
772
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
773
|
+
/**
|
|
774
|
+
* Get distinct filter option values for VMs
|
|
775
|
+
*/
|
|
776
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
310
777
|
/**
|
|
311
778
|
* Creates request options for getVersion without sending the request
|
|
312
779
|
* @throws {RequiredError}
|
|
@@ -350,25 +817,108 @@ export interface DefaultApiInterface {
|
|
|
350
817
|
*/
|
|
351
818
|
listGroups(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
352
819
|
/**
|
|
353
|
-
* Creates request options for
|
|
354
|
-
* @param {
|
|
820
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
821
|
+
* @param {string} reportId Rightsizing report UUID
|
|
822
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
355
823
|
* @throws {RequiredError}
|
|
356
824
|
* @memberof DefaultApiInterface
|
|
357
825
|
*/
|
|
358
|
-
|
|
826
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
359
827
|
/**
|
|
360
828
|
*
|
|
361
|
-
* @summary
|
|
829
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
830
|
+
* @param {string} reportId Rightsizing report UUID
|
|
831
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
832
|
+
* @param {*} [options] Override http request option.
|
|
833
|
+
* @throws {RequiredError}
|
|
834
|
+
* @memberof DefaultApiInterface
|
|
835
|
+
*/
|
|
836
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
837
|
+
/**
|
|
838
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
839
|
+
*/
|
|
840
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
841
|
+
/**
|
|
842
|
+
* Creates request options for listRightsizingReports without sending the request
|
|
843
|
+
* @throws {RequiredError}
|
|
844
|
+
* @memberof DefaultApiInterface
|
|
845
|
+
*/
|
|
846
|
+
listRightsizingReportsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
847
|
+
/**
|
|
848
|
+
*
|
|
849
|
+
* @summary List all rightsizing reports
|
|
850
|
+
* @param {*} [options] Override http request option.
|
|
851
|
+
* @throws {RequiredError}
|
|
852
|
+
* @memberof DefaultApiInterface
|
|
853
|
+
*/
|
|
854
|
+
listRightsizingReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportListResponse>>;
|
|
855
|
+
/**
|
|
856
|
+
* List all rightsizing reports
|
|
857
|
+
*/
|
|
858
|
+
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
859
|
+
/**
|
|
860
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
861
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
862
|
+
* @throws {RequiredError}
|
|
863
|
+
* @memberof DefaultApiInterface
|
|
864
|
+
*/
|
|
865
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
866
|
+
/**
|
|
867
|
+
* 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.
|
|
868
|
+
* @summary Compute pair capabilities
|
|
869
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
870
|
+
* @param {*} [options] Override http request option.
|
|
871
|
+
* @throws {RequiredError}
|
|
872
|
+
* @memberof DefaultApiInterface
|
|
873
|
+
*/
|
|
874
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
875
|
+
/**
|
|
876
|
+
* 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.
|
|
877
|
+
* Compute pair capabilities
|
|
878
|
+
*/
|
|
879
|
+
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
880
|
+
/**
|
|
881
|
+
* Creates request options for putCredentials without sending the request
|
|
882
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
883
|
+
* @throws {RequiredError}
|
|
884
|
+
* @memberof DefaultApiInterface
|
|
885
|
+
*/
|
|
886
|
+
putCredentialsRequestOpts(requestParameters: PutCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
887
|
+
/**
|
|
888
|
+
* 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.
|
|
889
|
+
* @summary Store vCenter credentials
|
|
890
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
891
|
+
* @param {*} [options] Override http request option.
|
|
892
|
+
* @throws {RequiredError}
|
|
893
|
+
* @memberof DefaultApiInterface
|
|
894
|
+
*/
|
|
895
|
+
putCredentialsRaw(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
896
|
+
/**
|
|
897
|
+
* 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.
|
|
898
|
+
* Store vCenter credentials
|
|
899
|
+
*/
|
|
900
|
+
putCredentials(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
901
|
+
/**
|
|
902
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
903
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
904
|
+
* @throws {RequiredError}
|
|
905
|
+
* @memberof DefaultApiInterface
|
|
906
|
+
*/
|
|
907
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
908
|
+
/**
|
|
909
|
+
* 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.
|
|
910
|
+
* @summary Verify vCenter credentials and permissions
|
|
362
911
|
* @param {VcenterCredentials} vcenterCredentials
|
|
363
912
|
* @param {*} [options] Override http request option.
|
|
364
913
|
* @throws {RequiredError}
|
|
365
914
|
* @memberof DefaultApiInterface
|
|
366
915
|
*/
|
|
367
|
-
|
|
916
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
368
917
|
/**
|
|
369
|
-
*
|
|
918
|
+
* 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.
|
|
919
|
+
* Verify vCenter credentials and permissions
|
|
370
920
|
*/
|
|
371
|
-
|
|
921
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
372
922
|
/**
|
|
373
923
|
* Creates request options for putInspectorVddk without sending the request
|
|
374
924
|
* @param {Blob} file VDDK tarball
|
|
@@ -404,146 +954,279 @@ export interface DefaultApiInterface {
|
|
|
404
954
|
* @throws {RequiredError}
|
|
405
955
|
* @memberof DefaultApiInterface
|
|
406
956
|
*/
|
|
407
|
-
removeVMFromInspectionRaw(requestParameters: RemoveVMFromInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmInspectionStatus>>;
|
|
957
|
+
removeVMFromInspectionRaw(requestParameters: RemoveVMFromInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmInspectionStatus>>;
|
|
958
|
+
/**
|
|
959
|
+
* Remove VirtualMachine from inspection queue
|
|
960
|
+
*/
|
|
961
|
+
removeVMFromInspection(requestParameters: RemoveVMFromInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmInspectionStatus>;
|
|
962
|
+
/**
|
|
963
|
+
* Creates request options for setAgentMode without sending the request
|
|
964
|
+
* @param {AgentModeRequest} agentModeRequest
|
|
965
|
+
* @throws {RequiredError}
|
|
966
|
+
* @memberof DefaultApiInterface
|
|
967
|
+
*/
|
|
968
|
+
setAgentModeRequestOpts(requestParameters: SetAgentModeRequest): Promise<runtime.RequestOpts>;
|
|
969
|
+
/**
|
|
970
|
+
*
|
|
971
|
+
* @summary Change agent mode
|
|
972
|
+
* @param {AgentModeRequest} agentModeRequest
|
|
973
|
+
* @param {*} [options] Override http request option.
|
|
974
|
+
* @throws {RequiredError}
|
|
975
|
+
* @memberof DefaultApiInterface
|
|
976
|
+
*/
|
|
977
|
+
setAgentModeRaw(requestParameters: SetAgentModeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AgentStatus>>;
|
|
978
|
+
/**
|
|
979
|
+
* Change agent mode
|
|
980
|
+
*/
|
|
981
|
+
setAgentMode(requestParameters: SetAgentModeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
982
|
+
/**
|
|
983
|
+
* Creates request options for startCollector without sending the request
|
|
984
|
+
* @param {CollectorStartRequest} collectorStartRequest
|
|
985
|
+
* @throws {RequiredError}
|
|
986
|
+
* @memberof DefaultApiInterface
|
|
987
|
+
*/
|
|
988
|
+
startCollectorRequestOpts(requestParameters: StartCollectorRequest): Promise<runtime.RequestOpts>;
|
|
989
|
+
/**
|
|
990
|
+
*
|
|
991
|
+
* @summary Start inventory collection
|
|
992
|
+
* @param {CollectorStartRequest} collectorStartRequest
|
|
993
|
+
* @param {*} [options] Override http request option.
|
|
994
|
+
* @throws {RequiredError}
|
|
995
|
+
* @memberof DefaultApiInterface
|
|
996
|
+
*/
|
|
997
|
+
startCollectorRaw(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CollectorStatus>>;
|
|
998
|
+
/**
|
|
999
|
+
* Start inventory collection
|
|
1000
|
+
*/
|
|
1001
|
+
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1002
|
+
/**
|
|
1003
|
+
* Creates request options for startForecaster without sending the request
|
|
1004
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
1005
|
+
* @throws {RequiredError}
|
|
1006
|
+
* @memberof DefaultApiInterface
|
|
1007
|
+
*/
|
|
1008
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
1009
|
+
/**
|
|
1010
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1011
|
+
* @summary Start benchmark
|
|
1012
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
1013
|
+
* @param {*} [options] Override http request option.
|
|
1014
|
+
* @throws {RequiredError}
|
|
1015
|
+
* @memberof DefaultApiInterface
|
|
1016
|
+
*/
|
|
1017
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1018
|
+
/**
|
|
1019
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1020
|
+
* Start benchmark
|
|
1021
|
+
*/
|
|
1022
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
1023
|
+
/**
|
|
1024
|
+
* Creates request options for startInspection without sending the request
|
|
1025
|
+
* @param {StartInspectionRequest} startInspectionRequest
|
|
1026
|
+
* @throws {RequiredError}
|
|
1027
|
+
* @memberof DefaultApiInterface
|
|
1028
|
+
*/
|
|
1029
|
+
startInspectionRequestOpts(requestParameters: StartInspectionOperationRequest): Promise<runtime.RequestOpts>;
|
|
1030
|
+
/**
|
|
1031
|
+
*
|
|
1032
|
+
* @summary Start inspection for VMs
|
|
1033
|
+
* @param {StartInspectionRequest} startInspectionRequest
|
|
1034
|
+
* @param {*} [options] Override http request option.
|
|
1035
|
+
* @throws {RequiredError}
|
|
1036
|
+
* @memberof DefaultApiInterface
|
|
1037
|
+
*/
|
|
1038
|
+
startInspectionRaw(requestParameters: StartInspectionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
1039
|
+
/**
|
|
1040
|
+
* Start inspection for VMs
|
|
1041
|
+
*/
|
|
1042
|
+
startInspection(requestParameters: StartInspectionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
1043
|
+
/**
|
|
1044
|
+
* Creates request options for stopCollector without sending the request
|
|
1045
|
+
* @throws {RequiredError}
|
|
1046
|
+
* @memberof DefaultApiInterface
|
|
1047
|
+
*/
|
|
1048
|
+
stopCollectorRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1049
|
+
/**
|
|
1050
|
+
*
|
|
1051
|
+
* @summary Stop collection
|
|
1052
|
+
* @param {*} [options] Override http request option.
|
|
1053
|
+
* @throws {RequiredError}
|
|
1054
|
+
* @memberof DefaultApiInterface
|
|
1055
|
+
*/
|
|
1056
|
+
stopCollectorRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1057
|
+
/**
|
|
1058
|
+
* Stop collection
|
|
1059
|
+
*/
|
|
1060
|
+
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Creates request options for stopForecaster without sending the request
|
|
1063
|
+
* @throws {RequiredError}
|
|
1064
|
+
* @memberof DefaultApiInterface
|
|
1065
|
+
*/
|
|
1066
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1067
|
+
/**
|
|
1068
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1069
|
+
* @summary Cancel benchmark
|
|
1070
|
+
* @param {*} [options] Override http request option.
|
|
1071
|
+
* @throws {RequiredError}
|
|
1072
|
+
* @memberof DefaultApiInterface
|
|
1073
|
+
*/
|
|
1074
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1075
|
+
/**
|
|
1076
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1077
|
+
* Cancel benchmark
|
|
1078
|
+
*/
|
|
1079
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
1080
|
+
/**
|
|
1081
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
1082
|
+
* @param {string} name Pair name as specified in the start request
|
|
1083
|
+
* @throws {RequiredError}
|
|
1084
|
+
* @memberof DefaultApiInterface
|
|
1085
|
+
*/
|
|
1086
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
1087
|
+
/**
|
|
1088
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1089
|
+
* @summary Cancel a single pair
|
|
1090
|
+
* @param {string} name Pair name as specified in the start request
|
|
1091
|
+
* @param {*} [options] Override http request option.
|
|
1092
|
+
* @throws {RequiredError}
|
|
1093
|
+
* @memberof DefaultApiInterface
|
|
1094
|
+
*/
|
|
1095
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
408
1096
|
/**
|
|
409
|
-
*
|
|
1097
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1098
|
+
* Cancel a single pair
|
|
410
1099
|
*/
|
|
411
|
-
|
|
1100
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
412
1101
|
/**
|
|
413
|
-
* Creates request options for
|
|
414
|
-
* @param {AgentModeRequest} agentModeRequest
|
|
1102
|
+
* Creates request options for stopInspection without sending the request
|
|
415
1103
|
* @throws {RequiredError}
|
|
416
1104
|
* @memberof DefaultApiInterface
|
|
417
1105
|
*/
|
|
418
|
-
|
|
1106
|
+
stopInspectionRequestOpts(): Promise<runtime.RequestOpts>;
|
|
419
1107
|
/**
|
|
420
1108
|
*
|
|
421
|
-
* @summary
|
|
422
|
-
* @param {AgentModeRequest} agentModeRequest
|
|
1109
|
+
* @summary Stop inspector entirely
|
|
423
1110
|
* @param {*} [options] Override http request option.
|
|
424
1111
|
* @throws {RequiredError}
|
|
425
1112
|
* @memberof DefaultApiInterface
|
|
426
1113
|
*/
|
|
427
|
-
|
|
1114
|
+
stopInspectionRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
428
1115
|
/**
|
|
429
|
-
*
|
|
1116
|
+
* Stop inspector entirely
|
|
430
1117
|
*/
|
|
431
|
-
|
|
1118
|
+
stopInspection(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
432
1119
|
/**
|
|
433
|
-
* Creates request options for
|
|
434
|
-
* @param {
|
|
1120
|
+
* Creates request options for triggerRightsizingCollection without sending the request
|
|
1121
|
+
* @param {RightsizingCollectRequest} rightsizingCollectRequest
|
|
435
1122
|
* @throws {RequiredError}
|
|
436
1123
|
* @memberof DefaultApiInterface
|
|
437
1124
|
*/
|
|
438
|
-
|
|
1125
|
+
triggerRightsizingCollectionRequestOpts(requestParameters: TriggerRightsizingCollectionRequest): Promise<runtime.RequestOpts>;
|
|
439
1126
|
/**
|
|
440
1127
|
*
|
|
441
|
-
* @summary
|
|
442
|
-
* @param {
|
|
1128
|
+
* @summary Trigger rightsizing metrics collection
|
|
1129
|
+
* @param {RightsizingCollectRequest} rightsizingCollectRequest
|
|
443
1130
|
* @param {*} [options] Override http request option.
|
|
444
1131
|
* @throws {RequiredError}
|
|
445
1132
|
* @memberof DefaultApiInterface
|
|
446
1133
|
*/
|
|
447
|
-
|
|
1134
|
+
triggerRightsizingCollectionRaw(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportSummary>>;
|
|
448
1135
|
/**
|
|
449
|
-
*
|
|
1136
|
+
* Trigger rightsizing metrics collection
|
|
450
1137
|
*/
|
|
451
|
-
|
|
1138
|
+
triggerRightsizingCollection(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportSummary>;
|
|
452
1139
|
/**
|
|
453
|
-
* Creates request options for
|
|
454
|
-
* @param {
|
|
1140
|
+
* Creates request options for updateGroup without sending the request
|
|
1141
|
+
* @param {string} id Group ID
|
|
1142
|
+
* @param {UpdateGroupRequest} updateGroupRequest
|
|
455
1143
|
* @throws {RequiredError}
|
|
456
1144
|
* @memberof DefaultApiInterface
|
|
457
1145
|
*/
|
|
458
|
-
|
|
1146
|
+
updateGroupRequestOpts(requestParameters: UpdateGroupOperationRequest): Promise<runtime.RequestOpts>;
|
|
459
1147
|
/**
|
|
460
1148
|
*
|
|
461
|
-
* @summary
|
|
462
|
-
* @param {
|
|
1149
|
+
* @summary Update group
|
|
1150
|
+
* @param {string} id Group ID
|
|
1151
|
+
* @param {UpdateGroupRequest} updateGroupRequest
|
|
463
1152
|
* @param {*} [options] Override http request option.
|
|
464
1153
|
* @throws {RequiredError}
|
|
465
1154
|
* @memberof DefaultApiInterface
|
|
466
1155
|
*/
|
|
467
|
-
|
|
1156
|
+
updateGroupRaw(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
468
1157
|
/**
|
|
469
|
-
*
|
|
1158
|
+
* Update group
|
|
470
1159
|
*/
|
|
471
|
-
|
|
1160
|
+
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
472
1161
|
/**
|
|
473
|
-
* Creates request options for
|
|
1162
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1163
|
+
* @param {string} label The label to modify
|
|
1164
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
474
1165
|
* @throws {RequiredError}
|
|
475
1166
|
* @memberof DefaultApiInterface
|
|
476
1167
|
*/
|
|
477
|
-
|
|
1168
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
478
1169
|
/**
|
|
479
1170
|
*
|
|
480
|
-
* @summary
|
|
1171
|
+
* @summary Modify label VM membership (add/remove label to/from VMs)
|
|
1172
|
+
* @param {string} label The label to modify
|
|
1173
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
481
1174
|
* @param {*} [options] Override http request option.
|
|
482
1175
|
* @throws {RequiredError}
|
|
483
1176
|
* @memberof DefaultApiInterface
|
|
484
1177
|
*/
|
|
485
|
-
|
|
1178
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
486
1179
|
/**
|
|
487
|
-
*
|
|
1180
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
488
1181
|
*/
|
|
489
|
-
|
|
1182
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
490
1183
|
/**
|
|
491
|
-
* Creates request options for
|
|
1184
|
+
* Creates request options for updateVM without sending the request
|
|
1185
|
+
* @param {string} id VirtualMachine id
|
|
1186
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
492
1187
|
* @throws {RequiredError}
|
|
493
1188
|
* @memberof DefaultApiInterface
|
|
494
1189
|
*/
|
|
495
|
-
|
|
1190
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
496
1191
|
/**
|
|
497
1192
|
*
|
|
498
|
-
* @summary
|
|
1193
|
+
* @summary Update VM properties
|
|
1194
|
+
* @param {string} id VirtualMachine id
|
|
1195
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
499
1196
|
* @param {*} [options] Override http request option.
|
|
500
1197
|
* @throws {RequiredError}
|
|
501
1198
|
* @memberof DefaultApiInterface
|
|
502
1199
|
*/
|
|
503
|
-
|
|
1200
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
504
1201
|
/**
|
|
505
|
-
*
|
|
1202
|
+
* Update VM properties
|
|
506
1203
|
*/
|
|
507
|
-
|
|
1204
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
508
1205
|
/**
|
|
509
|
-
* Creates request options for
|
|
510
|
-
* @param {
|
|
511
|
-
* @param {UpdateGroupRequest} updateGroupRequest
|
|
1206
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1207
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
512
1208
|
* @throws {RequiredError}
|
|
513
1209
|
* @memberof DefaultApiInterface
|
|
514
1210
|
*/
|
|
515
|
-
|
|
1211
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
516
1212
|
/**
|
|
517
1213
|
*
|
|
518
|
-
* @summary
|
|
519
|
-
* @param {
|
|
520
|
-
* @param {UpdateGroupRequest} updateGroupRequest
|
|
1214
|
+
* @summary Validate vCenter credentials for inspector
|
|
1215
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
521
1216
|
* @param {*} [options] Override http request option.
|
|
522
1217
|
* @throws {RequiredError}
|
|
523
1218
|
* @memberof DefaultApiInterface
|
|
524
1219
|
*/
|
|
525
|
-
|
|
1220
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
526
1221
|
/**
|
|
527
|
-
*
|
|
1222
|
+
* Validate vCenter credentials for inspector
|
|
528
1223
|
*/
|
|
529
|
-
|
|
1224
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
530
1225
|
}
|
|
531
1226
|
/**
|
|
532
1227
|
*
|
|
533
1228
|
*/
|
|
534
1229
|
export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInterface {
|
|
535
|
-
/**
|
|
536
|
-
* Creates request options for addVMToInspection without sending the request
|
|
537
|
-
*/
|
|
538
|
-
addVMToInspectionRequestOpts(requestParameters: AddVMToInspectionRequest): Promise<runtime.RequestOpts>;
|
|
539
|
-
/**
|
|
540
|
-
* Add VirtualMachine to inspection queue
|
|
541
|
-
*/
|
|
542
|
-
addVMToInspectionRaw(requestParameters: AddVMToInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmInspectionStatus>>;
|
|
543
|
-
/**
|
|
544
|
-
* Add VirtualMachine to inspection queue
|
|
545
|
-
*/
|
|
546
|
-
addVMToInspection(requestParameters: AddVMToInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmInspectionStatus>;
|
|
547
1230
|
/**
|
|
548
1231
|
* Creates request options for createGroup without sending the request
|
|
549
1232
|
*/
|
|
@@ -556,6 +1239,32 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
556
1239
|
* Create a new group
|
|
557
1240
|
*/
|
|
558
1241
|
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1242
|
+
/**
|
|
1243
|
+
* Creates request options for deleteCredentials without sending the request
|
|
1244
|
+
*/
|
|
1245
|
+
deleteCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1246
|
+
/**
|
|
1247
|
+
* Removes all stored vCenter credentials from the database.
|
|
1248
|
+
* Delete stored credentials
|
|
1249
|
+
*/
|
|
1250
|
+
deleteCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1251
|
+
/**
|
|
1252
|
+
* Removes all stored vCenter credentials from the database.
|
|
1253
|
+
* Delete stored credentials
|
|
1254
|
+
*/
|
|
1255
|
+
deleteCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1256
|
+
/**
|
|
1257
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
1258
|
+
*/
|
|
1259
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
1260
|
+
/**
|
|
1261
|
+
* Delete a benchmark run
|
|
1262
|
+
*/
|
|
1263
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1264
|
+
/**
|
|
1265
|
+
* Delete a benchmark run
|
|
1266
|
+
*/
|
|
1267
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
559
1268
|
/**
|
|
560
1269
|
* Creates request options for deleteGroup without sending the request
|
|
561
1270
|
*/
|
|
@@ -568,6 +1277,32 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
568
1277
|
* Delete group
|
|
569
1278
|
*/
|
|
570
1279
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1280
|
+
/**
|
|
1281
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
1282
|
+
*/
|
|
1283
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
1284
|
+
/**
|
|
1285
|
+
* Delete label from all VMs
|
|
1286
|
+
*/
|
|
1287
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
1288
|
+
/**
|
|
1289
|
+
* Delete label from all VMs
|
|
1290
|
+
*/
|
|
1291
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
1292
|
+
/**
|
|
1293
|
+
* Creates request options for exportInventory without sending the request
|
|
1294
|
+
*/
|
|
1295
|
+
exportInventoryRequestOpts(requestParameters: ExportInventoryRequest): Promise<runtime.RequestOpts>;
|
|
1296
|
+
/**
|
|
1297
|
+
* Exports selected data scopes as CSV files packaged in a ZIP archive. Supports flexible scope selection for offline analysis in Excel or custom tools.
|
|
1298
|
+
* Export VM inventory and migration planning data
|
|
1299
|
+
*/
|
|
1300
|
+
exportInventoryRaw(requestParameters: ExportInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>>;
|
|
1301
|
+
/**
|
|
1302
|
+
* Exports selected data scopes as CSV files packaged in a ZIP archive. Supports flexible scope selection for offline analysis in Excel or custom tools.
|
|
1303
|
+
* Export VM inventory and migration planning data
|
|
1304
|
+
*/
|
|
1305
|
+
exportInventory(requestParameters?: ExportInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
|
|
571
1306
|
/**
|
|
572
1307
|
* Creates request options for getAgentStatus without sending the request
|
|
573
1308
|
*/
|
|
@@ -580,6 +1315,30 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
580
1315
|
* Get agent status
|
|
581
1316
|
*/
|
|
582
1317
|
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
1318
|
+
/**
|
|
1319
|
+
* Creates request options for getApplications without sending the request
|
|
1320
|
+
*/
|
|
1321
|
+
getApplicationsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1322
|
+
/**
|
|
1323
|
+
* List detected applications running on VMs
|
|
1324
|
+
*/
|
|
1325
|
+
getApplicationsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApplicationListResponse>>;
|
|
1326
|
+
/**
|
|
1327
|
+
* List detected applications running on VMs
|
|
1328
|
+
*/
|
|
1329
|
+
getApplications(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApplicationListResponse>;
|
|
1330
|
+
/**
|
|
1331
|
+
* Creates request options for getClusterUtilization without sending the request
|
|
1332
|
+
*/
|
|
1333
|
+
getClusterUtilizationRequestOpts(requestParameters: GetClusterUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
1334
|
+
/**
|
|
1335
|
+
* Get latest cluster utilization by cluster ID
|
|
1336
|
+
*/
|
|
1337
|
+
getClusterUtilizationRaw(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
1338
|
+
/**
|
|
1339
|
+
* Get latest cluster utilization by cluster ID
|
|
1340
|
+
*/
|
|
1341
|
+
getClusterUtilization(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
583
1342
|
/**
|
|
584
1343
|
* Creates request options for getCollectorStatus without sending the request
|
|
585
1344
|
*/
|
|
@@ -592,6 +1351,90 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
592
1351
|
* Get collector status
|
|
593
1352
|
*/
|
|
594
1353
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1354
|
+
/**
|
|
1355
|
+
* Creates request options for getCredentialCapabilities without sending the request
|
|
1356
|
+
*/
|
|
1357
|
+
getCredentialCapabilitiesRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1358
|
+
/**
|
|
1359
|
+
* Checks vSphere privileges for all operations (collector, inspector, forecaster) using stored credentials. Single live vSphere check, no caching.
|
|
1360
|
+
* Check vSphere operation capabilities
|
|
1361
|
+
*/
|
|
1362
|
+
getCredentialCapabilitiesRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CapabilityStatus>>;
|
|
1363
|
+
/**
|
|
1364
|
+
* Checks vSphere privileges for all operations (collector, inspector, forecaster) using stored credentials. Single live vSphere check, no caching.
|
|
1365
|
+
* Check vSphere operation capabilities
|
|
1366
|
+
*/
|
|
1367
|
+
getCredentialCapabilities(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CapabilityStatus>;
|
|
1368
|
+
/**
|
|
1369
|
+
* Creates request options for getCredentials without sending the request
|
|
1370
|
+
*/
|
|
1371
|
+
getCredentialsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1372
|
+
/**
|
|
1373
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
1374
|
+
* Get stored credential status
|
|
1375
|
+
*/
|
|
1376
|
+
getCredentialsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
1377
|
+
/**
|
|
1378
|
+
* Returns stored credential metadata (URL only). Never exposes username or password. This endpoint does not revalidate credentials against vSphere.
|
|
1379
|
+
* Get stored credential status
|
|
1380
|
+
*/
|
|
1381
|
+
getCredentials(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
1382
|
+
/**
|
|
1383
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
1384
|
+
*/
|
|
1385
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
1386
|
+
/**
|
|
1387
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
1388
|
+
* List available datastores
|
|
1389
|
+
*/
|
|
1390
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
1391
|
+
/**
|
|
1392
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
1393
|
+
* List available datastores
|
|
1394
|
+
*/
|
|
1395
|
+
getForecasterDatastores(requestParameters?: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
1396
|
+
/**
|
|
1397
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
1398
|
+
*/
|
|
1399
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
1400
|
+
/**
|
|
1401
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
1402
|
+
* List benchmark runs
|
|
1403
|
+
*/
|
|
1404
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
1405
|
+
/**
|
|
1406
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
1407
|
+
* List benchmark runs
|
|
1408
|
+
*/
|
|
1409
|
+
getForecasterRuns(requestParameters?: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
1410
|
+
/**
|
|
1411
|
+
* Creates request options for getForecasterStats without sending the request
|
|
1412
|
+
*/
|
|
1413
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
1414
|
+
/**
|
|
1415
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1416
|
+
* Get throughput statistics
|
|
1417
|
+
*/
|
|
1418
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
1419
|
+
/**
|
|
1420
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1421
|
+
* Get throughput statistics
|
|
1422
|
+
*/
|
|
1423
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
1424
|
+
/**
|
|
1425
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
1426
|
+
*/
|
|
1427
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1428
|
+
/**
|
|
1429
|
+
* Returns current service state with per-pair progress details.
|
|
1430
|
+
* Poll forecaster status
|
|
1431
|
+
*/
|
|
1432
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1433
|
+
/**
|
|
1434
|
+
* Returns current service state with per-pair progress details.
|
|
1435
|
+
* Poll forecaster status
|
|
1436
|
+
*/
|
|
1437
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
595
1438
|
/**
|
|
596
1439
|
* Creates request options for getGroup without sending the request
|
|
597
1440
|
*/
|
|
@@ -640,6 +1483,60 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
640
1483
|
* Get collected inventory
|
|
641
1484
|
*/
|
|
642
1485
|
getInventory(requestParameters?: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
1486
|
+
/**
|
|
1487
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
1488
|
+
* @deprecated
|
|
1489
|
+
*/
|
|
1490
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
1491
|
+
/**
|
|
1492
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1493
|
+
* @deprecated
|
|
1494
|
+
*/
|
|
1495
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1496
|
+
/**
|
|
1497
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1498
|
+
* @deprecated
|
|
1499
|
+
*/
|
|
1500
|
+
getLatestRightsizingClusters(requestParameters?: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
1501
|
+
/**
|
|
1502
|
+
* Creates request options for getRightsizingReport without sending the request
|
|
1503
|
+
*/
|
|
1504
|
+
getRightsizingReportRequestOpts(requestParameters: GetRightsizingReportRequest): Promise<runtime.RequestOpts>;
|
|
1505
|
+
/**
|
|
1506
|
+
* Get a specific rightsizing report with full VM metrics
|
|
1507
|
+
*/
|
|
1508
|
+
getRightsizingReportRaw(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReport>>;
|
|
1509
|
+
/**
|
|
1510
|
+
* Get a specific rightsizing report with full VM metrics
|
|
1511
|
+
*/
|
|
1512
|
+
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
1513
|
+
/**
|
|
1514
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
1515
|
+
*/
|
|
1516
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
1517
|
+
/**
|
|
1518
|
+
* Get utilization for a specific cluster from a specific report
|
|
1519
|
+
*/
|
|
1520
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
1521
|
+
/**
|
|
1522
|
+
* Get utilization for a specific cluster from a specific report
|
|
1523
|
+
*/
|
|
1524
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
1525
|
+
/**
|
|
1526
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
1527
|
+
* @deprecated
|
|
1528
|
+
*/
|
|
1529
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1530
|
+
/**
|
|
1531
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1532
|
+
* @deprecated
|
|
1533
|
+
*/
|
|
1534
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1535
|
+
/**
|
|
1536
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1537
|
+
* @deprecated
|
|
1538
|
+
*/
|
|
1539
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
643
1540
|
/**
|
|
644
1541
|
* Creates request options for getVM without sending the request
|
|
645
1542
|
*/
|
|
@@ -652,6 +1549,30 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
652
1549
|
* Get details about a vm
|
|
653
1550
|
*/
|
|
654
1551
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
1552
|
+
/**
|
|
1553
|
+
* Creates request options for getVMLabels without sending the request
|
|
1554
|
+
*/
|
|
1555
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1556
|
+
/**
|
|
1557
|
+
* Get all distinct labels in use across VMs
|
|
1558
|
+
*/
|
|
1559
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
1560
|
+
/**
|
|
1561
|
+
* Get all distinct labels in use across VMs
|
|
1562
|
+
*/
|
|
1563
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
1564
|
+
/**
|
|
1565
|
+
* Creates request options for getVMUtilization without sending the request
|
|
1566
|
+
*/
|
|
1567
|
+
getVMUtilizationRequestOpts(requestParameters: GetVMUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
1568
|
+
/**
|
|
1569
|
+
* Get utilization breakdown for a specific VM
|
|
1570
|
+
*/
|
|
1571
|
+
getVMUtilizationRaw(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmUtilizationDetails>>;
|
|
1572
|
+
/**
|
|
1573
|
+
* Get utilization breakdown for a specific VM
|
|
1574
|
+
*/
|
|
1575
|
+
getVMUtilization(requestParameters: GetVMUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmUtilizationDetails>;
|
|
655
1576
|
/**
|
|
656
1577
|
* Creates request options for getVMs without sending the request
|
|
657
1578
|
*/
|
|
@@ -664,6 +1585,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
664
1585
|
* Get list of VMs with filtering and pagination
|
|
665
1586
|
*/
|
|
666
1587
|
getVMs(requestParameters?: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
1588
|
+
/**
|
|
1589
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
1590
|
+
*/
|
|
1591
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1592
|
+
/**
|
|
1593
|
+
* Get distinct filter option values for VMs
|
|
1594
|
+
*/
|
|
1595
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
1596
|
+
/**
|
|
1597
|
+
* Get distinct filter option values for VMs
|
|
1598
|
+
*/
|
|
1599
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
667
1600
|
/**
|
|
668
1601
|
* Creates request options for getVersion without sending the request
|
|
669
1602
|
*/
|
|
@@ -689,17 +1622,71 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
689
1622
|
*/
|
|
690
1623
|
listGroups(requestParameters?: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
691
1624
|
/**
|
|
692
|
-
* Creates request options for
|
|
1625
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
1626
|
+
*/
|
|
1627
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1628
|
+
/**
|
|
1629
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
693
1630
|
*/
|
|
694
|
-
|
|
1631
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
695
1632
|
/**
|
|
696
|
-
*
|
|
1633
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
697
1634
|
*/
|
|
698
|
-
|
|
1635
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
699
1636
|
/**
|
|
700
|
-
*
|
|
1637
|
+
* Creates request options for listRightsizingReports without sending the request
|
|
701
1638
|
*/
|
|
702
|
-
|
|
1639
|
+
listRightsizingReportsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1640
|
+
/**
|
|
1641
|
+
* List all rightsizing reports
|
|
1642
|
+
*/
|
|
1643
|
+
listRightsizingReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportListResponse>>;
|
|
1644
|
+
/**
|
|
1645
|
+
* List all rightsizing reports
|
|
1646
|
+
*/
|
|
1647
|
+
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
1648
|
+
/**
|
|
1649
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
1650
|
+
*/
|
|
1651
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
1652
|
+
/**
|
|
1653
|
+
* 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.
|
|
1654
|
+
* Compute pair capabilities
|
|
1655
|
+
*/
|
|
1656
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
1657
|
+
/**
|
|
1658
|
+
* 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.
|
|
1659
|
+
* Compute pair capabilities
|
|
1660
|
+
*/
|
|
1661
|
+
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
1662
|
+
/**
|
|
1663
|
+
* Creates request options for putCredentials without sending the request
|
|
1664
|
+
*/
|
|
1665
|
+
putCredentialsRequestOpts(requestParameters: PutCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1666
|
+
/**
|
|
1667
|
+
* 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.
|
|
1668
|
+
* Store vCenter credentials
|
|
1669
|
+
*/
|
|
1670
|
+
putCredentialsRaw(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CredentialStatus>>;
|
|
1671
|
+
/**
|
|
1672
|
+
* 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.
|
|
1673
|
+
* Store vCenter credentials
|
|
1674
|
+
*/
|
|
1675
|
+
putCredentials(requestParameters: PutCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CredentialStatus>;
|
|
1676
|
+
/**
|
|
1677
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
1678
|
+
*/
|
|
1679
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1680
|
+
/**
|
|
1681
|
+
* 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.
|
|
1682
|
+
* Verify vCenter credentials and permissions
|
|
1683
|
+
*/
|
|
1684
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1685
|
+
/**
|
|
1686
|
+
* 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.
|
|
1687
|
+
* Verify vCenter credentials and permissions
|
|
1688
|
+
*/
|
|
1689
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
703
1690
|
/**
|
|
704
1691
|
* Creates request options for putInspectorVddk without sending the request
|
|
705
1692
|
*/
|
|
@@ -748,6 +1735,20 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
748
1735
|
* Start inventory collection
|
|
749
1736
|
*/
|
|
750
1737
|
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1738
|
+
/**
|
|
1739
|
+
* Creates request options for startForecaster without sending the request
|
|
1740
|
+
*/
|
|
1741
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
1742
|
+
/**
|
|
1743
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1744
|
+
* Start benchmark
|
|
1745
|
+
*/
|
|
1746
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1747
|
+
/**
|
|
1748
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1749
|
+
* Start benchmark
|
|
1750
|
+
*/
|
|
1751
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
751
1752
|
/**
|
|
752
1753
|
* Creates request options for startInspection without sending the request
|
|
753
1754
|
*/
|
|
@@ -772,6 +1773,34 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
772
1773
|
* Stop collection
|
|
773
1774
|
*/
|
|
774
1775
|
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1776
|
+
/**
|
|
1777
|
+
* Creates request options for stopForecaster without sending the request
|
|
1778
|
+
*/
|
|
1779
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1780
|
+
/**
|
|
1781
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1782
|
+
* Cancel benchmark
|
|
1783
|
+
*/
|
|
1784
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1785
|
+
/**
|
|
1786
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1787
|
+
* Cancel benchmark
|
|
1788
|
+
*/
|
|
1789
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
1790
|
+
/**
|
|
1791
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
1792
|
+
*/
|
|
1793
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
1794
|
+
/**
|
|
1795
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1796
|
+
* Cancel a single pair
|
|
1797
|
+
*/
|
|
1798
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
1799
|
+
/**
|
|
1800
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1801
|
+
* Cancel a single pair
|
|
1802
|
+
*/
|
|
1803
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
775
1804
|
/**
|
|
776
1805
|
* Creates request options for stopInspection without sending the request
|
|
777
1806
|
*/
|
|
@@ -784,6 +1813,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
784
1813
|
* Stop inspector entirely
|
|
785
1814
|
*/
|
|
786
1815
|
stopInspection(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
1816
|
+
/**
|
|
1817
|
+
* Creates request options for triggerRightsizingCollection without sending the request
|
|
1818
|
+
*/
|
|
1819
|
+
triggerRightsizingCollectionRequestOpts(requestParameters: TriggerRightsizingCollectionRequest): Promise<runtime.RequestOpts>;
|
|
1820
|
+
/**
|
|
1821
|
+
* Trigger rightsizing metrics collection
|
|
1822
|
+
*/
|
|
1823
|
+
triggerRightsizingCollectionRaw(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingReportSummary>>;
|
|
1824
|
+
/**
|
|
1825
|
+
* Trigger rightsizing metrics collection
|
|
1826
|
+
*/
|
|
1827
|
+
triggerRightsizingCollection(requestParameters: TriggerRightsizingCollectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportSummary>;
|
|
787
1828
|
/**
|
|
788
1829
|
* Creates request options for updateGroup without sending the request
|
|
789
1830
|
*/
|
|
@@ -796,4 +1837,40 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
796
1837
|
* Update group
|
|
797
1838
|
*/
|
|
798
1839
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1840
|
+
/**
|
|
1841
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1842
|
+
*/
|
|
1843
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
1844
|
+
/**
|
|
1845
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1846
|
+
*/
|
|
1847
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1848
|
+
/**
|
|
1849
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1850
|
+
*/
|
|
1851
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1852
|
+
/**
|
|
1853
|
+
* Creates request options for updateVM without sending the request
|
|
1854
|
+
*/
|
|
1855
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
1856
|
+
/**
|
|
1857
|
+
* Update VM properties
|
|
1858
|
+
*/
|
|
1859
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1860
|
+
/**
|
|
1861
|
+
* Update VM properties
|
|
1862
|
+
*/
|
|
1863
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1864
|
+
/**
|
|
1865
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1866
|
+
*/
|
|
1867
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1868
|
+
/**
|
|
1869
|
+
* Validate vCenter credentials for inspector
|
|
1870
|
+
*/
|
|
1871
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1872
|
+
/**
|
|
1873
|
+
* Validate vCenter credentials for inspector
|
|
1874
|
+
*/
|
|
1875
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
799
1876
|
}
|