@openshift-migration-advisor/agent-sdk 0.8.0 → 0.12.0-914fe80385ee
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 +50 -2
- package/.openapi-generator/VERSION +1 -1
- package/README.md +56 -17
- package/dist/apis/DefaultApi.d.ts +706 -126
- package/dist/apis/DefaultApi.js +916 -285
- package/dist/esm/apis/DefaultApi.d.ts +706 -126
- package/dist/esm/apis/DefaultApi.js +898 -267
- package/dist/esm/models/BenchmarkRun.d.ts +104 -0
- package/dist/esm/models/BenchmarkRun.js +85 -0
- package/dist/esm/models/DatastoreDetail.d.ts +90 -0
- package/dist/esm/models/DatastoreDetail.js +74 -0
- package/dist/esm/models/DatastorePair.d.ts +50 -0
- package/dist/esm/models/DatastorePair.js +53 -0
- package/dist/esm/models/EstimateRange.d.ts +44 -0
- package/dist/esm/models/EstimateRange.js +45 -0
- package/dist/esm/models/ForecastStats.d.ts +87 -0
- package/dist/esm/models/ForecastStats.js +64 -0
- package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
- package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/esm/models/ForecasterPairStatus.js +82 -0
- package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/esm/models/ForecasterStartRequest.js +53 -0
- package/dist/esm/models/ForecasterStatus.d.ts +47 -0
- package/dist/esm/models/ForecasterStatus.js +53 -0
- package/dist/esm/models/InspectorStatus.d.ts +20 -7
- package/dist/esm/models/InspectorStatus.js +12 -7
- package/dist/esm/models/PairCapability.d.ts +60 -0
- package/dist/esm/models/PairCapability.js +64 -0
- package/dist/esm/models/PairCapabilityRequest.d.ts +40 -0
- package/dist/esm/models/PairCapabilityRequest.js +47 -0
- package/dist/esm/models/PutForecasterCredentials403Response.d.ts +38 -0
- package/dist/esm/models/PutForecasterCredentials403Response.js +43 -0
- package/dist/esm/models/RightsizingClusterListResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/esm/models/RightsizingClusterUtilization.js +95 -0
- package/dist/esm/models/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 +32 -0
- package/dist/esm/models/StartInspectionRequest.js +43 -0
- package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/esm/models/StopForecasterPair202Response.js +49 -0
- package/dist/esm/models/VMs.d.ts +18 -0
- package/dist/esm/models/VMs.js +4 -0
- package/dist/esm/models/VirtualMachine.d.ts +31 -1
- package/dist/esm/models/VirtualMachine.js +12 -4
- package/dist/esm/models/VirtualMachineDetail.d.ts +3 -3
- package/dist/esm/models/VirtualMachineDetail.js +3 -3
- package/dist/esm/models/VmInspectionConcern.d.ts +44 -0
- package/dist/esm/models/VmInspectionConcern.js +51 -0
- package/dist/esm/models/VmInspectionResults.d.ts +33 -0
- package/dist/esm/models/VmInspectionResults.js +42 -0
- package/dist/esm/models/VmInspectionStatus.d.ts +0 -1
- package/dist/esm/models/VmInspectionStatus.js +1 -2
- package/dist/esm/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/esm/models/VmUtilizationDetails.js +99 -0
- package/dist/esm/models/index.d.ts +25 -1
- package/dist/esm/models/index.js +25 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/BenchmarkRun.d.ts +104 -0
- package/dist/models/BenchmarkRun.js +92 -0
- package/dist/models/DatastoreDetail.d.ts +90 -0
- package/dist/models/DatastoreDetail.js +82 -0
- package/dist/models/DatastorePair.d.ts +50 -0
- package/dist/models/DatastorePair.js +60 -0
- package/dist/models/EstimateRange.d.ts +44 -0
- package/dist/models/EstimateRange.js +52 -0
- package/dist/models/ForecastStats.d.ts +87 -0
- package/dist/models/ForecastStats.js +71 -0
- package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/models/ForecasterDatastoresRequest.js +49 -0
- package/dist/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/models/ForecasterPairStatus.js +90 -0
- package/dist/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/models/ForecasterStartRequest.js +60 -0
- package/dist/models/ForecasterStatus.d.ts +47 -0
- package/dist/models/ForecasterStatus.js +61 -0
- package/dist/models/InspectorStatus.d.ts +20 -7
- package/dist/models/InspectorStatus.js +12 -7
- package/dist/models/PairCapability.d.ts +60 -0
- package/dist/models/PairCapability.js +72 -0
- package/dist/models/PairCapabilityRequest.d.ts +40 -0
- package/dist/models/PairCapabilityRequest.js +54 -0
- package/dist/models/PutForecasterCredentials403Response.d.ts +38 -0
- package/dist/models/PutForecasterCredentials403Response.js +50 -0
- package/dist/models/RightsizingClusterListResponse.d.ts +39 -0
- package/dist/models/RightsizingClusterListResponse.js +55 -0
- package/dist/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/models/RightsizingClusterUtilization.js +102 -0
- package/dist/models/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 +32 -0
- package/dist/models/StartInspectionRequest.js +50 -0
- package/dist/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/models/StopForecasterPair202Response.js +57 -0
- package/dist/models/VMs.d.ts +18 -0
- package/dist/models/VMs.js +4 -0
- package/dist/models/VirtualMachine.d.ts +31 -1
- package/dist/models/VirtualMachine.js +12 -4
- package/dist/models/VirtualMachineDetail.d.ts +3 -3
- package/dist/models/VirtualMachineDetail.js +3 -3
- package/dist/models/VmInspectionConcern.d.ts +44 -0
- package/dist/models/VmInspectionConcern.js +58 -0
- package/dist/models/VmInspectionResults.d.ts +33 -0
- package/dist/models/VmInspectionResults.js +49 -0
- package/dist/models/VmInspectionStatus.d.ts +0 -1
- package/dist/models/VmInspectionStatus.js +1 -2
- package/dist/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/models/VmUtilizationDetails.js +106 -0
- package/dist/models/index.d.ts +25 -1
- package/dist/models/index.js +25 -1
- package/dist/runtime.js +1 -1
- package/docs/BenchmarkRun.md +58 -0
- package/docs/DatastoreDetail.md +50 -0
- package/docs/DatastorePair.md +40 -0
- package/docs/DefaultApi.md +1265 -240
- package/docs/EstimateRange.md +39 -0
- package/docs/ForecastStats.md +52 -0
- package/docs/ForecasterDatastoresRequest.md +34 -0
- package/docs/ForecasterPairStatus.md +52 -0
- package/docs/ForecasterStartRequest.md +42 -0
- package/docs/ForecasterStatus.md +36 -0
- package/docs/InspectorStatus.md +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/RightsizingClusterUtilization.md +60 -0
- package/docs/RightsizingCollectRequest.md +46 -0
- package/docs/RightsizingMetricStats.md +44 -0
- package/docs/RightsizingReport.md +50 -0
- package/docs/RightsizingReportListResponse.md +36 -0
- package/docs/RightsizingReportSummary.md +49 -0
- package/docs/RightsizingVMReport.md +40 -0
- package/docs/{InspectorStartRequest.md → StartInspectionRequest.md} +5 -6
- package/docs/StopForecasterPair202Response.md +36 -0
- package/docs/VMs.md +4 -0
- package/docs/VirtualMachine.md +12 -2
- package/docs/VirtualMachineDetail.md +1 -1
- package/docs/VmInspectionConcern.md +39 -0
- package/docs/VmInspectionResults.md +35 -0
- package/docs/VmUtilizationDetails.md +62 -0
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1548 -350
- package/src/models/BenchmarkRun.ts +171 -0
- package/src/models/DatastoreDetail.ts +146 -0
- package/src/models/DatastorePair.ts +92 -0
- package/src/models/EstimateRange.ts +81 -0
- package/src/models/ForecastStats.ts +147 -0
- package/src/models/ForecasterDatastoresRequest.ts +73 -0
- package/src/models/ForecasterPairStatus.ts +158 -0
- package/src/models/ForecasterStartRequest.ts +113 -0
- package/src/models/ForecasterStatus.ts +93 -0
- package/src/models/InspectorStatus.ts +37 -7
- package/src/models/PairCapability.ts +106 -0
- package/src/models/PairCapabilityRequest.ts +89 -0
- package/src/models/PutForecasterCredentials403Response.ts +73 -0
- package/src/models/RightsizingClusterListResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +185 -0
- package/src/models/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 +66 -0
- package/src/models/StopForecasterPair202Response.ts +83 -0
- package/src/models/VMs.ts +18 -0
- package/src/models/VirtualMachine.ts +43 -4
- package/src/models/VirtualMachineDetail.ts +11 -11
- package/src/models/VmInspectionConcern.ts +84 -0
- package/src/models/VmInspectionResults.ts +73 -0
- package/src/models/VmInspectionStatus.ts +1 -2
- package/src/models/VmUtilizationDetails.ts +192 -0
- package/src/models/index.ts +25 -1
- package/src/runtime.ts +1 -2
- package/dist/esm/models/InspectorStartRequest.d.ts +0 -39
- package/dist/esm/models/InspectorStartRequest.js +0 -48
- package/dist/models/InspectorStartRequest.d.ts +0 -39
- package/dist/models/InspectorStartRequest.js +0 -55
- package/src/models/InspectorStartRequest.ts +0 -83
package/.openapi-generator/FILES
CHANGED
|
@@ -4,13 +4,22 @@
|
|
|
4
4
|
README.md
|
|
5
5
|
docs/AgentModeRequest.md
|
|
6
6
|
docs/AgentStatus.md
|
|
7
|
+
docs/BenchmarkRun.md
|
|
7
8
|
docs/CollectorStartRequest.md
|
|
8
9
|
docs/CollectorStatus.md
|
|
9
10
|
docs/CreateGroupRequest.md
|
|
10
11
|
docs/Datastore.md
|
|
12
|
+
docs/DatastoreDetail.md
|
|
13
|
+
docs/DatastorePair.md
|
|
11
14
|
docs/DefaultApi.md
|
|
12
15
|
docs/DiskSizeTierSummary.md
|
|
13
16
|
docs/DiskTypeSummary.md
|
|
17
|
+
docs/EstimateRange.md
|
|
18
|
+
docs/ForecastStats.md
|
|
19
|
+
docs/ForecasterDatastoresRequest.md
|
|
20
|
+
docs/ForecasterPairStatus.md
|
|
21
|
+
docs/ForecasterStartRequest.md
|
|
22
|
+
docs/ForecasterStatus.md
|
|
14
23
|
docs/GetInventory200Response.md
|
|
15
24
|
docs/Group.md
|
|
16
25
|
docs/GroupListResponse.md
|
|
@@ -19,13 +28,25 @@ docs/GuestNetwork.md
|
|
|
19
28
|
docs/Histogram.md
|
|
20
29
|
docs/Host.md
|
|
21
30
|
docs/Infra.md
|
|
22
|
-
docs/InspectorStartRequest.md
|
|
23
31
|
docs/InspectorStatus.md
|
|
24
32
|
docs/Inventory.md
|
|
25
33
|
docs/InventoryData.md
|
|
26
34
|
docs/MigrationIssue.md
|
|
27
35
|
docs/Network.md
|
|
28
36
|
docs/OsInfo.md
|
|
37
|
+
docs/PairCapability.md
|
|
38
|
+
docs/PairCapabilityRequest.md
|
|
39
|
+
docs/PutForecasterCredentials403Response.md
|
|
40
|
+
docs/RightsizingClusterListResponse.md
|
|
41
|
+
docs/RightsizingClusterUtilization.md
|
|
42
|
+
docs/RightsizingCollectRequest.md
|
|
43
|
+
docs/RightsizingMetricStats.md
|
|
44
|
+
docs/RightsizingReport.md
|
|
45
|
+
docs/RightsizingReportListResponse.md
|
|
46
|
+
docs/RightsizingReportSummary.md
|
|
47
|
+
docs/RightsizingVMReport.md
|
|
48
|
+
docs/StartInspectionRequest.md
|
|
49
|
+
docs/StopForecasterPair202Response.md
|
|
29
50
|
docs/UpdateGroupRequest.md
|
|
30
51
|
docs/UpdateInventory.md
|
|
31
52
|
docs/VCenter.md
|
|
@@ -41,19 +62,31 @@ docs/VersionInfo.md
|
|
|
41
62
|
docs/VirtualMachine.md
|
|
42
63
|
docs/VirtualMachineDetail.md
|
|
43
64
|
docs/VirtualMachineListResponse.md
|
|
65
|
+
docs/VmInspectionConcern.md
|
|
66
|
+
docs/VmInspectionResults.md
|
|
44
67
|
docs/VmInspectionStatus.md
|
|
68
|
+
docs/VmUtilizationDetails.md
|
|
45
69
|
package.json
|
|
46
70
|
src/apis/DefaultApi.ts
|
|
47
71
|
src/apis/index.ts
|
|
48
72
|
src/index.ts
|
|
49
73
|
src/models/AgentModeRequest.ts
|
|
50
74
|
src/models/AgentStatus.ts
|
|
75
|
+
src/models/BenchmarkRun.ts
|
|
51
76
|
src/models/CollectorStartRequest.ts
|
|
52
77
|
src/models/CollectorStatus.ts
|
|
53
78
|
src/models/CreateGroupRequest.ts
|
|
54
79
|
src/models/Datastore.ts
|
|
80
|
+
src/models/DatastoreDetail.ts
|
|
81
|
+
src/models/DatastorePair.ts
|
|
55
82
|
src/models/DiskSizeTierSummary.ts
|
|
56
83
|
src/models/DiskTypeSummary.ts
|
|
84
|
+
src/models/EstimateRange.ts
|
|
85
|
+
src/models/ForecastStats.ts
|
|
86
|
+
src/models/ForecasterDatastoresRequest.ts
|
|
87
|
+
src/models/ForecasterPairStatus.ts
|
|
88
|
+
src/models/ForecasterStartRequest.ts
|
|
89
|
+
src/models/ForecasterStatus.ts
|
|
57
90
|
src/models/GetInventory200Response.ts
|
|
58
91
|
src/models/Group.ts
|
|
59
92
|
src/models/GroupListResponse.ts
|
|
@@ -62,13 +95,25 @@ src/models/GuestNetwork.ts
|
|
|
62
95
|
src/models/Histogram.ts
|
|
63
96
|
src/models/Host.ts
|
|
64
97
|
src/models/Infra.ts
|
|
65
|
-
src/models/InspectorStartRequest.ts
|
|
66
98
|
src/models/InspectorStatus.ts
|
|
67
99
|
src/models/Inventory.ts
|
|
68
100
|
src/models/InventoryData.ts
|
|
69
101
|
src/models/MigrationIssue.ts
|
|
70
102
|
src/models/Network.ts
|
|
71
103
|
src/models/OsInfo.ts
|
|
104
|
+
src/models/PairCapability.ts
|
|
105
|
+
src/models/PairCapabilityRequest.ts
|
|
106
|
+
src/models/PutForecasterCredentials403Response.ts
|
|
107
|
+
src/models/RightsizingClusterListResponse.ts
|
|
108
|
+
src/models/RightsizingClusterUtilization.ts
|
|
109
|
+
src/models/RightsizingCollectRequest.ts
|
|
110
|
+
src/models/RightsizingMetricStats.ts
|
|
111
|
+
src/models/RightsizingReport.ts
|
|
112
|
+
src/models/RightsizingReportListResponse.ts
|
|
113
|
+
src/models/RightsizingReportSummary.ts
|
|
114
|
+
src/models/RightsizingVMReport.ts
|
|
115
|
+
src/models/StartInspectionRequest.ts
|
|
116
|
+
src/models/StopForecasterPair202Response.ts
|
|
72
117
|
src/models/UpdateGroupRequest.ts
|
|
73
118
|
src/models/UpdateInventory.ts
|
|
74
119
|
src/models/VCenter.ts
|
|
@@ -84,7 +129,10 @@ src/models/VersionInfo.ts
|
|
|
84
129
|
src/models/VirtualMachine.ts
|
|
85
130
|
src/models/VirtualMachineDetail.ts
|
|
86
131
|
src/models/VirtualMachineListResponse.ts
|
|
132
|
+
src/models/VmInspectionConcern.ts
|
|
133
|
+
src/models/VmInspectionResults.ts
|
|
87
134
|
src/models/VmInspectionStatus.ts
|
|
135
|
+
src/models/VmUtilizationDetails.ts
|
|
88
136
|
src/models/index.ts
|
|
89
137
|
src/runtime.ts
|
|
90
138
|
tsconfig.esm.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.23.0-SNAPSHOT
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @openshift-migration-advisor/agent-sdk@0.
|
|
1
|
+
# @openshift-migration-advisor/agent-sdk@0.12.0-914fe80385ee
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the raw.githubusercontent.com API.
|
|
4
4
|
|
|
@@ -18,19 +18,19 @@ import {
|
|
|
18
18
|
Configuration,
|
|
19
19
|
DefaultApi,
|
|
20
20
|
} from '@openshift-migration-advisor/agent-sdk';
|
|
21
|
-
import type {
|
|
21
|
+
import type { CreateGroupOperationRequest } from '@openshift-migration-advisor/agent-sdk';
|
|
22
22
|
|
|
23
23
|
async function example() {
|
|
24
24
|
console.log("🚀 Testing @openshift-migration-advisor/agent-sdk SDK...");
|
|
25
25
|
const api = new DefaultApi();
|
|
26
26
|
|
|
27
27
|
const body = {
|
|
28
|
-
//
|
|
29
|
-
|
|
30
|
-
} satisfies
|
|
28
|
+
// CreateGroupRequest
|
|
29
|
+
createGroupRequest: ...,
|
|
30
|
+
} satisfies CreateGroupOperationRequest;
|
|
31
31
|
|
|
32
32
|
try {
|
|
33
|
-
const data = await api.
|
|
33
|
+
const data = await api.createGroup(body);
|
|
34
34
|
console.log(data);
|
|
35
35
|
} catch (error) {
|
|
36
36
|
console.error(error);
|
|
@@ -50,40 +50,64 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
50
50
|
|
|
51
51
|
| Class | Method | HTTP request | Description
|
|
52
52
|
| ----- | ------ | ------------ | -------------
|
|
53
|
-
*DefaultApi* | [**addVMsToInspection**](docs/DefaultApi.md#addvmstoinspection) | **PATCH** /vms/inspector | Add more VMs to inspection queue
|
|
54
53
|
*DefaultApi* | [**createGroup**](docs/DefaultApi.md#creategroupoperation) | **POST** /groups | Create a new group
|
|
54
|
+
*DefaultApi* | [**deleteForecasterRun**](docs/DefaultApi.md#deleteforecasterrun) | **DELETE** /forecaster/runs/{id} | Delete a benchmark run
|
|
55
55
|
*DefaultApi* | [**deleteGroup**](docs/DefaultApi.md#deletegroup) | **DELETE** /groups/{id} | Delete group
|
|
56
56
|
*DefaultApi* | [**getAgentStatus**](docs/DefaultApi.md#getagentstatus) | **GET** /agent | Get agent status
|
|
57
57
|
*DefaultApi* | [**getCollectorStatus**](docs/DefaultApi.md#getcollectorstatus) | **GET** /collector | Get collector status
|
|
58
|
+
*DefaultApi* | [**getForecasterDatastores**](docs/DefaultApi.md#getforecasterdatastores) | **POST** /forecaster/datastores | List available datastores
|
|
59
|
+
*DefaultApi* | [**getForecasterRuns**](docs/DefaultApi.md#getforecasterruns) | **GET** /forecaster/runs | List benchmark runs
|
|
60
|
+
*DefaultApi* | [**getForecasterStats**](docs/DefaultApi.md#getforecasterstats) | **GET** /forecaster/stats | Get throughput statistics
|
|
61
|
+
*DefaultApi* | [**getForecasterStatus**](docs/DefaultApi.md#getforecasterstatus) | **GET** /forecaster | Poll forecaster status
|
|
58
62
|
*DefaultApi* | [**getGroup**](docs/DefaultApi.md#getgroup) | **GET** /groups/{id} | Get group by ID with its VMs
|
|
59
|
-
*DefaultApi* | [**getInspectorStatus**](docs/DefaultApi.md#getinspectorstatus) | **GET** /
|
|
63
|
+
*DefaultApi* | [**getInspectorStatus**](docs/DefaultApi.md#getinspectorstatus) | **GET** /inspector | Get inspector status
|
|
64
|
+
*DefaultApi* | [**getInspectorVddkStatus**](docs/DefaultApi.md#getinspectorvddkstatus) | **GET** /inspector/vddk | Get VDDK status
|
|
60
65
|
*DefaultApi* | [**getInventory**](docs/DefaultApi.md#getinventory) | **GET** /inventory | Get collected inventory
|
|
66
|
+
*DefaultApi* | [**getLatestRightsizingClusters**](docs/DefaultApi.md#getlatestrightsizingclusters) | **GET** /cluster_rightsizing | Get cluster-level utilization aggregates for the latest completed report
|
|
67
|
+
*DefaultApi* | [**getRightsizingReport**](docs/DefaultApi.md#getrightsizingreport) | **GET** /rightsizing/{id} | Get a specific rightsizing report with full VM metrics
|
|
68
|
+
*DefaultApi* | [**getRightsizingReportClusters**](docs/DefaultApi.md#getrightsizingreportclusters) | **GET** /cluster_rightsizing/{report_id} | Get cluster-level utilization aggregates for a specific report
|
|
61
69
|
*DefaultApi* | [**getVM**](docs/DefaultApi.md#getvm) | **GET** /vms/{id} | Get details about a vm
|
|
62
|
-
*DefaultApi* | [**
|
|
70
|
+
*DefaultApi* | [**getVMUtilization**](docs/DefaultApi.md#getvmutilization) | **GET** /vms/{id}/utilization | Get utilization breakdown for a specific VM
|
|
63
71
|
*DefaultApi* | [**getVMs**](docs/DefaultApi.md#getvms) | **GET** /vms | Get list of VMs with filtering and pagination
|
|
64
|
-
*DefaultApi* | [**getVddkStatus**](docs/DefaultApi.md#getvddkstatus) | **GET** /vddk | Get VDDK status
|
|
65
72
|
*DefaultApi* | [**getVersion**](docs/DefaultApi.md#getversion) | **GET** /version | Get agent version information
|
|
66
73
|
*DefaultApi* | [**listGroups**](docs/DefaultApi.md#listgroups) | **GET** /groups | List all groups
|
|
67
|
-
*DefaultApi* | [**
|
|
74
|
+
*DefaultApi* | [**listRightsizingReports**](docs/DefaultApi.md#listrightsizingreports) | **GET** /rightsizing | List all rightsizing reports
|
|
75
|
+
*DefaultApi* | [**postForecasterPairCapabilities**](docs/DefaultApi.md#postforecasterpaircapabilities) | **POST** /forecaster/capabilities | Compute pair capabilities
|
|
76
|
+
*DefaultApi* | [**putForecasterCredentials**](docs/DefaultApi.md#putforecastercredentials) | **PUT** /forecaster/credentials | Verify vCenter credentials and permissions
|
|
77
|
+
*DefaultApi* | [**putInspectorCredentials**](docs/DefaultApi.md#putinspectorcredentials) | **PUT** /inspector/credentials | Set or replace inspector credentials
|
|
78
|
+
*DefaultApi* | [**putInspectorVddk**](docs/DefaultApi.md#putinspectorvddk) | **PUT** /inspector/vddk | Upload VDDK tarball
|
|
79
|
+
*DefaultApi* | [**removeVMFromInspection**](docs/DefaultApi.md#removevmfrominspection) | **DELETE** /vms/{id}/inspection | Remove VirtualMachine from inspection queue
|
|
68
80
|
*DefaultApi* | [**setAgentMode**](docs/DefaultApi.md#setagentmode) | **POST** /agent | Change agent mode
|
|
69
81
|
*DefaultApi* | [**startCollector**](docs/DefaultApi.md#startcollector) | **POST** /collector | Start inventory collection
|
|
70
|
-
*DefaultApi* | [**
|
|
82
|
+
*DefaultApi* | [**startForecaster**](docs/DefaultApi.md#startforecaster) | **POST** /forecaster | Start benchmark
|
|
83
|
+
*DefaultApi* | [**startInspection**](docs/DefaultApi.md#startinspectionoperation) | **POST** /inspector | Start inspection for VMs
|
|
71
84
|
*DefaultApi* | [**stopCollector**](docs/DefaultApi.md#stopcollector) | **DELETE** /collector | Stop collection
|
|
72
|
-
*DefaultApi* | [**
|
|
85
|
+
*DefaultApi* | [**stopForecaster**](docs/DefaultApi.md#stopforecaster) | **DELETE** /forecaster | Cancel benchmark
|
|
86
|
+
*DefaultApi* | [**stopForecasterPair**](docs/DefaultApi.md#stopforecasterpair) | **DELETE** /forecaster/pairs/{name} | Cancel a single pair
|
|
87
|
+
*DefaultApi* | [**stopInspection**](docs/DefaultApi.md#stopinspection) | **DELETE** /inspector | Stop inspector entirely
|
|
88
|
+
*DefaultApi* | [**triggerRightsizingCollection**](docs/DefaultApi.md#triggerrightsizingcollection) | **POST** /rightsizing | Trigger rightsizing metrics collection
|
|
73
89
|
*DefaultApi* | [**updateGroup**](docs/DefaultApi.md#updategroupoperation) | **PATCH** /groups/{id} | Update group
|
|
74
|
-
*DefaultApi* | [**vddkPost**](docs/DefaultApi.md#vddkpost) | **POST** /vddk | Upload VDDK tarball
|
|
75
90
|
|
|
76
91
|
|
|
77
92
|
### Models
|
|
78
93
|
|
|
79
94
|
- [AgentModeRequest](docs/AgentModeRequest.md)
|
|
80
95
|
- [AgentStatus](docs/AgentStatus.md)
|
|
96
|
+
- [BenchmarkRun](docs/BenchmarkRun.md)
|
|
81
97
|
- [CollectorStartRequest](docs/CollectorStartRequest.md)
|
|
82
98
|
- [CollectorStatus](docs/CollectorStatus.md)
|
|
83
99
|
- [CreateGroupRequest](docs/CreateGroupRequest.md)
|
|
84
100
|
- [Datastore](docs/Datastore.md)
|
|
101
|
+
- [DatastoreDetail](docs/DatastoreDetail.md)
|
|
102
|
+
- [DatastorePair](docs/DatastorePair.md)
|
|
85
103
|
- [DiskSizeTierSummary](docs/DiskSizeTierSummary.md)
|
|
86
104
|
- [DiskTypeSummary](docs/DiskTypeSummary.md)
|
|
105
|
+
- [EstimateRange](docs/EstimateRange.md)
|
|
106
|
+
- [ForecastStats](docs/ForecastStats.md)
|
|
107
|
+
- [ForecasterDatastoresRequest](docs/ForecasterDatastoresRequest.md)
|
|
108
|
+
- [ForecasterPairStatus](docs/ForecasterPairStatus.md)
|
|
109
|
+
- [ForecasterStartRequest](docs/ForecasterStartRequest.md)
|
|
110
|
+
- [ForecasterStatus](docs/ForecasterStatus.md)
|
|
87
111
|
- [GetInventory200Response](docs/GetInventory200Response.md)
|
|
88
112
|
- [Group](docs/Group.md)
|
|
89
113
|
- [GroupListResponse](docs/GroupListResponse.md)
|
|
@@ -92,13 +116,25 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
92
116
|
- [Histogram](docs/Histogram.md)
|
|
93
117
|
- [Host](docs/Host.md)
|
|
94
118
|
- [Infra](docs/Infra.md)
|
|
95
|
-
- [InspectorStartRequest](docs/InspectorStartRequest.md)
|
|
96
119
|
- [InspectorStatus](docs/InspectorStatus.md)
|
|
97
120
|
- [Inventory](docs/Inventory.md)
|
|
98
121
|
- [InventoryData](docs/InventoryData.md)
|
|
99
122
|
- [MigrationIssue](docs/MigrationIssue.md)
|
|
100
123
|
- [Network](docs/Network.md)
|
|
101
124
|
- [OsInfo](docs/OsInfo.md)
|
|
125
|
+
- [PairCapability](docs/PairCapability.md)
|
|
126
|
+
- [PairCapabilityRequest](docs/PairCapabilityRequest.md)
|
|
127
|
+
- [PutForecasterCredentials403Response](docs/PutForecasterCredentials403Response.md)
|
|
128
|
+
- [RightsizingClusterListResponse](docs/RightsizingClusterListResponse.md)
|
|
129
|
+
- [RightsizingClusterUtilization](docs/RightsizingClusterUtilization.md)
|
|
130
|
+
- [RightsizingCollectRequest](docs/RightsizingCollectRequest.md)
|
|
131
|
+
- [RightsizingMetricStats](docs/RightsizingMetricStats.md)
|
|
132
|
+
- [RightsizingReport](docs/RightsizingReport.md)
|
|
133
|
+
- [RightsizingReportListResponse](docs/RightsizingReportListResponse.md)
|
|
134
|
+
- [RightsizingReportSummary](docs/RightsizingReportSummary.md)
|
|
135
|
+
- [RightsizingVMReport](docs/RightsizingVMReport.md)
|
|
136
|
+
- [StartInspectionRequest](docs/StartInspectionRequest.md)
|
|
137
|
+
- [StopForecasterPair202Response](docs/StopForecasterPair202Response.md)
|
|
102
138
|
- [UpdateGroupRequest](docs/UpdateGroupRequest.md)
|
|
103
139
|
- [UpdateInventory](docs/UpdateInventory.md)
|
|
104
140
|
- [VCenter](docs/VCenter.md)
|
|
@@ -114,7 +150,10 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
114
150
|
- [VirtualMachine](docs/VirtualMachine.md)
|
|
115
151
|
- [VirtualMachineDetail](docs/VirtualMachineDetail.md)
|
|
116
152
|
- [VirtualMachineListResponse](docs/VirtualMachineListResponse.md)
|
|
153
|
+
- [VmInspectionConcern](docs/VmInspectionConcern.md)
|
|
154
|
+
- [VmInspectionResults](docs/VmInspectionResults.md)
|
|
117
155
|
- [VmInspectionStatus](docs/VmInspectionStatus.md)
|
|
156
|
+
- [VmUtilizationDetails](docs/VmUtilizationDetails.md)
|
|
118
157
|
|
|
119
158
|
### Authorization
|
|
120
159
|
|
|
@@ -128,8 +167,8 @@ and is automatically generated by the
|
|
|
128
167
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
129
168
|
|
|
130
169
|
- API version: `v1`
|
|
131
|
-
- Package version: `0.
|
|
132
|
-
- Generator version: `7.
|
|
170
|
+
- Package version: `0.12.0-914fe80385ee`
|
|
171
|
+
- Generator version: `7.23.0-SNAPSHOT`
|
|
133
172
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
134
173
|
|
|
135
174
|
The generated npm module supports the following:
|