@openshift-migration-advisor/agent-sdk 0.12.0-d4bdc4301890 → 0.12.0-d5edcd6935f2

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.
Files changed (128) hide show
  1. package/.openapi-generator/FILES +30 -0
  2. package/README.md +29 -2
  3. package/dist/apis/DefaultApi.d.ts +450 -3
  4. package/dist/apis/DefaultApi.js +490 -3
  5. package/dist/esm/apis/DefaultApi.d.ts +450 -3
  6. package/dist/esm/apis/DefaultApi.js +490 -3
  7. package/dist/esm/models/BenchmarkRun.d.ts +104 -0
  8. package/dist/esm/models/BenchmarkRun.js +85 -0
  9. package/dist/esm/models/DatastoreDetail.d.ts +90 -0
  10. package/dist/esm/models/DatastoreDetail.js +74 -0
  11. package/dist/esm/models/DatastorePair.d.ts +50 -0
  12. package/dist/esm/models/DatastorePair.js +53 -0
  13. package/dist/esm/models/EstimateRange.d.ts +44 -0
  14. package/dist/esm/models/EstimateRange.js +45 -0
  15. package/dist/esm/models/ForecastStats.d.ts +87 -0
  16. package/dist/esm/models/ForecastStats.js +64 -0
  17. package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
  18. package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
  19. package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
  20. package/dist/esm/models/ForecasterPairStatus.js +82 -0
  21. package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
  22. package/dist/esm/models/ForecasterStartRequest.js +53 -0
  23. package/dist/esm/models/ForecasterStatus.d.ts +47 -0
  24. package/dist/esm/models/ForecasterStatus.js +53 -0
  25. package/dist/esm/models/InspectorStatus.d.ts +0 -17
  26. package/dist/esm/models/InspectorStatus.js +1 -10
  27. package/dist/esm/models/PairCapability.d.ts +60 -0
  28. package/dist/esm/models/PairCapability.js +64 -0
  29. package/dist/esm/models/PairCapabilityRequest.d.ts +40 -0
  30. package/dist/esm/models/PairCapabilityRequest.js +47 -0
  31. package/dist/esm/models/PutForecasterCredentials403Response.d.ts +38 -0
  32. package/dist/esm/models/PutForecasterCredentials403Response.js +43 -0
  33. package/dist/esm/models/RightsizingClusterListResponse.d.ts +39 -0
  34. package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
  35. package/dist/esm/models/RightsizingClusterUtilization.d.ts +112 -0
  36. package/dist/esm/models/RightsizingClusterUtilization.js +95 -0
  37. package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
  38. package/dist/esm/models/StartInspectionRequest.js +5 -0
  39. package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
  40. package/dist/esm/models/StopForecasterPair202Response.js +49 -0
  41. package/dist/esm/models/VirtualMachineDetail.d.ts +7 -0
  42. package/dist/esm/models/VirtualMachineDetail.js +3 -0
  43. package/dist/esm/models/VmUtilizationDetails.d.ts +18 -0
  44. package/dist/esm/models/VmUtilizationDetails.js +12 -0
  45. package/dist/esm/models/index.d.ts +15 -0
  46. package/dist/esm/models/index.js +15 -0
  47. package/dist/models/BenchmarkRun.d.ts +104 -0
  48. package/dist/models/BenchmarkRun.js +92 -0
  49. package/dist/models/DatastoreDetail.d.ts +90 -0
  50. package/dist/models/DatastoreDetail.js +82 -0
  51. package/dist/models/DatastorePair.d.ts +50 -0
  52. package/dist/models/DatastorePair.js +60 -0
  53. package/dist/models/EstimateRange.d.ts +44 -0
  54. package/dist/models/EstimateRange.js +52 -0
  55. package/dist/models/ForecastStats.d.ts +87 -0
  56. package/dist/models/ForecastStats.js +71 -0
  57. package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
  58. package/dist/models/ForecasterDatastoresRequest.js +49 -0
  59. package/dist/models/ForecasterPairStatus.d.ts +98 -0
  60. package/dist/models/ForecasterPairStatus.js +90 -0
  61. package/dist/models/ForecasterStartRequest.d.ts +58 -0
  62. package/dist/models/ForecasterStartRequest.js +60 -0
  63. package/dist/models/ForecasterStatus.d.ts +47 -0
  64. package/dist/models/ForecasterStatus.js +61 -0
  65. package/dist/models/InspectorStatus.d.ts +0 -17
  66. package/dist/models/InspectorStatus.js +1 -10
  67. package/dist/models/PairCapability.d.ts +60 -0
  68. package/dist/models/PairCapability.js +72 -0
  69. package/dist/models/PairCapabilityRequest.d.ts +40 -0
  70. package/dist/models/PairCapabilityRequest.js +54 -0
  71. package/dist/models/PutForecasterCredentials403Response.d.ts +38 -0
  72. package/dist/models/PutForecasterCredentials403Response.js +50 -0
  73. package/dist/models/RightsizingClusterListResponse.d.ts +39 -0
  74. package/dist/models/RightsizingClusterListResponse.js +55 -0
  75. package/dist/models/RightsizingClusterUtilization.d.ts +112 -0
  76. package/dist/models/RightsizingClusterUtilization.js +102 -0
  77. package/dist/models/StartInspectionRequest.d.ts +8 -1
  78. package/dist/models/StartInspectionRequest.js +5 -0
  79. package/dist/models/StopForecasterPair202Response.d.ts +45 -0
  80. package/dist/models/StopForecasterPair202Response.js +57 -0
  81. package/dist/models/VirtualMachineDetail.d.ts +7 -0
  82. package/dist/models/VirtualMachineDetail.js +3 -0
  83. package/dist/models/VmUtilizationDetails.d.ts +18 -0
  84. package/dist/models/VmUtilizationDetails.js +12 -0
  85. package/dist/models/index.d.ts +15 -0
  86. package/dist/models/index.js +15 -0
  87. package/docs/BenchmarkRun.md +58 -0
  88. package/docs/DatastoreDetail.md +50 -0
  89. package/docs/DatastorePair.md +40 -0
  90. package/docs/DefaultApi.md +977 -160
  91. package/docs/EstimateRange.md +39 -0
  92. package/docs/ForecastStats.md +52 -0
  93. package/docs/ForecasterDatastoresRequest.md +34 -0
  94. package/docs/ForecasterPairStatus.md +52 -0
  95. package/docs/ForecasterStartRequest.md +42 -0
  96. package/docs/ForecasterStatus.md +36 -0
  97. package/docs/InspectorStatus.md +0 -4
  98. package/docs/PairCapability.md +40 -0
  99. package/docs/PairCapabilityRequest.md +36 -0
  100. package/docs/PutForecasterCredentials403Response.md +36 -0
  101. package/docs/RightsizingClusterListResponse.md +36 -0
  102. package/docs/RightsizingClusterUtilization.md +60 -0
  103. package/docs/StartInspectionRequest.md +3 -1
  104. package/docs/StopForecasterPair202Response.md +36 -0
  105. package/docs/VirtualMachineDetail.md +2 -0
  106. package/docs/VmUtilizationDetails.md +6 -0
  107. package/package.json +1 -1
  108. package/src/apis/DefaultApi.ts +933 -21
  109. package/src/models/BenchmarkRun.ts +171 -0
  110. package/src/models/DatastoreDetail.ts +146 -0
  111. package/src/models/DatastorePair.ts +92 -0
  112. package/src/models/EstimateRange.ts +81 -0
  113. package/src/models/ForecastStats.ts +147 -0
  114. package/src/models/ForecasterDatastoresRequest.ts +73 -0
  115. package/src/models/ForecasterPairStatus.ts +158 -0
  116. package/src/models/ForecasterStartRequest.ts +113 -0
  117. package/src/models/ForecasterStatus.ts +93 -0
  118. package/src/models/InspectorStatus.ts +1 -28
  119. package/src/models/PairCapability.ts +106 -0
  120. package/src/models/PairCapabilityRequest.ts +89 -0
  121. package/src/models/PutForecasterCredentials403Response.ts +73 -0
  122. package/src/models/RightsizingClusterListResponse.ts +83 -0
  123. package/src/models/RightsizingClusterUtilization.ts +185 -0
  124. package/src/models/StartInspectionRequest.ts +18 -1
  125. package/src/models/StopForecasterPair202Response.ts +83 -0
  126. package/src/models/VirtualMachineDetail.ts +15 -0
  127. package/src/models/VmUtilizationDetails.ts +27 -0
  128. package/src/models/index.ts +15 -0
@@ -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
@@ -25,6 +34,11 @@ docs/InventoryData.md
25
34
  docs/MigrationIssue.md
26
35
  docs/Network.md
27
36
  docs/OsInfo.md
37
+ docs/PairCapability.md
38
+ docs/PairCapabilityRequest.md
39
+ docs/PutForecasterCredentials403Response.md
40
+ docs/RightsizingClusterListResponse.md
41
+ docs/RightsizingClusterUtilization.md
28
42
  docs/RightsizingCollectRequest.md
29
43
  docs/RightsizingMetricStats.md
30
44
  docs/RightsizingReport.md
@@ -32,6 +46,7 @@ docs/RightsizingReportListResponse.md
32
46
  docs/RightsizingReportSummary.md
33
47
  docs/RightsizingVMReport.md
34
48
  docs/StartInspectionRequest.md
49
+ docs/StopForecasterPair202Response.md
35
50
  docs/UpdateGroupRequest.md
36
51
  docs/UpdateInventory.md
37
52
  docs/VCenter.md
@@ -57,12 +72,21 @@ src/apis/index.ts
57
72
  src/index.ts
58
73
  src/models/AgentModeRequest.ts
59
74
  src/models/AgentStatus.ts
75
+ src/models/BenchmarkRun.ts
60
76
  src/models/CollectorStartRequest.ts
61
77
  src/models/CollectorStatus.ts
62
78
  src/models/CreateGroupRequest.ts
63
79
  src/models/Datastore.ts
80
+ src/models/DatastoreDetail.ts
81
+ src/models/DatastorePair.ts
64
82
  src/models/DiskSizeTierSummary.ts
65
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
66
90
  src/models/GetInventory200Response.ts
67
91
  src/models/Group.ts
68
92
  src/models/GroupListResponse.ts
@@ -77,6 +101,11 @@ src/models/InventoryData.ts
77
101
  src/models/MigrationIssue.ts
78
102
  src/models/Network.ts
79
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
80
109
  src/models/RightsizingCollectRequest.ts
81
110
  src/models/RightsizingMetricStats.ts
82
111
  src/models/RightsizingReport.ts
@@ -84,6 +113,7 @@ src/models/RightsizingReportListResponse.ts
84
113
  src/models/RightsizingReportSummary.ts
85
114
  src/models/RightsizingVMReport.ts
86
115
  src/models/StartInspectionRequest.ts
116
+ src/models/StopForecasterPair202Response.ts
87
117
  src/models/UpdateGroupRequest.ts
88
118
  src/models/UpdateInventory.ts
89
119
  src/models/VCenter.ts
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @openshift-migration-advisor/agent-sdk@0.12.0-d4bdc4301890
1
+ # @openshift-migration-advisor/agent-sdk@0.12.0-d5edcd6935f2
2
2
 
3
3
  A TypeScript SDK client for the raw.githubusercontent.com API.
4
4
 
@@ -51,27 +51,39 @@ 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* | [**deleteForecasterRun**](docs/DefaultApi.md#deleteforecasterrun) | **DELETE** /forecaster/runs/{id} | Delete a benchmark run
54
55
  *DefaultApi* | [**deleteGroup**](docs/DefaultApi.md#deletegroup) | **DELETE** /groups/{id} | Delete group
55
56
  *DefaultApi* | [**getAgentStatus**](docs/DefaultApi.md#getagentstatus) | **GET** /agent | Get agent status
56
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
57
62
  *DefaultApi* | [**getGroup**](docs/DefaultApi.md#getgroup) | **GET** /groups/{id} | Get group by ID with its VMs
58
63
  *DefaultApi* | [**getInspectorStatus**](docs/DefaultApi.md#getinspectorstatus) | **GET** /inspector | Get inspector status
59
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
61
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
62
69
  *DefaultApi* | [**getVM**](docs/DefaultApi.md#getvm) | **GET** /vms/{id} | Get details about a vm
63
70
  *DefaultApi* | [**getVMUtilization**](docs/DefaultApi.md#getvmutilization) | **GET** /vms/{id}/utilization | Get utilization breakdown for a specific VM
64
71
  *DefaultApi* | [**getVMs**](docs/DefaultApi.md#getvms) | **GET** /vms | Get list of VMs with filtering and pagination
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
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
68
77
  *DefaultApi* | [**putInspectorCredentials**](docs/DefaultApi.md#putinspectorcredentials) | **PUT** /inspector/credentials | Set or replace inspector credentials
69
78
  *DefaultApi* | [**putInspectorVddk**](docs/DefaultApi.md#putinspectorvddk) | **PUT** /inspector/vddk | Upload VDDK tarball
70
79
  *DefaultApi* | [**removeVMFromInspection**](docs/DefaultApi.md#removevmfrominspection) | **DELETE** /vms/{id}/inspection | Remove VirtualMachine from inspection queue
71
80
  *DefaultApi* | [**setAgentMode**](docs/DefaultApi.md#setagentmode) | **POST** /agent | Change agent mode
72
81
  *DefaultApi* | [**startCollector**](docs/DefaultApi.md#startcollector) | **POST** /collector | Start inventory collection
82
+ *DefaultApi* | [**startForecaster**](docs/DefaultApi.md#startforecaster) | **POST** /forecaster | Start benchmark
73
83
  *DefaultApi* | [**startInspection**](docs/DefaultApi.md#startinspectionoperation) | **POST** /inspector | Start inspection for VMs
74
84
  *DefaultApi* | [**stopCollector**](docs/DefaultApi.md#stopcollector) | **DELETE** /collector | Stop collection
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
75
87
  *DefaultApi* | [**stopInspection**](docs/DefaultApi.md#stopinspection) | **DELETE** /inspector | Stop inspector entirely
76
88
  *DefaultApi* | [**triggerRightsizingCollection**](docs/DefaultApi.md#triggerrightsizingcollection) | **POST** /rightsizing | Trigger rightsizing metrics collection
77
89
  *DefaultApi* | [**updateGroup**](docs/DefaultApi.md#updategroupoperation) | **PATCH** /groups/{id} | Update group
@@ -81,12 +93,21 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
81
93
 
82
94
  - [AgentModeRequest](docs/AgentModeRequest.md)
83
95
  - [AgentStatus](docs/AgentStatus.md)
96
+ - [BenchmarkRun](docs/BenchmarkRun.md)
84
97
  - [CollectorStartRequest](docs/CollectorStartRequest.md)
85
98
  - [CollectorStatus](docs/CollectorStatus.md)
86
99
  - [CreateGroupRequest](docs/CreateGroupRequest.md)
87
100
  - [Datastore](docs/Datastore.md)
101
+ - [DatastoreDetail](docs/DatastoreDetail.md)
102
+ - [DatastorePair](docs/DatastorePair.md)
88
103
  - [DiskSizeTierSummary](docs/DiskSizeTierSummary.md)
89
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)
90
111
  - [GetInventory200Response](docs/GetInventory200Response.md)
91
112
  - [Group](docs/Group.md)
92
113
  - [GroupListResponse](docs/GroupListResponse.md)
@@ -101,6 +122,11 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
101
122
  - [MigrationIssue](docs/MigrationIssue.md)
102
123
  - [Network](docs/Network.md)
103
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)
104
130
  - [RightsizingCollectRequest](docs/RightsizingCollectRequest.md)
105
131
  - [RightsizingMetricStats](docs/RightsizingMetricStats.md)
106
132
  - [RightsizingReport](docs/RightsizingReport.md)
@@ -108,6 +134,7 @@ All URIs are relative to *https://raw.githubusercontent.com/api/v1*
108
134
  - [RightsizingReportSummary](docs/RightsizingReportSummary.md)
109
135
  - [RightsizingVMReport](docs/RightsizingVMReport.md)
110
136
  - [StartInspectionRequest](docs/StartInspectionRequest.md)
137
+ - [StopForecasterPair202Response](docs/StopForecasterPair202Response.md)
111
138
  - [UpdateGroupRequest](docs/UpdateGroupRequest.md)
112
139
  - [UpdateInventory](docs/UpdateInventory.md)
113
140
  - [VCenter](docs/VCenter.md)
@@ -140,7 +167,7 @@ and is automatically generated by the
140
167
  [OpenAPI Generator](https://openapi-generator.tech) project:
141
168
 
142
169
  - API version: `v1`
143
- - Package version: `0.12.0-d4bdc4301890`
170
+ - Package version: `0.12.0-d5edcd6935f2`
144
171
  - Generator version: `7.23.0-SNAPSHOT`
145
172
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
146
173