@openshift-migration-advisor/agent-sdk 0.12.0-1f1dc16fb9e5 → 0.12.0-4e95135f8529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +28 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +33 -5
- package/dist/apis/DefaultApi.d.ts +546 -39
- package/dist/apis/DefaultApi.js +591 -30
- package/dist/esm/apis/DefaultApi.d.ts +546 -39
- package/dist/esm/apis/DefaultApi.js +591 -30
- 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/ClusterFeatures.d.ts +54 -0
- package/dist/esm/models/ClusterFeatures.js +54 -0
- package/dist/esm/models/ClusterUtilization.d.ts +68 -0
- package/dist/esm/models/ClusterUtilization.js +67 -0
- package/dist/esm/models/CollectorStartRequest.d.ts +12 -0
- package/dist/esm/models/CollectorStartRequest.js +4 -0
- package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
- package/dist/esm/models/CreateGroupRequest.js +0 -2
- package/dist/esm/models/CredentialStatus.d.ts +38 -0
- package/dist/esm/models/CredentialStatus.js +47 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -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/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/UpdateGroupRequest.d.ts +0 -6
- package/dist/esm/models/UpdateGroupRequest.js +0 -2
- package/dist/esm/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/esm/models/UpdateLabelVMsRequest.js +43 -0
- package/dist/esm/models/VMFilterOptionsResponse.d.ts +56 -0
- package/dist/esm/models/VMFilterOptionsResponse.js +59 -0
- package/dist/esm/models/VMLabelsResponse.d.ts +38 -0
- package/dist/esm/models/VMLabelsResponse.js +47 -0
- package/dist/esm/models/VMNIC.d.ts +12 -0
- package/dist/esm/models/VMNIC.js +4 -0
- package/dist/esm/models/VcenterCredentials.d.ts +12 -0
- package/dist/esm/models/VcenterCredentials.js +4 -0
- package/dist/esm/models/VirtualMachine.d.ts +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 +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/esm/runtime.js +2 -1
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +3 -3
- package/dist/models/ApplicationListResponse.d.ts +33 -0
- package/dist/models/ApplicationListResponse.js +51 -0
- package/dist/models/ApplicationOverview.d.ts +51 -0
- package/dist/models/ApplicationOverview.js +63 -0
- package/dist/models/ApplicationVM.d.ts +38 -0
- package/dist/models/ApplicationVM.js +54 -0
- package/dist/models/ClusterFeatures.d.ts +54 -0
- package/dist/models/ClusterFeatures.js +62 -0
- package/dist/models/ClusterUtilization.d.ts +68 -0
- package/dist/models/ClusterUtilization.js +74 -0
- package/dist/models/CollectorStartRequest.d.ts +12 -0
- package/dist/models/CollectorStartRequest.js +4 -0
- package/dist/models/CreateGroupRequest.d.ts +0 -6
- package/dist/models/CreateGroupRequest.js +0 -2
- package/dist/models/CredentialStatus.d.ts +38 -0
- package/dist/models/CredentialStatus.js +54 -0
- package/dist/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/models/DeleteLabelGloballyResponse.js +54 -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/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/UpdateGroupRequest.d.ts +0 -6
- package/dist/models/UpdateGroupRequest.js +0 -2
- package/dist/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/models/UpdateLabelVMsRequest.js +50 -0
- package/dist/models/VMFilterOptionsResponse.d.ts +56 -0
- package/dist/models/VMFilterOptionsResponse.js +66 -0
- package/dist/models/VMLabelsResponse.d.ts +38 -0
- package/dist/models/VMLabelsResponse.js +54 -0
- package/dist/models/VMNIC.d.ts +12 -0
- package/dist/models/VMNIC.js +4 -0
- package/dist/models/VcenterCredentials.d.ts +12 -0
- package/dist/models/VcenterCredentials.js +4 -0
- package/dist/models/VirtualMachine.d.ts +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 +14 -0
- package/dist/models/index.js +14 -0
- package/dist/runtime.js +2 -1
- package/docs/AgentStatus.md +2 -2
- package/docs/ApplicationListResponse.md +34 -0
- package/docs/ApplicationOverview.md +40 -0
- package/docs/ApplicationVM.md +36 -0
- package/docs/ClusterFeatures.md +38 -0
- package/docs/ClusterUtilization.md +46 -0
- package/docs/CollectorStartRequest.md +4 -0
- package/docs/CreateGroupRequest.md +0 -2
- package/docs/CredentialStatus.md +36 -0
- package/docs/DefaultApi.md +1127 -197
- package/docs/DeleteLabelGloballyResponse.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/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/UpdateGroupRequest.md +0 -2
- package/docs/UpdateLabelVMsRequest.md +36 -0
- package/docs/VMFilterOptionsResponse.md +42 -0
- package/docs/VMLabelsResponse.md +36 -0
- package/docs/VMNIC.md +4 -0
- package/docs/VcenterCredentials.md +4 -0
- package/docs/VirtualMachine.md +18 -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 +1136 -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/ClusterFeatures.ts +94 -0
- package/src/models/ClusterUtilization.ts +120 -0
- package/src/models/CollectorStartRequest.ts +16 -0
- package/src/models/CreateGroupRequest.ts +0 -8
- package/src/models/CredentialStatus.ts +75 -0
- package/src/models/DeleteLabelGloballyResponse.ts +75 -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/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/UpdateGroupRequest.ts +0 -8
- package/src/models/UpdateLabelVMsRequest.ts +73 -0
- package/src/models/VMFilterOptionsResponse.ts +102 -0
- package/src/models/VMLabelsResponse.ts +75 -0
- package/src/models/VMNIC.ts +16 -0
- package/src/models/VcenterCredentials.ts +16 -0
- package/src/models/VirtualMachine.ts +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 +14 -0
- package/src/runtime.ts +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -4,14 +4,21 @@
|
|
|
4
4
|
README.md
|
|
5
5
|
docs/AgentModeRequest.md
|
|
6
6
|
docs/AgentStatus.md
|
|
7
|
+
docs/ApplicationListResponse.md
|
|
8
|
+
docs/ApplicationOverview.md
|
|
9
|
+
docs/ApplicationVM.md
|
|
7
10
|
docs/BenchmarkRun.md
|
|
11
|
+
docs/ClusterFeatures.md
|
|
12
|
+
docs/ClusterUtilization.md
|
|
8
13
|
docs/CollectorStartRequest.md
|
|
9
14
|
docs/CollectorStatus.md
|
|
10
15
|
docs/CreateGroupRequest.md
|
|
16
|
+
docs/CredentialStatus.md
|
|
11
17
|
docs/Datastore.md
|
|
12
18
|
docs/DatastoreDetail.md
|
|
13
19
|
docs/DatastorePair.md
|
|
14
20
|
docs/DefaultApi.md
|
|
21
|
+
docs/DeleteLabelGloballyResponse.md
|
|
15
22
|
docs/DiskSizeTierSummary.md
|
|
16
23
|
docs/DiskTypeSummary.md
|
|
17
24
|
docs/EstimateRange.md
|
|
@@ -37,6 +44,9 @@ docs/OsInfo.md
|
|
|
37
44
|
docs/PairCapability.md
|
|
38
45
|
docs/PairCapabilityRequest.md
|
|
39
46
|
docs/PutForecasterCredentials403Response.md
|
|
47
|
+
docs/RightsizingClusterListResponse.md
|
|
48
|
+
docs/RightsizingClusterResponse.md
|
|
49
|
+
docs/RightsizingClusterUtilization.md
|
|
40
50
|
docs/RightsizingCollectRequest.md
|
|
41
51
|
docs/RightsizingMetricStats.md
|
|
42
52
|
docs/RightsizingReport.md
|
|
@@ -47,10 +57,13 @@ docs/StartInspectionRequest.md
|
|
|
47
57
|
docs/StopForecasterPair202Response.md
|
|
48
58
|
docs/UpdateGroupRequest.md
|
|
49
59
|
docs/UpdateInventory.md
|
|
60
|
+
docs/UpdateLabelVMsRequest.md
|
|
50
61
|
docs/VCenter.md
|
|
51
62
|
docs/VMDevice.md
|
|
52
63
|
docs/VMDisk.md
|
|
64
|
+
docs/VMFilterOptionsResponse.md
|
|
53
65
|
docs/VMIssue.md
|
|
66
|
+
docs/VMLabelsResponse.md
|
|
54
67
|
docs/VMNIC.md
|
|
55
68
|
docs/VMResourceBreakdown.md
|
|
56
69
|
docs/VMs.md
|
|
@@ -60,6 +73,7 @@ docs/VersionInfo.md
|
|
|
60
73
|
docs/VirtualMachine.md
|
|
61
74
|
docs/VirtualMachineDetail.md
|
|
62
75
|
docs/VirtualMachineListResponse.md
|
|
76
|
+
docs/VirtualMachineUpdateRequest.md
|
|
63
77
|
docs/VmInspectionConcern.md
|
|
64
78
|
docs/VmInspectionResults.md
|
|
65
79
|
docs/VmInspectionStatus.md
|
|
@@ -70,13 +84,20 @@ src/apis/index.ts
|
|
|
70
84
|
src/index.ts
|
|
71
85
|
src/models/AgentModeRequest.ts
|
|
72
86
|
src/models/AgentStatus.ts
|
|
87
|
+
src/models/ApplicationListResponse.ts
|
|
88
|
+
src/models/ApplicationOverview.ts
|
|
89
|
+
src/models/ApplicationVM.ts
|
|
73
90
|
src/models/BenchmarkRun.ts
|
|
91
|
+
src/models/ClusterFeatures.ts
|
|
92
|
+
src/models/ClusterUtilization.ts
|
|
74
93
|
src/models/CollectorStartRequest.ts
|
|
75
94
|
src/models/CollectorStatus.ts
|
|
76
95
|
src/models/CreateGroupRequest.ts
|
|
96
|
+
src/models/CredentialStatus.ts
|
|
77
97
|
src/models/Datastore.ts
|
|
78
98
|
src/models/DatastoreDetail.ts
|
|
79
99
|
src/models/DatastorePair.ts
|
|
100
|
+
src/models/DeleteLabelGloballyResponse.ts
|
|
80
101
|
src/models/DiskSizeTierSummary.ts
|
|
81
102
|
src/models/DiskTypeSummary.ts
|
|
82
103
|
src/models/EstimateRange.ts
|
|
@@ -102,6 +123,9 @@ src/models/OsInfo.ts
|
|
|
102
123
|
src/models/PairCapability.ts
|
|
103
124
|
src/models/PairCapabilityRequest.ts
|
|
104
125
|
src/models/PutForecasterCredentials403Response.ts
|
|
126
|
+
src/models/RightsizingClusterListResponse.ts
|
|
127
|
+
src/models/RightsizingClusterResponse.ts
|
|
128
|
+
src/models/RightsizingClusterUtilization.ts
|
|
105
129
|
src/models/RightsizingCollectRequest.ts
|
|
106
130
|
src/models/RightsizingMetricStats.ts
|
|
107
131
|
src/models/RightsizingReport.ts
|
|
@@ -112,10 +136,13 @@ src/models/StartInspectionRequest.ts
|
|
|
112
136
|
src/models/StopForecasterPair202Response.ts
|
|
113
137
|
src/models/UpdateGroupRequest.ts
|
|
114
138
|
src/models/UpdateInventory.ts
|
|
139
|
+
src/models/UpdateLabelVMsRequest.ts
|
|
115
140
|
src/models/VCenter.ts
|
|
116
141
|
src/models/VMDevice.ts
|
|
117
142
|
src/models/VMDisk.ts
|
|
143
|
+
src/models/VMFilterOptionsResponse.ts
|
|
118
144
|
src/models/VMIssue.ts
|
|
145
|
+
src/models/VMLabelsResponse.ts
|
|
119
146
|
src/models/VMNIC.ts
|
|
120
147
|
src/models/VMResourceBreakdown.ts
|
|
121
148
|
src/models/VMs.ts
|
|
@@ -125,6 +152,7 @@ src/models/VersionInfo.ts
|
|
|
125
152
|
src/models/VirtualMachine.ts
|
|
126
153
|
src/models/VirtualMachineDetail.ts
|
|
127
154
|
src/models/VirtualMachineListResponse.ts
|
|
155
|
+
src/models/VirtualMachineUpdateRequest.ts
|
|
128
156
|
src/models/VmInspectionConcern.ts
|
|
129
157
|
src/models/VmInspectionResults.ts
|
|
130
158
|
src/models/VmInspectionStatus.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.24.0-SNAPSHOT
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @openshift-migration-advisor/agent-sdk@0.12.0-
|
|
1
|
+
# @openshift-migration-advisor/agent-sdk@0.12.0-4e95135f8529
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the raw.githubusercontent.com API.
|
|
4
4
|
|
|
@@ -51,10 +51,15 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
51
51
|
| Class | Method | HTTP request | Description
|
|
52
52
|
| ----- | ------ | ------------ | -------------
|
|
53
53
|
*DefaultApi* | [**createGroup**](docs/DefaultApi.md#creategroupoperation) | **POST** /groups | Create a new group
|
|
54
|
+
*DefaultApi* | [**deleteCredentials**](docs/DefaultApi.md#deletecredentials) | **DELETE** /credentials | Delete stored credentials
|
|
54
55
|
*DefaultApi* | [**deleteForecasterRun**](docs/DefaultApi.md#deleteforecasterrun) | **DELETE** /forecaster/runs/{id} | Delete a benchmark run
|
|
55
56
|
*DefaultApi* | [**deleteGroup**](docs/DefaultApi.md#deletegroup) | **DELETE** /groups/{id} | Delete group
|
|
57
|
+
*DefaultApi* | [**deleteLabelGlobally**](docs/DefaultApi.md#deletelabelglobally) | **DELETE** /vms/labels/{label} | Delete label from all VMs
|
|
56
58
|
*DefaultApi* | [**getAgentStatus**](docs/DefaultApi.md#getagentstatus) | **GET** /agent | Get agent status
|
|
59
|
+
*DefaultApi* | [**getApplications**](docs/DefaultApi.md#getapplications) | **GET** /applications | List detected applications running on VMs
|
|
60
|
+
*DefaultApi* | [**getClusterUtilization**](docs/DefaultApi.md#getclusterutilization) | **GET** /clusters/{cluster_id}/utilization | Get latest cluster utilization by cluster ID
|
|
57
61
|
*DefaultApi* | [**getCollectorStatus**](docs/DefaultApi.md#getcollectorstatus) | **GET** /collector | Get collector status
|
|
62
|
+
*DefaultApi* | [**getCredentials**](docs/DefaultApi.md#getcredentials) | **GET** /credentials | Get stored credential status
|
|
58
63
|
*DefaultApi* | [**getForecasterDatastores**](docs/DefaultApi.md#getforecasterdatastores) | **POST** /forecaster/datastores | List available datastores
|
|
59
64
|
*DefaultApi* | [**getForecasterRuns**](docs/DefaultApi.md#getforecasterruns) | **GET** /forecaster/runs | List benchmark runs
|
|
60
65
|
*DefaultApi* | [**getForecasterStats**](docs/DefaultApi.md#getforecasterstats) | **GET** /forecaster/stats | Get throughput statistics
|
|
@@ -63,16 +68,22 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
63
68
|
*DefaultApi* | [**getInspectorStatus**](docs/DefaultApi.md#getinspectorstatus) | **GET** /inspector | Get inspector status
|
|
64
69
|
*DefaultApi* | [**getInspectorVddkStatus**](docs/DefaultApi.md#getinspectorvddkstatus) | **GET** /inspector/vddk | Get VDDK status
|
|
65
70
|
*DefaultApi* | [**getInventory**](docs/DefaultApi.md#getinventory) | **GET** /inventory | Get collected inventory
|
|
66
|
-
*DefaultApi* | [**
|
|
71
|
+
*DefaultApi* | [**getLatestRightsizingClusters**](docs/DefaultApi.md#getlatestrightsizingclusters) | **GET** /cluster_rightsizing | Get cluster-level utilization aggregates for the latest completed report
|
|
72
|
+
*DefaultApi* | [**getRightsizingReport**](docs/DefaultApi.md#getrightsizingreport) | **GET** /rightsizing/{report_id} | Get a specific rightsizing report with full VM metrics
|
|
73
|
+
*DefaultApi* | [**getRightsizingReportCluster**](docs/DefaultApi.md#getrightsizingreportcluster) | **GET** /rightsizing/{report_id}/clusters/{cluster_id} | Get utilization for a specific cluster from a specific report
|
|
74
|
+
*DefaultApi* | [**getRightsizingReportClusters**](docs/DefaultApi.md#getrightsizingreportclusters) | **GET** /cluster_rightsizing/{report_id} | Get cluster-level utilization aggregates for a specific report
|
|
67
75
|
*DefaultApi* | [**getVM**](docs/DefaultApi.md#getvm) | **GET** /vms/{id} | Get details about a vm
|
|
76
|
+
*DefaultApi* | [**getVMLabels**](docs/DefaultApi.md#getvmlabels) | **GET** /vms/labels | Get all distinct labels in use across VMs
|
|
68
77
|
*DefaultApi* | [**getVMUtilization**](docs/DefaultApi.md#getvmutilization) | **GET** /vms/{id}/utilization | Get utilization breakdown for a specific VM
|
|
69
78
|
*DefaultApi* | [**getVMs**](docs/DefaultApi.md#getvms) | **GET** /vms | Get list of VMs with filtering and pagination
|
|
79
|
+
*DefaultApi* | [**getVMsFilterOptions**](docs/DefaultApi.md#getvmsfilteroptions) | **GET** /vms/filter-options | Get distinct filter option values for VMs
|
|
70
80
|
*DefaultApi* | [**getVersion**](docs/DefaultApi.md#getversion) | **GET** /version | Get agent version information
|
|
71
81
|
*DefaultApi* | [**listGroups**](docs/DefaultApi.md#listgroups) | **GET** /groups | List all groups
|
|
82
|
+
*DefaultApi* | [**listRightsizingReportClusters**](docs/DefaultApi.md#listrightsizingreportclusters) | **GET** /rightsizing/{report_id}/clusters | Get cluster-level utilization aggregates for a specific report
|
|
72
83
|
*DefaultApi* | [**listRightsizingReports**](docs/DefaultApi.md#listrightsizingreports) | **GET** /rightsizing | List all rightsizing reports
|
|
73
84
|
*DefaultApi* | [**postForecasterPairCapabilities**](docs/DefaultApi.md#postforecasterpaircapabilities) | **POST** /forecaster/capabilities | Compute pair capabilities
|
|
85
|
+
*DefaultApi* | [**putCredentials**](docs/DefaultApi.md#putcredentials) | **PUT** /credentials | Store vCenter credentials
|
|
74
86
|
*DefaultApi* | [**putForecasterCredentials**](docs/DefaultApi.md#putforecastercredentials) | **PUT** /forecaster/credentials | Verify vCenter credentials and permissions
|
|
75
|
-
*DefaultApi* | [**putInspectorCredentials**](docs/DefaultApi.md#putinspectorcredentials) | **PUT** /inspector/credentials | Set or replace inspector credentials
|
|
76
87
|
*DefaultApi* | [**putInspectorVddk**](docs/DefaultApi.md#putinspectorvddk) | **PUT** /inspector/vddk | Upload VDDK tarball
|
|
77
88
|
*DefaultApi* | [**removeVMFromInspection**](docs/DefaultApi.md#removevmfrominspection) | **DELETE** /vms/{id}/inspection | Remove VirtualMachine from inspection queue
|
|
78
89
|
*DefaultApi* | [**setAgentMode**](docs/DefaultApi.md#setagentmode) | **POST** /agent | Change agent mode
|
|
@@ -85,19 +96,29 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
85
96
|
*DefaultApi* | [**stopInspection**](docs/DefaultApi.md#stopinspection) | **DELETE** /inspector | Stop inspector entirely
|
|
86
97
|
*DefaultApi* | [**triggerRightsizingCollection**](docs/DefaultApi.md#triggerrightsizingcollection) | **POST** /rightsizing | Trigger rightsizing metrics collection
|
|
87
98
|
*DefaultApi* | [**updateGroup**](docs/DefaultApi.md#updategroupoperation) | **PATCH** /groups/{id} | Update group
|
|
99
|
+
*DefaultApi* | [**updateLabelVMs**](docs/DefaultApi.md#updatelabelvmsoperation) | **PATCH** /vms/labels/{label} | Modify label VM membership (add/remove label to/from VMs)
|
|
100
|
+
*DefaultApi* | [**updateVM**](docs/DefaultApi.md#updatevm) | **PATCH** /vms/{id} | Update VM properties
|
|
101
|
+
*DefaultApi* | [**validateInspectorCredentials**](docs/DefaultApi.md#validateinspectorcredentials) | **POST** /inspector/credentials | Validate vCenter credentials for inspector
|
|
88
102
|
|
|
89
103
|
|
|
90
104
|
### Models
|
|
91
105
|
|
|
92
106
|
- [AgentModeRequest](docs/AgentModeRequest.md)
|
|
93
107
|
- [AgentStatus](docs/AgentStatus.md)
|
|
108
|
+
- [ApplicationListResponse](docs/ApplicationListResponse.md)
|
|
109
|
+
- [ApplicationOverview](docs/ApplicationOverview.md)
|
|
110
|
+
- [ApplicationVM](docs/ApplicationVM.md)
|
|
94
111
|
- [BenchmarkRun](docs/BenchmarkRun.md)
|
|
112
|
+
- [ClusterFeatures](docs/ClusterFeatures.md)
|
|
113
|
+
- [ClusterUtilization](docs/ClusterUtilization.md)
|
|
95
114
|
- [CollectorStartRequest](docs/CollectorStartRequest.md)
|
|
96
115
|
- [CollectorStatus](docs/CollectorStatus.md)
|
|
97
116
|
- [CreateGroupRequest](docs/CreateGroupRequest.md)
|
|
117
|
+
- [CredentialStatus](docs/CredentialStatus.md)
|
|
98
118
|
- [Datastore](docs/Datastore.md)
|
|
99
119
|
- [DatastoreDetail](docs/DatastoreDetail.md)
|
|
100
120
|
- [DatastorePair](docs/DatastorePair.md)
|
|
121
|
+
- [DeleteLabelGloballyResponse](docs/DeleteLabelGloballyResponse.md)
|
|
101
122
|
- [DiskSizeTierSummary](docs/DiskSizeTierSummary.md)
|
|
102
123
|
- [DiskTypeSummary](docs/DiskTypeSummary.md)
|
|
103
124
|
- [EstimateRange](docs/EstimateRange.md)
|
|
@@ -123,6 +144,9 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
123
144
|
- [PairCapability](docs/PairCapability.md)
|
|
124
145
|
- [PairCapabilityRequest](docs/PairCapabilityRequest.md)
|
|
125
146
|
- [PutForecasterCredentials403Response](docs/PutForecasterCredentials403Response.md)
|
|
147
|
+
- [RightsizingClusterListResponse](docs/RightsizingClusterListResponse.md)
|
|
148
|
+
- [RightsizingClusterResponse](docs/RightsizingClusterResponse.md)
|
|
149
|
+
- [RightsizingClusterUtilization](docs/RightsizingClusterUtilization.md)
|
|
126
150
|
- [RightsizingCollectRequest](docs/RightsizingCollectRequest.md)
|
|
127
151
|
- [RightsizingMetricStats](docs/RightsizingMetricStats.md)
|
|
128
152
|
- [RightsizingReport](docs/RightsizingReport.md)
|
|
@@ -133,10 +157,13 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
133
157
|
- [StopForecasterPair202Response](docs/StopForecasterPair202Response.md)
|
|
134
158
|
- [UpdateGroupRequest](docs/UpdateGroupRequest.md)
|
|
135
159
|
- [UpdateInventory](docs/UpdateInventory.md)
|
|
160
|
+
- [UpdateLabelVMsRequest](docs/UpdateLabelVMsRequest.md)
|
|
136
161
|
- [VCenter](docs/VCenter.md)
|
|
137
162
|
- [VMDevice](docs/VMDevice.md)
|
|
138
163
|
- [VMDisk](docs/VMDisk.md)
|
|
164
|
+
- [VMFilterOptionsResponse](docs/VMFilterOptionsResponse.md)
|
|
139
165
|
- [VMIssue](docs/VMIssue.md)
|
|
166
|
+
- [VMLabelsResponse](docs/VMLabelsResponse.md)
|
|
140
167
|
- [VMNIC](docs/VMNIC.md)
|
|
141
168
|
- [VMResourceBreakdown](docs/VMResourceBreakdown.md)
|
|
142
169
|
- [VMs](docs/VMs.md)
|
|
@@ -146,6 +173,7 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
|
|
|
146
173
|
- [VirtualMachine](docs/VirtualMachine.md)
|
|
147
174
|
- [VirtualMachineDetail](docs/VirtualMachineDetail.md)
|
|
148
175
|
- [VirtualMachineListResponse](docs/VirtualMachineListResponse.md)
|
|
176
|
+
- [VirtualMachineUpdateRequest](docs/VirtualMachineUpdateRequest.md)
|
|
149
177
|
- [VmInspectionConcern](docs/VmInspectionConcern.md)
|
|
150
178
|
- [VmInspectionResults](docs/VmInspectionResults.md)
|
|
151
179
|
- [VmInspectionStatus](docs/VmInspectionStatus.md)
|
|
@@ -163,8 +191,8 @@ and is automatically generated by the
|
|
|
163
191
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
164
192
|
|
|
165
193
|
- API version: `v1`
|
|
166
|
-
- Package version: `0.12.0-
|
|
167
|
-
- Generator version: `7.
|
|
194
|
+
- Package version: `0.12.0-4e95135f8529`
|
|
195
|
+
- Generator version: `7.24.0-SNAPSHOT`
|
|
168
196
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
169
197
|
|
|
170
198
|
The generated npm module supports the following:
|