@openshift-migration-advisor/agent-sdk 0.12.0-d4bdc4301890 → 0.12.0-e4c04f972747
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 +52 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +52 -5
- package/dist/apis/DefaultApi.d.ts +798 -20
- package/dist/apis/DefaultApi.js +878 -24
- package/dist/esm/apis/DefaultApi.d.ts +798 -20
- package/dist/esm/apis/DefaultApi.js +878 -24
- package/dist/esm/models/AgentStatus.d.ts +1 -1
- package/dist/esm/models/AgentStatus.js +3 -3
- package/dist/esm/models/ApplicationListResponse.d.ts +33 -0
- package/dist/esm/models/ApplicationListResponse.js +44 -0
- package/dist/esm/models/ApplicationOverview.d.ts +51 -0
- package/dist/esm/models/ApplicationOverview.js +56 -0
- package/dist/esm/models/ApplicationVM.d.ts +38 -0
- package/dist/esm/models/ApplicationVM.js +47 -0
- package/dist/esm/models/BenchmarkRun.d.ts +104 -0
- package/dist/esm/models/BenchmarkRun.js +85 -0
- package/dist/esm/models/ClusterFeatures.d.ts +54 -0
- package/dist/esm/models/ClusterFeatures.js +54 -0
- package/dist/esm/models/ClusterUtilization.d.ts +68 -0
- package/dist/esm/models/ClusterUtilization.js +67 -0
- package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
- package/dist/esm/models/CreateGroupRequest.js +0 -2
- package/dist/esm/models/DatastoreDetail.d.ts +90 -0
- package/dist/esm/models/DatastoreDetail.js +74 -0
- package/dist/esm/models/DatastorePair.d.ts +50 -0
- package/dist/esm/models/DatastorePair.js +53 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -0
- package/dist/esm/models/EstimateRange.d.ts +44 -0
- package/dist/esm/models/EstimateRange.js +45 -0
- package/dist/esm/models/ForecastStats.d.ts +87 -0
- package/dist/esm/models/ForecastStats.js +64 -0
- package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
- package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/esm/models/ForecasterPairStatus.js +82 -0
- package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/esm/models/ForecasterStartRequest.js +53 -0
- package/dist/esm/models/ForecasterStatus.d.ts +47 -0
- package/dist/esm/models/ForecasterStatus.js +53 -0
- package/dist/esm/models/Group.d.ts +0 -6
- package/dist/esm/models/Group.js +0 -2
- package/dist/esm/models/GroupResponse.d.ts +7 -0
- package/dist/esm/models/GroupResponse.js +3 -0
- package/dist/esm/models/InspectorStatus.d.ts +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/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 +6 -6
- package/dist/esm/models/RightsizingCollectRequest.js +12 -12
- package/dist/esm/models/RightsizingMetricStats.d.ts +1 -1
- package/dist/esm/models/RightsizingMetricStats.js +3 -3
- package/dist/esm/models/RightsizingReport.d.ts +6 -6
- package/dist/esm/models/RightsizingReport.js +18 -18
- package/dist/esm/models/RightsizingReportSummary.d.ts +6 -6
- package/dist/esm/models/RightsizingReportSummary.js +18 -18
- package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
- package/dist/esm/models/StartInspectionRequest.js +5 -0
- package/dist/esm/models/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/VirtualMachine.d.ts +30 -6
- package/dist/esm/models/VirtualMachine.js +18 -10
- package/dist/esm/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/esm/models/VirtualMachineDetail.js +7 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
- package/dist/esm/models/VmUtilizationDetails.d.ts +27 -9
- package/dist/esm/models/VmUtilizationDetails.js +39 -27
- package/dist/esm/models/index.d.ts +26 -0
- package/dist/esm/models/index.js +26 -0
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +3 -3
- package/dist/models/ApplicationListResponse.d.ts +33 -0
- package/dist/models/ApplicationListResponse.js +51 -0
- package/dist/models/ApplicationOverview.d.ts +51 -0
- package/dist/models/ApplicationOverview.js +63 -0
- package/dist/models/ApplicationVM.d.ts +38 -0
- package/dist/models/ApplicationVM.js +54 -0
- package/dist/models/BenchmarkRun.d.ts +104 -0
- package/dist/models/BenchmarkRun.js +92 -0
- package/dist/models/ClusterFeatures.d.ts +54 -0
- package/dist/models/ClusterFeatures.js +62 -0
- package/dist/models/ClusterUtilization.d.ts +68 -0
- package/dist/models/ClusterUtilization.js +74 -0
- package/dist/models/CreateGroupRequest.d.ts +0 -6
- package/dist/models/CreateGroupRequest.js +0 -2
- package/dist/models/DatastoreDetail.d.ts +90 -0
- package/dist/models/DatastoreDetail.js +82 -0
- package/dist/models/DatastorePair.d.ts +50 -0
- package/dist/models/DatastorePair.js +60 -0
- package/dist/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/models/DeleteLabelGloballyResponse.js +54 -0
- package/dist/models/EstimateRange.d.ts +44 -0
- package/dist/models/EstimateRange.js +52 -0
- package/dist/models/ForecastStats.d.ts +87 -0
- package/dist/models/ForecastStats.js +71 -0
- package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/models/ForecasterDatastoresRequest.js +49 -0
- package/dist/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/models/ForecasterPairStatus.js +90 -0
- package/dist/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/models/ForecasterStartRequest.js +60 -0
- package/dist/models/ForecasterStatus.d.ts +47 -0
- package/dist/models/ForecasterStatus.js +61 -0
- package/dist/models/Group.d.ts +0 -6
- package/dist/models/Group.js +0 -2
- package/dist/models/GroupResponse.d.ts +7 -0
- package/dist/models/GroupResponse.js +3 -0
- package/dist/models/InspectorStatus.d.ts +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/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 +6 -6
- package/dist/models/RightsizingCollectRequest.js +12 -12
- package/dist/models/RightsizingMetricStats.d.ts +1 -1
- package/dist/models/RightsizingMetricStats.js +3 -3
- package/dist/models/RightsizingReport.d.ts +6 -6
- package/dist/models/RightsizingReport.js +18 -18
- package/dist/models/RightsizingReportSummary.d.ts +6 -6
- package/dist/models/RightsizingReportSummary.js +18 -18
- package/dist/models/StartInspectionRequest.d.ts +8 -1
- package/dist/models/StartInspectionRequest.js +5 -0
- package/dist/models/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/VirtualMachine.d.ts +30 -6
- package/dist/models/VirtualMachine.js +18 -10
- package/dist/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/models/VirtualMachineDetail.js +7 -0
- package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/models/VirtualMachineUpdateRequest.js +50 -0
- package/dist/models/VmUtilizationDetails.d.ts +27 -9
- package/dist/models/VmUtilizationDetails.js +39 -27
- package/dist/models/index.d.ts +26 -0
- package/dist/models/index.js +26 -0
- package/docs/AgentStatus.md +2 -2
- package/docs/ApplicationListResponse.md +34 -0
- package/docs/ApplicationOverview.md +40 -0
- package/docs/ApplicationVM.md +36 -0
- package/docs/BenchmarkRun.md +58 -0
- package/docs/ClusterFeatures.md +38 -0
- package/docs/ClusterUtilization.md +46 -0
- package/docs/CreateGroupRequest.md +0 -2
- package/docs/DatastoreDetail.md +50 -0
- package/docs/DatastorePair.md +40 -0
- package/docs/DefaultApi.md +1725 -308
- package/docs/DeleteLabelGloballyResponse.md +36 -0
- package/docs/EstimateRange.md +39 -0
- package/docs/ForecastStats.md +52 -0
- package/docs/ForecasterDatastoresRequest.md +34 -0
- package/docs/ForecasterPairStatus.md +52 -0
- package/docs/ForecasterStartRequest.md +42 -0
- package/docs/ForecasterStatus.md +36 -0
- package/docs/GetInventory200Response.md +4 -2
- package/docs/Group.md +0 -2
- package/docs/GroupResponse.md +2 -0
- package/docs/InspectorStatus.md +0 -4
- package/docs/Inventory.md +4 -2
- package/docs/InventoryData.md +4 -0
- package/docs/PairCapability.md +40 -0
- package/docs/PairCapabilityRequest.md +36 -0
- package/docs/PutForecasterCredentials403Response.md +36 -0
- package/docs/RightsizingClusterListResponse.md +36 -0
- package/docs/RightsizingClusterResponse.md +36 -0
- package/docs/RightsizingClusterUtilization.md +60 -0
- package/docs/RightsizingCollectRequest.md +12 -12
- package/docs/RightsizingMetricStats.md +2 -2
- package/docs/RightsizingReport.md +12 -12
- package/docs/RightsizingReportSummary.md +12 -12
- package/docs/StartInspectionRequest.md +3 -1
- package/docs/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/VirtualMachine.md +18 -10
- package/docs/VirtualMachineDetail.md +6 -0
- package/docs/VirtualMachineUpdateRequest.md +36 -0
- package/docs/VmUtilizationDetails.md +24 -18
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1700 -93
- package/src/models/AgentStatus.ts +4 -4
- package/src/models/ApplicationListResponse.ts +74 -0
- package/src/models/ApplicationOverview.ts +101 -0
- package/src/models/ApplicationVM.ts +75 -0
- package/src/models/BenchmarkRun.ts +171 -0
- package/src/models/ClusterFeatures.ts +94 -0
- package/src/models/ClusterUtilization.ts +120 -0
- package/src/models/CreateGroupRequest.ts +0 -8
- package/src/models/DatastoreDetail.ts +146 -0
- package/src/models/DatastorePair.ts +92 -0
- package/src/models/DeleteLabelGloballyResponse.ts +75 -0
- package/src/models/EstimateRange.ts +81 -0
- package/src/models/ForecastStats.ts +147 -0
- package/src/models/ForecasterDatastoresRequest.ts +73 -0
- package/src/models/ForecasterPairStatus.ts +158 -0
- package/src/models/ForecasterStartRequest.ts +113 -0
- package/src/models/ForecasterStatus.ts +93 -0
- package/src/models/Group.ts +0 -8
- package/src/models/GroupResponse.ts +15 -0
- package/src/models/InspectorStatus.ts +1 -28
- package/src/models/Inventory.ts +12 -4
- package/src/models/InventoryData.ts +30 -0
- package/src/models/PairCapability.ts +106 -0
- package/src/models/PairCapabilityRequest.ts +89 -0
- package/src/models/PutForecasterCredentials403Response.ts +73 -0
- package/src/models/RightsizingClusterListResponse.ts +83 -0
- package/src/models/RightsizingClusterResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +185 -0
- package/src/models/RightsizingCollectRequest.ts +18 -18
- package/src/models/RightsizingMetricStats.ts +4 -4
- package/src/models/RightsizingReport.ts +24 -24
- package/src/models/RightsizingReportSummary.ts +24 -24
- package/src/models/StartInspectionRequest.ts +18 -1
- package/src/models/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/VirtualMachine.ts +48 -16
- package/src/models/VirtualMachineDetail.ts +31 -0
- package/src/models/VirtualMachineUpdateRequest.ts +73 -0
- package/src/models/VmUtilizationDetails.ts +63 -36
- package/src/models/index.ts +26 -0
|
@@ -12,33 +12,68 @@
|
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
13
|
import { type AgentModeRequest } from '../models/AgentModeRequest.js';
|
|
14
14
|
import { type AgentStatus } from '../models/AgentStatus.js';
|
|
15
|
+
import { type ApplicationListResponse } from '../models/ApplicationListResponse.js';
|
|
16
|
+
import { type BenchmarkRun } from '../models/BenchmarkRun.js';
|
|
15
17
|
import { type CollectorStartRequest } from '../models/CollectorStartRequest.js';
|
|
16
18
|
import { type CollectorStatus } from '../models/CollectorStatus.js';
|
|
17
19
|
import { type CreateGroupRequest } from '../models/CreateGroupRequest.js';
|
|
20
|
+
import { type DatastoreDetail } from '../models/DatastoreDetail.js';
|
|
21
|
+
import { type DeleteLabelGloballyResponse } from '../models/DeleteLabelGloballyResponse.js';
|
|
22
|
+
import { type ForecastStats } from '../models/ForecastStats.js';
|
|
23
|
+
import { type ForecasterDatastoresRequest } from '../models/ForecasterDatastoresRequest.js';
|
|
24
|
+
import { type ForecasterStartRequest } from '../models/ForecasterStartRequest.js';
|
|
25
|
+
import { type ForecasterStatus } from '../models/ForecasterStatus.js';
|
|
18
26
|
import { type GetInventory200Response } from '../models/GetInventory200Response.js';
|
|
19
27
|
import { type Group } from '../models/Group.js';
|
|
20
28
|
import { type GroupListResponse } from '../models/GroupListResponse.js';
|
|
21
29
|
import { type GroupResponse } from '../models/GroupResponse.js';
|
|
22
30
|
import { type InspectorStatus } from '../models/InspectorStatus.js';
|
|
31
|
+
import { type PairCapability } from '../models/PairCapability.js';
|
|
32
|
+
import { type PairCapabilityRequest } from '../models/PairCapabilityRequest.js';
|
|
33
|
+
import { type RightsizingClusterListResponse } from '../models/RightsizingClusterListResponse.js';
|
|
34
|
+
import { type RightsizingClusterResponse } from '../models/RightsizingClusterResponse.js';
|
|
23
35
|
import { type RightsizingCollectRequest } from '../models/RightsizingCollectRequest.js';
|
|
24
36
|
import { type RightsizingReport } from '../models/RightsizingReport.js';
|
|
25
37
|
import { type RightsizingReportListResponse } from '../models/RightsizingReportListResponse.js';
|
|
26
38
|
import { type RightsizingReportSummary } from '../models/RightsizingReportSummary.js';
|
|
27
39
|
import { type StartInspectionRequest } from '../models/StartInspectionRequest.js';
|
|
40
|
+
import { type StopForecasterPair202Response } from '../models/StopForecasterPair202Response.js';
|
|
28
41
|
import { type UpdateGroupRequest } from '../models/UpdateGroupRequest.js';
|
|
42
|
+
import { type UpdateLabelVMsRequest } from '../models/UpdateLabelVMsRequest.js';
|
|
43
|
+
import { type VMFilterOptionsResponse } from '../models/VMFilterOptionsResponse.js';
|
|
44
|
+
import { type VMLabelsResponse } from '../models/VMLabelsResponse.js';
|
|
29
45
|
import { type VcenterCredentials } from '../models/VcenterCredentials.js';
|
|
30
46
|
import { type VddkProperties } from '../models/VddkProperties.js';
|
|
31
47
|
import { type VersionInfo } from '../models/VersionInfo.js';
|
|
32
48
|
import { type VirtualMachineDetail } from '../models/VirtualMachineDetail.js';
|
|
33
49
|
import { type VirtualMachineListResponse } from '../models/VirtualMachineListResponse.js';
|
|
50
|
+
import { type VirtualMachineUpdateRequest } from '../models/VirtualMachineUpdateRequest.js';
|
|
34
51
|
import { type VmInspectionStatus } from '../models/VmInspectionStatus.js';
|
|
35
52
|
import { type VmUtilizationDetails } from '../models/VmUtilizationDetails.js';
|
|
36
53
|
export interface CreateGroupOperationRequest {
|
|
37
54
|
createGroupRequest: CreateGroupRequest;
|
|
38
55
|
}
|
|
56
|
+
export interface DeleteForecasterRunRequest {
|
|
57
|
+
id: number;
|
|
58
|
+
}
|
|
39
59
|
export interface DeleteGroupRequest {
|
|
40
60
|
id: string;
|
|
41
61
|
}
|
|
62
|
+
export interface DeleteLabelGloballyRequest {
|
|
63
|
+
label: string;
|
|
64
|
+
}
|
|
65
|
+
export interface GetClusterUtilizationRequest {
|
|
66
|
+
clusterId: string;
|
|
67
|
+
}
|
|
68
|
+
export interface GetForecasterDatastoresRequest {
|
|
69
|
+
forecasterDatastoresRequest?: ForecasterDatastoresRequest;
|
|
70
|
+
}
|
|
71
|
+
export interface GetForecasterRunsRequest {
|
|
72
|
+
pairName?: string;
|
|
73
|
+
}
|
|
74
|
+
export interface GetForecasterStatsRequest {
|
|
75
|
+
pairName: string;
|
|
76
|
+
}
|
|
42
77
|
export interface GetGroupRequest {
|
|
43
78
|
id: string;
|
|
44
79
|
sort?: Array<string>;
|
|
@@ -47,14 +82,24 @@ export interface GetGroupRequest {
|
|
|
47
82
|
}
|
|
48
83
|
export interface GetInspectorStatusRequest {
|
|
49
84
|
includeVddk?: boolean;
|
|
50
|
-
includeCredentials?: boolean;
|
|
51
85
|
}
|
|
52
86
|
export interface GetInventoryRequest {
|
|
53
87
|
withAgentId?: boolean;
|
|
54
88
|
groupId?: string;
|
|
55
89
|
}
|
|
90
|
+
export interface GetLatestRightsizingClustersRequest {
|
|
91
|
+
byExpression?: string;
|
|
92
|
+
}
|
|
56
93
|
export interface GetRightsizingReportRequest {
|
|
57
|
-
|
|
94
|
+
reportId: string;
|
|
95
|
+
}
|
|
96
|
+
export interface GetRightsizingReportClusterRequest {
|
|
97
|
+
reportId: string;
|
|
98
|
+
clusterId: string;
|
|
99
|
+
}
|
|
100
|
+
export interface GetRightsizingReportClustersRequest {
|
|
101
|
+
reportId: string;
|
|
102
|
+
byExpression?: string;
|
|
58
103
|
}
|
|
59
104
|
export interface GetVMRequest {
|
|
60
105
|
id: string;
|
|
@@ -73,7 +118,14 @@ export interface ListGroupsRequest {
|
|
|
73
118
|
page?: number;
|
|
74
119
|
pageSize?: number;
|
|
75
120
|
}
|
|
76
|
-
export interface
|
|
121
|
+
export interface ListRightsizingReportClustersRequest {
|
|
122
|
+
reportId: string;
|
|
123
|
+
byExpression?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface PostForecasterPairCapabilitiesRequest {
|
|
126
|
+
pairCapabilityRequest: PairCapabilityRequest;
|
|
127
|
+
}
|
|
128
|
+
export interface PutForecasterCredentialsRequest {
|
|
77
129
|
vcenterCredentials: VcenterCredentials;
|
|
78
130
|
}
|
|
79
131
|
export interface PutInspectorVddkRequest {
|
|
@@ -88,9 +140,15 @@ export interface SetAgentModeRequest {
|
|
|
88
140
|
export interface StartCollectorRequest {
|
|
89
141
|
collectorStartRequest: CollectorStartRequest;
|
|
90
142
|
}
|
|
143
|
+
export interface StartForecasterRequest {
|
|
144
|
+
forecasterStartRequest: ForecasterStartRequest;
|
|
145
|
+
}
|
|
91
146
|
export interface StartInspectionOperationRequest {
|
|
92
147
|
startInspectionRequest: StartInspectionRequest;
|
|
93
148
|
}
|
|
149
|
+
export interface StopForecasterPairRequest {
|
|
150
|
+
name: string;
|
|
151
|
+
}
|
|
94
152
|
export interface TriggerRightsizingCollectionRequest {
|
|
95
153
|
rightsizingCollectRequest: RightsizingCollectRequest;
|
|
96
154
|
}
|
|
@@ -98,6 +156,17 @@ export interface UpdateGroupOperationRequest {
|
|
|
98
156
|
id: string;
|
|
99
157
|
updateGroupRequest: UpdateGroupRequest;
|
|
100
158
|
}
|
|
159
|
+
export interface UpdateLabelVMsOperationRequest {
|
|
160
|
+
label: string;
|
|
161
|
+
updateLabelVMsRequest: UpdateLabelVMsRequest;
|
|
162
|
+
}
|
|
163
|
+
export interface UpdateVMRequest {
|
|
164
|
+
id: string;
|
|
165
|
+
virtualMachineUpdateRequest: VirtualMachineUpdateRequest;
|
|
166
|
+
}
|
|
167
|
+
export interface ValidateInspectorCredentialsRequest {
|
|
168
|
+
vcenterCredentials: VcenterCredentials;
|
|
169
|
+
}
|
|
101
170
|
/**
|
|
102
171
|
* DefaultApi - interface
|
|
103
172
|
*
|
|
@@ -125,6 +194,26 @@ export interface DefaultApiInterface {
|
|
|
125
194
|
* Create a new group
|
|
126
195
|
*/
|
|
127
196
|
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
197
|
+
/**
|
|
198
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
199
|
+
* @param {number} id Run ID
|
|
200
|
+
* @throws {RequiredError}
|
|
201
|
+
* @memberof DefaultApiInterface
|
|
202
|
+
*/
|
|
203
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
204
|
+
/**
|
|
205
|
+
*
|
|
206
|
+
* @summary Delete a benchmark run
|
|
207
|
+
* @param {number} id Run ID
|
|
208
|
+
* @param {*} [options] Override http request option.
|
|
209
|
+
* @throws {RequiredError}
|
|
210
|
+
* @memberof DefaultApiInterface
|
|
211
|
+
*/
|
|
212
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
213
|
+
/**
|
|
214
|
+
* Delete a benchmark run
|
|
215
|
+
*/
|
|
216
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
128
217
|
/**
|
|
129
218
|
* Creates request options for deleteGroup without sending the request
|
|
130
219
|
* @param {string} id Group ID
|
|
@@ -145,6 +234,26 @@ export interface DefaultApiInterface {
|
|
|
145
234
|
* Delete group
|
|
146
235
|
*/
|
|
147
236
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
237
|
+
/**
|
|
238
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
239
|
+
* @param {string} label The label to remove from all VMs
|
|
240
|
+
* @throws {RequiredError}
|
|
241
|
+
* @memberof DefaultApiInterface
|
|
242
|
+
*/
|
|
243
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @summary Delete label from all VMs
|
|
247
|
+
* @param {string} label The label to remove from all VMs
|
|
248
|
+
* @param {*} [options] Override http request option.
|
|
249
|
+
* @throws {RequiredError}
|
|
250
|
+
* @memberof DefaultApiInterface
|
|
251
|
+
*/
|
|
252
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
253
|
+
/**
|
|
254
|
+
* Delete label from all VMs
|
|
255
|
+
*/
|
|
256
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
148
257
|
/**
|
|
149
258
|
* Creates request options for getAgentStatus without sending the request
|
|
150
259
|
* @throws {RequiredError}
|
|
@@ -163,6 +272,44 @@ export interface DefaultApiInterface {
|
|
|
163
272
|
* Get agent status
|
|
164
273
|
*/
|
|
165
274
|
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
275
|
+
/**
|
|
276
|
+
* Creates request options for getApplications without sending the request
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
* @memberof DefaultApiInterface
|
|
279
|
+
*/
|
|
280
|
+
getApplicationsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
281
|
+
/**
|
|
282
|
+
*
|
|
283
|
+
* @summary List detected applications running on VMs
|
|
284
|
+
* @param {*} [options] Override http request option.
|
|
285
|
+
* @throws {RequiredError}
|
|
286
|
+
* @memberof DefaultApiInterface
|
|
287
|
+
*/
|
|
288
|
+
getApplicationsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApplicationListResponse>>;
|
|
289
|
+
/**
|
|
290
|
+
* List detected applications running on VMs
|
|
291
|
+
*/
|
|
292
|
+
getApplications(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApplicationListResponse>;
|
|
293
|
+
/**
|
|
294
|
+
* Creates request options for getClusterUtilization without sending the request
|
|
295
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
* @memberof DefaultApiInterface
|
|
298
|
+
*/
|
|
299
|
+
getClusterUtilizationRequestOpts(requestParameters: GetClusterUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
300
|
+
/**
|
|
301
|
+
*
|
|
302
|
+
* @summary Get latest cluster utilization by cluster ID
|
|
303
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
304
|
+
* @param {*} [options] Override http request option.
|
|
305
|
+
* @throws {RequiredError}
|
|
306
|
+
* @memberof DefaultApiInterface
|
|
307
|
+
*/
|
|
308
|
+
getClusterUtilizationRaw(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
309
|
+
/**
|
|
310
|
+
* Get latest cluster utilization by cluster ID
|
|
311
|
+
*/
|
|
312
|
+
getClusterUtilization(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
166
313
|
/**
|
|
167
314
|
* Creates request options for getCollectorStatus without sending the request
|
|
168
315
|
* @throws {RequiredError}
|
|
@@ -181,6 +328,88 @@ export interface DefaultApiInterface {
|
|
|
181
328
|
* Get collector status
|
|
182
329
|
*/
|
|
183
330
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
331
|
+
/**
|
|
332
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
333
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
334
|
+
* @throws {RequiredError}
|
|
335
|
+
* @memberof DefaultApiInterface
|
|
336
|
+
*/
|
|
337
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
338
|
+
/**
|
|
339
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
340
|
+
* @summary List available datastores
|
|
341
|
+
* @param {ForecasterDatastoresRequest} [forecasterDatastoresRequest]
|
|
342
|
+
* @param {*} [options] Override http request option.
|
|
343
|
+
* @throws {RequiredError}
|
|
344
|
+
* @memberof DefaultApiInterface
|
|
345
|
+
*/
|
|
346
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
347
|
+
/**
|
|
348
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
349
|
+
* List available datastores
|
|
350
|
+
*/
|
|
351
|
+
getForecasterDatastores(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
352
|
+
/**
|
|
353
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
354
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
355
|
+
* @throws {RequiredError}
|
|
356
|
+
* @memberof DefaultApiInterface
|
|
357
|
+
*/
|
|
358
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
359
|
+
/**
|
|
360
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
361
|
+
* @summary List benchmark runs
|
|
362
|
+
* @param {string} [pairName] Filter runs by pair name
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
* @memberof DefaultApiInterface
|
|
366
|
+
*/
|
|
367
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
368
|
+
/**
|
|
369
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
370
|
+
* List benchmark runs
|
|
371
|
+
*/
|
|
372
|
+
getForecasterRuns(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
373
|
+
/**
|
|
374
|
+
* Creates request options for getForecasterStats without sending the request
|
|
375
|
+
* @param {string} pairName Pair name to get statistics for
|
|
376
|
+
* @throws {RequiredError}
|
|
377
|
+
* @memberof DefaultApiInterface
|
|
378
|
+
*/
|
|
379
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
380
|
+
/**
|
|
381
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
382
|
+
* @summary Get throughput statistics
|
|
383
|
+
* @param {string} pairName Pair name to get statistics for
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
* @memberof DefaultApiInterface
|
|
387
|
+
*/
|
|
388
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
389
|
+
/**
|
|
390
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
391
|
+
* Get throughput statistics
|
|
392
|
+
*/
|
|
393
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
394
|
+
/**
|
|
395
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
396
|
+
* @throws {RequiredError}
|
|
397
|
+
* @memberof DefaultApiInterface
|
|
398
|
+
*/
|
|
399
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
400
|
+
/**
|
|
401
|
+
* Returns current service state with per-pair progress details.
|
|
402
|
+
* @summary Poll forecaster status
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
* @memberof DefaultApiInterface
|
|
406
|
+
*/
|
|
407
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
408
|
+
/**
|
|
409
|
+
* Returns current service state with per-pair progress details.
|
|
410
|
+
* Poll forecaster status
|
|
411
|
+
*/
|
|
412
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
184
413
|
/**
|
|
185
414
|
* Creates request options for getGroup without sending the request
|
|
186
415
|
* @param {string} id Group ID
|
|
@@ -210,7 +439,6 @@ export interface DefaultApiInterface {
|
|
|
210
439
|
/**
|
|
211
440
|
* Creates request options for getInspectorStatus without sending the request
|
|
212
441
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
213
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
214
442
|
* @throws {RequiredError}
|
|
215
443
|
* @memberof DefaultApiInterface
|
|
216
444
|
*/
|
|
@@ -219,7 +447,6 @@ export interface DefaultApiInterface {
|
|
|
219
447
|
*
|
|
220
448
|
* @summary Get inspector status
|
|
221
449
|
* @param {boolean} [includeVddk] If true, include uploaded VDDK metadata (`version`, `md5`) when present. omitted if VDDK was never uploaded.
|
|
222
|
-
* @param {boolean} [includeCredentials] If true, include configured vCenter URL and username (password is never returned). omitted if was never set.
|
|
223
450
|
* @param {*} [options] Override http request option.
|
|
224
451
|
* @throws {RequiredError}
|
|
225
452
|
* @memberof DefaultApiInterface
|
|
@@ -269,9 +496,32 @@ export interface DefaultApiInterface {
|
|
|
269
496
|
* Get collected inventory
|
|
270
497
|
*/
|
|
271
498
|
getInventory(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
499
|
+
/**
|
|
500
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
501
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
502
|
+
* @deprecated
|
|
503
|
+
* @throws {RequiredError}
|
|
504
|
+
* @memberof DefaultApiInterface
|
|
505
|
+
*/
|
|
506
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
507
|
+
/**
|
|
508
|
+
*
|
|
509
|
+
* @summary Get cluster-level utilization aggregates for the latest completed report
|
|
510
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
511
|
+
* @param {*} [options] Override http request option.
|
|
512
|
+
* @deprecated
|
|
513
|
+
* @throws {RequiredError}
|
|
514
|
+
* @memberof DefaultApiInterface
|
|
515
|
+
*/
|
|
516
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
517
|
+
/**
|
|
518
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
519
|
+
* @deprecated
|
|
520
|
+
*/
|
|
521
|
+
getLatestRightsizingClusters(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
272
522
|
/**
|
|
273
523
|
* Creates request options for getRightsizingReport without sending the request
|
|
274
|
-
* @param {string}
|
|
524
|
+
* @param {string} reportId Report UUID
|
|
275
525
|
* @throws {RequiredError}
|
|
276
526
|
* @memberof DefaultApiInterface
|
|
277
527
|
*/
|
|
@@ -279,7 +529,7 @@ export interface DefaultApiInterface {
|
|
|
279
529
|
/**
|
|
280
530
|
*
|
|
281
531
|
* @summary Get a specific rightsizing report with full VM metrics
|
|
282
|
-
* @param {string}
|
|
532
|
+
* @param {string} reportId Report UUID
|
|
283
533
|
* @param {*} [options] Override http request option.
|
|
284
534
|
* @throws {RequiredError}
|
|
285
535
|
* @memberof DefaultApiInterface
|
|
@@ -289,6 +539,53 @@ export interface DefaultApiInterface {
|
|
|
289
539
|
* Get a specific rightsizing report with full VM metrics
|
|
290
540
|
*/
|
|
291
541
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
542
|
+
/**
|
|
543
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
544
|
+
* @param {string} reportId Rightsizing report UUID
|
|
545
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
546
|
+
* @throws {RequiredError}
|
|
547
|
+
* @memberof DefaultApiInterface
|
|
548
|
+
*/
|
|
549
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
550
|
+
/**
|
|
551
|
+
*
|
|
552
|
+
* @summary Get utilization for a specific cluster from a specific report
|
|
553
|
+
* @param {string} reportId Rightsizing report UUID
|
|
554
|
+
* @param {string} clusterId vSphere MoRef (e.g. \"domain-c123\") or generated cluster ID (e.g. \"cluster-a3f7b2c1d4e89012\")
|
|
555
|
+
* @param {*} [options] Override http request option.
|
|
556
|
+
* @throws {RequiredError}
|
|
557
|
+
* @memberof DefaultApiInterface
|
|
558
|
+
*/
|
|
559
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
560
|
+
/**
|
|
561
|
+
* Get utilization for a specific cluster from a specific report
|
|
562
|
+
*/
|
|
563
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
564
|
+
/**
|
|
565
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
566
|
+
* @param {string} reportId Rightsizing report UUID
|
|
567
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
568
|
+
* @deprecated
|
|
569
|
+
* @throws {RequiredError}
|
|
570
|
+
* @memberof DefaultApiInterface
|
|
571
|
+
*/
|
|
572
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
576
|
+
* @param {string} reportId Rightsizing report UUID
|
|
577
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
578
|
+
* @param {*} [options] Override http request option.
|
|
579
|
+
* @deprecated
|
|
580
|
+
* @throws {RequiredError}
|
|
581
|
+
* @memberof DefaultApiInterface
|
|
582
|
+
*/
|
|
583
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
584
|
+
/**
|
|
585
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
586
|
+
* @deprecated
|
|
587
|
+
*/
|
|
588
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
292
589
|
/**
|
|
293
590
|
* Creates request options for getVM without sending the request
|
|
294
591
|
* @param {string} id VirtualMachine id
|
|
@@ -309,6 +606,24 @@ export interface DefaultApiInterface {
|
|
|
309
606
|
* Get details about a vm
|
|
310
607
|
*/
|
|
311
608
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
609
|
+
/**
|
|
610
|
+
* Creates request options for getVMLabels without sending the request
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
* @memberof DefaultApiInterface
|
|
613
|
+
*/
|
|
614
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
615
|
+
/**
|
|
616
|
+
*
|
|
617
|
+
* @summary Get all distinct labels in use across VMs
|
|
618
|
+
* @param {*} [options] Override http request option.
|
|
619
|
+
* @throws {RequiredError}
|
|
620
|
+
* @memberof DefaultApiInterface
|
|
621
|
+
*/
|
|
622
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
623
|
+
/**
|
|
624
|
+
* Get all distinct labels in use across VMs
|
|
625
|
+
*/
|
|
626
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
312
627
|
/**
|
|
313
628
|
* Creates request options for getVMUtilization without sending the request
|
|
314
629
|
* @param {string} id VirtualMachine MoRef ID
|
|
@@ -355,6 +670,24 @@ export interface DefaultApiInterface {
|
|
|
355
670
|
* Get list of VMs with filtering and pagination
|
|
356
671
|
*/
|
|
357
672
|
getVMs(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
673
|
+
/**
|
|
674
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
675
|
+
* @throws {RequiredError}
|
|
676
|
+
* @memberof DefaultApiInterface
|
|
677
|
+
*/
|
|
678
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
679
|
+
/**
|
|
680
|
+
*
|
|
681
|
+
* @summary Get distinct filter option values for VMs
|
|
682
|
+
* @param {*} [options] Override http request option.
|
|
683
|
+
* @throws {RequiredError}
|
|
684
|
+
* @memberof DefaultApiInterface
|
|
685
|
+
*/
|
|
686
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
687
|
+
/**
|
|
688
|
+
* Get distinct filter option values for VMs
|
|
689
|
+
*/
|
|
690
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
358
691
|
/**
|
|
359
692
|
* Creates request options for getVersion without sending the request
|
|
360
693
|
* @throws {RequiredError}
|
|
@@ -397,6 +730,28 @@ export interface DefaultApiInterface {
|
|
|
397
730
|
* List all groups
|
|
398
731
|
*/
|
|
399
732
|
listGroups(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
733
|
+
/**
|
|
734
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
735
|
+
* @param {string} reportId Rightsizing report UUID
|
|
736
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
737
|
+
* @throws {RequiredError}
|
|
738
|
+
* @memberof DefaultApiInterface
|
|
739
|
+
*/
|
|
740
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
741
|
+
/**
|
|
742
|
+
*
|
|
743
|
+
* @summary Get cluster-level utilization aggregates for a specific report
|
|
744
|
+
* @param {string} reportId Rightsizing report UUID
|
|
745
|
+
* @param {string} [byExpression] Filter DSL expression (e.g. \"cluster_id = \'domain-c123\'\"). Omit to return all clusters.
|
|
746
|
+
* @param {*} [options] Override http request option.
|
|
747
|
+
* @throws {RequiredError}
|
|
748
|
+
* @memberof DefaultApiInterface
|
|
749
|
+
*/
|
|
750
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
751
|
+
/**
|
|
752
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
753
|
+
*/
|
|
754
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
400
755
|
/**
|
|
401
756
|
* Creates request options for listRightsizingReports without sending the request
|
|
402
757
|
* @throws {RequiredError}
|
|
@@ -416,25 +771,47 @@ export interface DefaultApiInterface {
|
|
|
416
771
|
*/
|
|
417
772
|
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
418
773
|
/**
|
|
419
|
-
* Creates request options for
|
|
774
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
775
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
776
|
+
* @throws {RequiredError}
|
|
777
|
+
* @memberof DefaultApiInterface
|
|
778
|
+
*/
|
|
779
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
780
|
+
/**
|
|
781
|
+
* 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.
|
|
782
|
+
* @summary Compute pair capabilities
|
|
783
|
+
* @param {PairCapabilityRequest} pairCapabilityRequest
|
|
784
|
+
* @param {*} [options] Override http request option.
|
|
785
|
+
* @throws {RequiredError}
|
|
786
|
+
* @memberof DefaultApiInterface
|
|
787
|
+
*/
|
|
788
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
789
|
+
/**
|
|
790
|
+
* 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.
|
|
791
|
+
* Compute pair capabilities
|
|
792
|
+
*/
|
|
793
|
+
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
794
|
+
/**
|
|
795
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
420
796
|
* @param {VcenterCredentials} vcenterCredentials
|
|
421
797
|
* @throws {RequiredError}
|
|
422
798
|
* @memberof DefaultApiInterface
|
|
423
799
|
*/
|
|
424
|
-
|
|
800
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
425
801
|
/**
|
|
426
|
-
*
|
|
427
|
-
* @summary
|
|
802
|
+
* 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.
|
|
803
|
+
* @summary Verify vCenter credentials and permissions
|
|
428
804
|
* @param {VcenterCredentials} vcenterCredentials
|
|
429
805
|
* @param {*} [options] Override http request option.
|
|
430
806
|
* @throws {RequiredError}
|
|
431
807
|
* @memberof DefaultApiInterface
|
|
432
808
|
*/
|
|
433
|
-
|
|
809
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
434
810
|
/**
|
|
435
|
-
*
|
|
811
|
+
* 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.
|
|
812
|
+
* Verify vCenter credentials and permissions
|
|
436
813
|
*/
|
|
437
|
-
|
|
814
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
438
815
|
/**
|
|
439
816
|
* Creates request options for putInspectorVddk without sending the request
|
|
440
817
|
* @param {Blob} file VDDK tarball
|
|
@@ -515,6 +892,27 @@ export interface DefaultApiInterface {
|
|
|
515
892
|
* Start inventory collection
|
|
516
893
|
*/
|
|
517
894
|
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
895
|
+
/**
|
|
896
|
+
* Creates request options for startForecaster without sending the request
|
|
897
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
898
|
+
* @throws {RequiredError}
|
|
899
|
+
* @memberof DefaultApiInterface
|
|
900
|
+
*/
|
|
901
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
902
|
+
/**
|
|
903
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
904
|
+
* @summary Start benchmark
|
|
905
|
+
* @param {ForecasterStartRequest} forecasterStartRequest
|
|
906
|
+
* @param {*} [options] Override http request option.
|
|
907
|
+
* @throws {RequiredError}
|
|
908
|
+
* @memberof DefaultApiInterface
|
|
909
|
+
*/
|
|
910
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
911
|
+
/**
|
|
912
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
913
|
+
* Start benchmark
|
|
914
|
+
*/
|
|
915
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
518
916
|
/**
|
|
519
917
|
* Creates request options for startInspection without sending the request
|
|
520
918
|
* @param {StartInspectionRequest} startInspectionRequest
|
|
@@ -553,6 +951,46 @@ export interface DefaultApiInterface {
|
|
|
553
951
|
* Stop collection
|
|
554
952
|
*/
|
|
555
953
|
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
954
|
+
/**
|
|
955
|
+
* Creates request options for stopForecaster without sending the request
|
|
956
|
+
* @throws {RequiredError}
|
|
957
|
+
* @memberof DefaultApiInterface
|
|
958
|
+
*/
|
|
959
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
960
|
+
/**
|
|
961
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
962
|
+
* @summary Cancel benchmark
|
|
963
|
+
* @param {*} [options] Override http request option.
|
|
964
|
+
* @throws {RequiredError}
|
|
965
|
+
* @memberof DefaultApiInterface
|
|
966
|
+
*/
|
|
967
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
968
|
+
/**
|
|
969
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
970
|
+
* Cancel benchmark
|
|
971
|
+
*/
|
|
972
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
973
|
+
/**
|
|
974
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
975
|
+
* @param {string} name Pair name as specified in the start request
|
|
976
|
+
* @throws {RequiredError}
|
|
977
|
+
* @memberof DefaultApiInterface
|
|
978
|
+
*/
|
|
979
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
980
|
+
/**
|
|
981
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
982
|
+
* @summary Cancel a single pair
|
|
983
|
+
* @param {string} name Pair name as specified in the start request
|
|
984
|
+
* @param {*} [options] Override http request option.
|
|
985
|
+
* @throws {RequiredError}
|
|
986
|
+
* @memberof DefaultApiInterface
|
|
987
|
+
*/
|
|
988
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
989
|
+
/**
|
|
990
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
991
|
+
* Cancel a single pair
|
|
992
|
+
*/
|
|
993
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
556
994
|
/**
|
|
557
995
|
* Creates request options for stopInspection without sending the request
|
|
558
996
|
* @throws {RequiredError}
|
|
@@ -613,6 +1051,70 @@ export interface DefaultApiInterface {
|
|
|
613
1051
|
* Update group
|
|
614
1052
|
*/
|
|
615
1053
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1054
|
+
/**
|
|
1055
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1056
|
+
* @param {string} label The label to modify
|
|
1057
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
1058
|
+
* @throws {RequiredError}
|
|
1059
|
+
* @memberof DefaultApiInterface
|
|
1060
|
+
*/
|
|
1061
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
1062
|
+
/**
|
|
1063
|
+
*
|
|
1064
|
+
* @summary Modify label VM membership (add/remove label to/from VMs)
|
|
1065
|
+
* @param {string} label The label to modify
|
|
1066
|
+
* @param {UpdateLabelVMsRequest} updateLabelVMsRequest
|
|
1067
|
+
* @param {*} [options] Override http request option.
|
|
1068
|
+
* @throws {RequiredError}
|
|
1069
|
+
* @memberof DefaultApiInterface
|
|
1070
|
+
*/
|
|
1071
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1072
|
+
/**
|
|
1073
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1074
|
+
*/
|
|
1075
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1076
|
+
/**
|
|
1077
|
+
* Creates request options for updateVM without sending the request
|
|
1078
|
+
* @param {string} id VirtualMachine id
|
|
1079
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
1080
|
+
* @throws {RequiredError}
|
|
1081
|
+
* @memberof DefaultApiInterface
|
|
1082
|
+
*/
|
|
1083
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
1084
|
+
/**
|
|
1085
|
+
*
|
|
1086
|
+
* @summary Update VM properties
|
|
1087
|
+
* @param {string} id VirtualMachine id
|
|
1088
|
+
* @param {VirtualMachineUpdateRequest} virtualMachineUpdateRequest
|
|
1089
|
+
* @param {*} [options] Override http request option.
|
|
1090
|
+
* @throws {RequiredError}
|
|
1091
|
+
* @memberof DefaultApiInterface
|
|
1092
|
+
*/
|
|
1093
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1094
|
+
/**
|
|
1095
|
+
* Update VM properties
|
|
1096
|
+
*/
|
|
1097
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1098
|
+
/**
|
|
1099
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1100
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
1101
|
+
* @throws {RequiredError}
|
|
1102
|
+
* @memberof DefaultApiInterface
|
|
1103
|
+
*/
|
|
1104
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1105
|
+
/**
|
|
1106
|
+
*
|
|
1107
|
+
* @summary Validate vCenter credentials for inspector
|
|
1108
|
+
* @param {VcenterCredentials} vcenterCredentials
|
|
1109
|
+
* @param {*} [options] Override http request option.
|
|
1110
|
+
* @throws {RequiredError}
|
|
1111
|
+
* @memberof DefaultApiInterface
|
|
1112
|
+
*/
|
|
1113
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1114
|
+
/**
|
|
1115
|
+
* Validate vCenter credentials for inspector
|
|
1116
|
+
*/
|
|
1117
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
616
1118
|
}
|
|
617
1119
|
/**
|
|
618
1120
|
*
|
|
@@ -630,6 +1132,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
630
1132
|
* Create a new group
|
|
631
1133
|
*/
|
|
632
1134
|
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1135
|
+
/**
|
|
1136
|
+
* Creates request options for deleteForecasterRun without sending the request
|
|
1137
|
+
*/
|
|
1138
|
+
deleteForecasterRunRequestOpts(requestParameters: DeleteForecasterRunRequest): Promise<runtime.RequestOpts>;
|
|
1139
|
+
/**
|
|
1140
|
+
* Delete a benchmark run
|
|
1141
|
+
*/
|
|
1142
|
+
deleteForecasterRunRaw(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1143
|
+
/**
|
|
1144
|
+
* Delete a benchmark run
|
|
1145
|
+
*/
|
|
1146
|
+
deleteForecasterRun(requestParameters: DeleteForecasterRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
633
1147
|
/**
|
|
634
1148
|
* Creates request options for deleteGroup without sending the request
|
|
635
1149
|
*/
|
|
@@ -642,6 +1156,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
642
1156
|
* Delete group
|
|
643
1157
|
*/
|
|
644
1158
|
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1159
|
+
/**
|
|
1160
|
+
* Creates request options for deleteLabelGlobally without sending the request
|
|
1161
|
+
*/
|
|
1162
|
+
deleteLabelGloballyRequestOpts(requestParameters: DeleteLabelGloballyRequest): Promise<runtime.RequestOpts>;
|
|
1163
|
+
/**
|
|
1164
|
+
* Delete label from all VMs
|
|
1165
|
+
*/
|
|
1166
|
+
deleteLabelGloballyRaw(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeleteLabelGloballyResponse>>;
|
|
1167
|
+
/**
|
|
1168
|
+
* Delete label from all VMs
|
|
1169
|
+
*/
|
|
1170
|
+
deleteLabelGlobally(requestParameters: DeleteLabelGloballyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeleteLabelGloballyResponse>;
|
|
645
1171
|
/**
|
|
646
1172
|
* Creates request options for getAgentStatus without sending the request
|
|
647
1173
|
*/
|
|
@@ -654,6 +1180,30 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
654
1180
|
* Get agent status
|
|
655
1181
|
*/
|
|
656
1182
|
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
1183
|
+
/**
|
|
1184
|
+
* Creates request options for getApplications without sending the request
|
|
1185
|
+
*/
|
|
1186
|
+
getApplicationsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1187
|
+
/**
|
|
1188
|
+
* List detected applications running on VMs
|
|
1189
|
+
*/
|
|
1190
|
+
getApplicationsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApplicationListResponse>>;
|
|
1191
|
+
/**
|
|
1192
|
+
* List detected applications running on VMs
|
|
1193
|
+
*/
|
|
1194
|
+
getApplications(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApplicationListResponse>;
|
|
1195
|
+
/**
|
|
1196
|
+
* Creates request options for getClusterUtilization without sending the request
|
|
1197
|
+
*/
|
|
1198
|
+
getClusterUtilizationRequestOpts(requestParameters: GetClusterUtilizationRequest): Promise<runtime.RequestOpts>;
|
|
1199
|
+
/**
|
|
1200
|
+
* Get latest cluster utilization by cluster ID
|
|
1201
|
+
*/
|
|
1202
|
+
getClusterUtilizationRaw(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
1203
|
+
/**
|
|
1204
|
+
* Get latest cluster utilization by cluster ID
|
|
1205
|
+
*/
|
|
1206
|
+
getClusterUtilization(requestParameters: GetClusterUtilizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
657
1207
|
/**
|
|
658
1208
|
* Creates request options for getCollectorStatus without sending the request
|
|
659
1209
|
*/
|
|
@@ -666,6 +1216,62 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
666
1216
|
* Get collector status
|
|
667
1217
|
*/
|
|
668
1218
|
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1219
|
+
/**
|
|
1220
|
+
* Creates request options for getForecasterDatastores without sending the request
|
|
1221
|
+
*/
|
|
1222
|
+
getForecasterDatastoresRequestOpts(requestParameters: GetForecasterDatastoresRequest): Promise<runtime.RequestOpts>;
|
|
1223
|
+
/**
|
|
1224
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
1225
|
+
* List available datastores
|
|
1226
|
+
*/
|
|
1227
|
+
getForecasterDatastoresRaw(requestParameters: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DatastoreDetail>>>;
|
|
1228
|
+
/**
|
|
1229
|
+
* Returns datastores from the forklift-collected inventory with storage vendor and capability information derived from NAA device identifiers. No vSphere credentials are required.
|
|
1230
|
+
* List available datastores
|
|
1231
|
+
*/
|
|
1232
|
+
getForecasterDatastores(requestParameters?: GetForecasterDatastoresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DatastoreDetail>>;
|
|
1233
|
+
/**
|
|
1234
|
+
* Creates request options for getForecasterRuns without sending the request
|
|
1235
|
+
*/
|
|
1236
|
+
getForecasterRunsRequestOpts(requestParameters: GetForecasterRunsRequest): Promise<runtime.RequestOpts>;
|
|
1237
|
+
/**
|
|
1238
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
1239
|
+
* List benchmark runs
|
|
1240
|
+
*/
|
|
1241
|
+
getForecasterRunsRaw(requestParameters: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<BenchmarkRun>>>;
|
|
1242
|
+
/**
|
|
1243
|
+
* Returns individual benchmark iterations. Optionally filtered by pair name.
|
|
1244
|
+
* List benchmark runs
|
|
1245
|
+
*/
|
|
1246
|
+
getForecasterRuns(requestParameters?: GetForecasterRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<BenchmarkRun>>;
|
|
1247
|
+
/**
|
|
1248
|
+
* Creates request options for getForecasterStats without sending the request
|
|
1249
|
+
*/
|
|
1250
|
+
getForecasterStatsRequestOpts(requestParameters: GetForecasterStatsRequest): Promise<runtime.RequestOpts>;
|
|
1251
|
+
/**
|
|
1252
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1253
|
+
* Get throughput statistics
|
|
1254
|
+
*/
|
|
1255
|
+
getForecasterStatsRaw(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecastStats>>;
|
|
1256
|
+
/**
|
|
1257
|
+
* Returns computed statistics for a datastore pair\'s benchmark results. Primary endpoint for the UI to display migration time estimates.
|
|
1258
|
+
* Get throughput statistics
|
|
1259
|
+
*/
|
|
1260
|
+
getForecasterStats(requestParameters: GetForecasterStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecastStats>;
|
|
1261
|
+
/**
|
|
1262
|
+
* Creates request options for getForecasterStatus without sending the request
|
|
1263
|
+
*/
|
|
1264
|
+
getForecasterStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1265
|
+
/**
|
|
1266
|
+
* Returns current service state with per-pair progress details.
|
|
1267
|
+
* Poll forecaster status
|
|
1268
|
+
*/
|
|
1269
|
+
getForecasterStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1270
|
+
/**
|
|
1271
|
+
* Returns current service state with per-pair progress details.
|
|
1272
|
+
* Poll forecaster status
|
|
1273
|
+
*/
|
|
1274
|
+
getForecasterStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
669
1275
|
/**
|
|
670
1276
|
* Creates request options for getGroup without sending the request
|
|
671
1277
|
*/
|
|
@@ -714,6 +1320,21 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
714
1320
|
* Get collected inventory
|
|
715
1321
|
*/
|
|
716
1322
|
getInventory(requestParameters?: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
1323
|
+
/**
|
|
1324
|
+
* Creates request options for getLatestRightsizingClusters without sending the request
|
|
1325
|
+
* @deprecated
|
|
1326
|
+
*/
|
|
1327
|
+
getLatestRightsizingClustersRequestOpts(requestParameters: GetLatestRightsizingClustersRequest): Promise<runtime.RequestOpts>;
|
|
1328
|
+
/**
|
|
1329
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1330
|
+
* @deprecated
|
|
1331
|
+
*/
|
|
1332
|
+
getLatestRightsizingClustersRaw(requestParameters: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1333
|
+
/**
|
|
1334
|
+
* Get cluster-level utilization aggregates for the latest completed report
|
|
1335
|
+
* @deprecated
|
|
1336
|
+
*/
|
|
1337
|
+
getLatestRightsizingClusters(requestParameters?: GetLatestRightsizingClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
717
1338
|
/**
|
|
718
1339
|
* Creates request options for getRightsizingReport without sending the request
|
|
719
1340
|
*/
|
|
@@ -726,6 +1347,33 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
726
1347
|
* Get a specific rightsizing report with full VM metrics
|
|
727
1348
|
*/
|
|
728
1349
|
getRightsizingReport(requestParameters: GetRightsizingReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReport>;
|
|
1350
|
+
/**
|
|
1351
|
+
* Creates request options for getRightsizingReportCluster without sending the request
|
|
1352
|
+
*/
|
|
1353
|
+
getRightsizingReportClusterRequestOpts(requestParameters: GetRightsizingReportClusterRequest): Promise<runtime.RequestOpts>;
|
|
1354
|
+
/**
|
|
1355
|
+
* Get utilization for a specific cluster from a specific report
|
|
1356
|
+
*/
|
|
1357
|
+
getRightsizingReportClusterRaw(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterResponse>>;
|
|
1358
|
+
/**
|
|
1359
|
+
* Get utilization for a specific cluster from a specific report
|
|
1360
|
+
*/
|
|
1361
|
+
getRightsizingReportCluster(requestParameters: GetRightsizingReportClusterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterResponse>;
|
|
1362
|
+
/**
|
|
1363
|
+
* Creates request options for getRightsizingReportClusters without sending the request
|
|
1364
|
+
* @deprecated
|
|
1365
|
+
*/
|
|
1366
|
+
getRightsizingReportClustersRequestOpts(requestParameters: GetRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1367
|
+
/**
|
|
1368
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1369
|
+
* @deprecated
|
|
1370
|
+
*/
|
|
1371
|
+
getRightsizingReportClustersRaw(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1372
|
+
/**
|
|
1373
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1374
|
+
* @deprecated
|
|
1375
|
+
*/
|
|
1376
|
+
getRightsizingReportClusters(requestParameters: GetRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
729
1377
|
/**
|
|
730
1378
|
* Creates request options for getVM without sending the request
|
|
731
1379
|
*/
|
|
@@ -738,6 +1386,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
738
1386
|
* Get details about a vm
|
|
739
1387
|
*/
|
|
740
1388
|
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
1389
|
+
/**
|
|
1390
|
+
* Creates request options for getVMLabels without sending the request
|
|
1391
|
+
*/
|
|
1392
|
+
getVMLabelsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1393
|
+
/**
|
|
1394
|
+
* Get all distinct labels in use across VMs
|
|
1395
|
+
*/
|
|
1396
|
+
getVMLabelsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMLabelsResponse>>;
|
|
1397
|
+
/**
|
|
1398
|
+
* Get all distinct labels in use across VMs
|
|
1399
|
+
*/
|
|
1400
|
+
getVMLabels(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMLabelsResponse>;
|
|
741
1401
|
/**
|
|
742
1402
|
* Creates request options for getVMUtilization without sending the request
|
|
743
1403
|
*/
|
|
@@ -762,6 +1422,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
762
1422
|
* Get list of VMs with filtering and pagination
|
|
763
1423
|
*/
|
|
764
1424
|
getVMs(requestParameters?: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
1425
|
+
/**
|
|
1426
|
+
* Creates request options for getVMsFilterOptions without sending the request
|
|
1427
|
+
*/
|
|
1428
|
+
getVMsFilterOptionsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1429
|
+
/**
|
|
1430
|
+
* Get distinct filter option values for VMs
|
|
1431
|
+
*/
|
|
1432
|
+
getVMsFilterOptionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VMFilterOptionsResponse>>;
|
|
1433
|
+
/**
|
|
1434
|
+
* Get distinct filter option values for VMs
|
|
1435
|
+
*/
|
|
1436
|
+
getVMsFilterOptions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VMFilterOptionsResponse>;
|
|
765
1437
|
/**
|
|
766
1438
|
* Creates request options for getVersion without sending the request
|
|
767
1439
|
*/
|
|
@@ -786,6 +1458,18 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
786
1458
|
* List all groups
|
|
787
1459
|
*/
|
|
788
1460
|
listGroups(requestParameters?: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
1461
|
+
/**
|
|
1462
|
+
* Creates request options for listRightsizingReportClusters without sending the request
|
|
1463
|
+
*/
|
|
1464
|
+
listRightsizingReportClustersRequestOpts(requestParameters: ListRightsizingReportClustersRequest): Promise<runtime.RequestOpts>;
|
|
1465
|
+
/**
|
|
1466
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1467
|
+
*/
|
|
1468
|
+
listRightsizingReportClustersRaw(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RightsizingClusterListResponse>>;
|
|
1469
|
+
/**
|
|
1470
|
+
* Get cluster-level utilization aggregates for a specific report
|
|
1471
|
+
*/
|
|
1472
|
+
listRightsizingReportClusters(requestParameters: ListRightsizingReportClustersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingClusterListResponse>;
|
|
789
1473
|
/**
|
|
790
1474
|
* Creates request options for listRightsizingReports without sending the request
|
|
791
1475
|
*/
|
|
@@ -799,17 +1483,33 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
799
1483
|
*/
|
|
800
1484
|
listRightsizingReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RightsizingReportListResponse>;
|
|
801
1485
|
/**
|
|
802
|
-
* Creates request options for
|
|
1486
|
+
* Creates request options for postForecasterPairCapabilities without sending the request
|
|
1487
|
+
*/
|
|
1488
|
+
postForecasterPairCapabilitiesRequestOpts(requestParameters: PostForecasterPairCapabilitiesRequest): Promise<runtime.RequestOpts>;
|
|
1489
|
+
/**
|
|
1490
|
+
* 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.
|
|
1491
|
+
* Compute pair capabilities
|
|
1492
|
+
*/
|
|
1493
|
+
postForecasterPairCapabilitiesRaw(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PairCapability>>>;
|
|
1494
|
+
/**
|
|
1495
|
+
* 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.
|
|
1496
|
+
* Compute pair capabilities
|
|
1497
|
+
*/
|
|
1498
|
+
postForecasterPairCapabilities(requestParameters: PostForecasterPairCapabilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PairCapability>>;
|
|
1499
|
+
/**
|
|
1500
|
+
* Creates request options for putForecasterCredentials without sending the request
|
|
803
1501
|
*/
|
|
804
|
-
|
|
1502
|
+
putForecasterCredentialsRequestOpts(requestParameters: PutForecasterCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
805
1503
|
/**
|
|
806
|
-
*
|
|
1504
|
+
* 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.
|
|
1505
|
+
* Verify vCenter credentials and permissions
|
|
807
1506
|
*/
|
|
808
|
-
|
|
1507
|
+
putForecasterCredentialsRaw(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
809
1508
|
/**
|
|
810
|
-
*
|
|
1509
|
+
* 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.
|
|
1510
|
+
* Verify vCenter credentials and permissions
|
|
811
1511
|
*/
|
|
812
|
-
|
|
1512
|
+
putForecasterCredentials(requestParameters: PutForecasterCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
813
1513
|
/**
|
|
814
1514
|
* Creates request options for putInspectorVddk without sending the request
|
|
815
1515
|
*/
|
|
@@ -858,6 +1558,20 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
858
1558
|
* Start inventory collection
|
|
859
1559
|
*/
|
|
860
1560
|
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
1561
|
+
/**
|
|
1562
|
+
* Creates request options for startForecaster without sending the request
|
|
1563
|
+
*/
|
|
1564
|
+
startForecasterRequestOpts(requestParameters: StartForecasterRequest): Promise<runtime.RequestOpts>;
|
|
1565
|
+
/**
|
|
1566
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1567
|
+
* Start benchmark
|
|
1568
|
+
*/
|
|
1569
|
+
startForecasterRaw(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1570
|
+
/**
|
|
1571
|
+
* Starts async benchmarking for one or more datastore pairs. Credentials can be passed inline or omitted if previously provided in an earlier request.
|
|
1572
|
+
* Start benchmark
|
|
1573
|
+
*/
|
|
1574
|
+
startForecaster(requestParameters: StartForecasterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
861
1575
|
/**
|
|
862
1576
|
* Creates request options for startInspection without sending the request
|
|
863
1577
|
*/
|
|
@@ -882,6 +1596,34 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
882
1596
|
* Stop collection
|
|
883
1597
|
*/
|
|
884
1598
|
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1599
|
+
/**
|
|
1600
|
+
* Creates request options for stopForecaster without sending the request
|
|
1601
|
+
*/
|
|
1602
|
+
stopForecasterRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1603
|
+
/**
|
|
1604
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1605
|
+
* Cancel benchmark
|
|
1606
|
+
*/
|
|
1607
|
+
stopForecasterRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ForecasterStatus>>;
|
|
1608
|
+
/**
|
|
1609
|
+
* Stops the running benchmark. Already-completed runs are preserved in the database.
|
|
1610
|
+
* Cancel benchmark
|
|
1611
|
+
*/
|
|
1612
|
+
stopForecaster(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ForecasterStatus>;
|
|
1613
|
+
/**
|
|
1614
|
+
* Creates request options for stopForecasterPair without sending the request
|
|
1615
|
+
*/
|
|
1616
|
+
stopForecasterPairRequestOpts(requestParameters: StopForecasterPairRequest): Promise<runtime.RequestOpts>;
|
|
1617
|
+
/**
|
|
1618
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1619
|
+
* Cancel a single pair
|
|
1620
|
+
*/
|
|
1621
|
+
stopForecasterPairRaw(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<StopForecasterPair202Response>>;
|
|
1622
|
+
/**
|
|
1623
|
+
* Cancels the benchmark for a specific pair by name. The forecaster continues running if other pairs are still active.
|
|
1624
|
+
* Cancel a single pair
|
|
1625
|
+
*/
|
|
1626
|
+
stopForecasterPair(requestParameters: StopForecasterPairRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<StopForecasterPair202Response>;
|
|
885
1627
|
/**
|
|
886
1628
|
* Creates request options for stopInspection without sending the request
|
|
887
1629
|
*/
|
|
@@ -918,4 +1660,40 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
918
1660
|
* Update group
|
|
919
1661
|
*/
|
|
920
1662
|
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
1663
|
+
/**
|
|
1664
|
+
* Creates request options for updateLabelVMs without sending the request
|
|
1665
|
+
*/
|
|
1666
|
+
updateLabelVMsRequestOpts(requestParameters: UpdateLabelVMsOperationRequest): Promise<runtime.RequestOpts>;
|
|
1667
|
+
/**
|
|
1668
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1669
|
+
*/
|
|
1670
|
+
updateLabelVMsRaw(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1671
|
+
/**
|
|
1672
|
+
* Modify label VM membership (add/remove label to/from VMs)
|
|
1673
|
+
*/
|
|
1674
|
+
updateLabelVMs(requestParameters: UpdateLabelVMsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Creates request options for updateVM without sending the request
|
|
1677
|
+
*/
|
|
1678
|
+
updateVMRequestOpts(requestParameters: UpdateVMRequest): Promise<runtime.RequestOpts>;
|
|
1679
|
+
/**
|
|
1680
|
+
* Update VM properties
|
|
1681
|
+
*/
|
|
1682
|
+
updateVMRaw(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1683
|
+
/**
|
|
1684
|
+
* Update VM properties
|
|
1685
|
+
*/
|
|
1686
|
+
updateVM(requestParameters: UpdateVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1687
|
+
/**
|
|
1688
|
+
* Creates request options for validateInspectorCredentials without sending the request
|
|
1689
|
+
*/
|
|
1690
|
+
validateInspectorCredentialsRequestOpts(requestParameters: ValidateInspectorCredentialsRequest): Promise<runtime.RequestOpts>;
|
|
1691
|
+
/**
|
|
1692
|
+
* Validate vCenter credentials for inspector
|
|
1693
|
+
*/
|
|
1694
|
+
validateInspectorCredentialsRaw(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1695
|
+
/**
|
|
1696
|
+
* Validate vCenter credentials for inspector
|
|
1697
|
+
*/
|
|
1698
|
+
validateInspectorCredentials(requestParameters: ValidateInspectorCredentialsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
921
1699
|
}
|