@openshift-migration-advisor/agent-sdk 0.12.0 → 0.16.0-f224c4e8e35b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +78 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +78 -10
- package/dist/apis/DefaultApi.d.ts +1179 -102
- package/dist/apis/DefaultApi.js +1373 -189
- package/dist/esm/apis/DefaultApi.d.ts +1179 -102
- package/dist/esm/apis/DefaultApi.js +1352 -168
- package/dist/esm/models/AgentStatus.d.ts +1 -1
- package/dist/esm/models/AgentStatus.js +3 -3
- package/dist/esm/models/ApplicationListResponse.d.ts +33 -0
- package/dist/esm/models/ApplicationListResponse.js +44 -0
- package/dist/esm/models/ApplicationOverview.d.ts +51 -0
- package/dist/esm/models/ApplicationOverview.js +56 -0
- package/dist/esm/models/ApplicationVM.d.ts +38 -0
- package/dist/esm/models/ApplicationVM.js +47 -0
- package/dist/esm/models/BenchmarkRun.d.ts +104 -0
- package/dist/esm/models/BenchmarkRun.js +85 -0
- package/dist/esm/models/CapabilityStatus.d.ts +33 -0
- package/dist/esm/models/CapabilityStatus.js +44 -0
- package/dist/esm/models/CapabilityStatusCapabilities.d.ts +45 -0
- package/dist/esm/models/CapabilityStatusCapabilities.js +52 -0
- package/dist/esm/models/ClusterFeatures.d.ts +54 -0
- package/dist/esm/models/ClusterFeatures.js +54 -0
- package/dist/esm/models/ClusterUtilization.d.ts +68 -0
- package/dist/esm/models/ClusterUtilization.js +67 -0
- package/dist/esm/models/CollectorStartRequest.d.ts +18 -6
- package/dist/esm/models/CollectorStartRequest.js +7 -9
- package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
- package/dist/esm/models/CreateGroupRequest.js +0 -2
- package/dist/esm/models/CredentialStatus.d.ts +44 -0
- package/dist/esm/models/CredentialStatus.js +51 -0
- package/dist/esm/models/DatastoreDetail.d.ts +90 -0
- package/dist/esm/models/DatastoreDetail.js +74 -0
- package/dist/esm/models/DatastorePair.d.ts +50 -0
- package/dist/esm/models/DatastorePair.js +53 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -0
- package/dist/esm/models/EstimateRange.d.ts +44 -0
- package/dist/esm/models/EstimateRange.js +45 -0
- package/dist/esm/models/ExportInventory400Response.d.ts +32 -0
- package/dist/esm/models/ExportInventory400Response.js +41 -0
- package/dist/esm/models/ExportInventory500Response.d.ts +32 -0
- package/dist/esm/models/ExportInventory500Response.js +41 -0
- package/dist/esm/models/ForecastStats.d.ts +87 -0
- package/dist/esm/models/ForecastStats.js +64 -0
- package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
- package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/esm/models/ForecasterPairStatus.js +82 -0
- package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/esm/models/ForecasterStartRequest.js +53 -0
- package/dist/esm/models/ForecasterStatus.d.ts +47 -0
- package/dist/esm/models/ForecasterStatus.js +53 -0
- package/dist/esm/models/Group.d.ts +0 -6
- package/dist/esm/models/Group.js +0 -2
- package/dist/esm/models/GroupResponse.d.ts +7 -0
- package/dist/esm/models/GroupResponse.js +3 -0
- package/dist/esm/models/InspectorStatus.d.ts +0 -17
- package/dist/esm/models/InspectorStatus.js +1 -10
- package/dist/esm/models/Inventory.d.ts +7 -1
- package/dist/esm/models/Inventory.js +5 -3
- package/dist/esm/models/InventoryData.d.ts +14 -0
- package/dist/esm/models/InventoryData.js +6 -0
- package/dist/esm/models/OperationCapability.d.ts +38 -0
- package/dist/esm/models/OperationCapability.js +45 -0
- package/dist/esm/models/PairCapability.d.ts +60 -0
- package/dist/esm/models/PairCapability.js +64 -0
- package/dist/esm/models/PairCapabilityRequest.d.ts +40 -0
- package/dist/esm/models/PairCapabilityRequest.js +47 -0
- package/dist/esm/models/PutForecasterCredentials403Response.d.ts +38 -0
- package/dist/esm/models/PutForecasterCredentials403Response.js +43 -0
- package/dist/esm/models/RightsizingClusterListResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingClusterResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/esm/models/RightsizingClusterUtilization.js +95 -0
- package/dist/esm/models/RightsizingCollectRequest.d.ts +70 -0
- package/dist/esm/models/RightsizingCollectRequest.js +56 -0
- package/dist/esm/models/RightsizingMetricStats.d.ts +62 -0
- package/dist/esm/models/RightsizingMetricStats.js +63 -0
- package/dist/esm/models/RightsizingReport.d.ts +81 -0
- package/dist/esm/models/RightsizingReport.js +76 -0
- package/dist/esm/models/RightsizingReportListResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingReportListResponse.js +48 -0
- package/dist/esm/models/RightsizingReportSummary.d.ts +74 -0
- package/dist/esm/models/RightsizingReportSummary.js +71 -0
- package/dist/esm/models/RightsizingVMReport.d.ts +53 -0
- package/dist/esm/models/RightsizingVMReport.js +57 -0
- package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
- package/dist/esm/models/StartInspectionRequest.js +3 -0
- package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/esm/models/StopForecasterPair202Response.js +49 -0
- package/dist/esm/models/UpdateGroupRequest.d.ts +0 -6
- package/dist/esm/models/UpdateGroupRequest.js +0 -2
- package/dist/esm/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/esm/models/UpdateLabelVMsRequest.js +43 -0
- package/dist/esm/models/VMFilterOptionsResponse.d.ts +56 -0
- package/dist/esm/models/VMFilterOptionsResponse.js +59 -0
- package/dist/esm/models/VMLabelsResponse.d.ts +38 -0
- package/dist/esm/models/VMLabelsResponse.js +47 -0
- package/dist/esm/models/VMNIC.d.ts +12 -0
- package/dist/esm/models/VMNIC.js +4 -0
- package/dist/esm/models/VcenterCredentials.d.ts +12 -0
- package/dist/esm/models/VcenterCredentials.js +4 -0
- package/dist/esm/models/VirtualMachine.d.ts +50 -2
- package/dist/esm/models/VirtualMachine.js +18 -2
- package/dist/esm/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/esm/models/VirtualMachineDetail.js +7 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
- package/dist/esm/models/VmInspectionStatus.d.ts +6 -0
- package/dist/esm/models/VmInspectionStatus.js +4 -0
- package/dist/esm/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/esm/models/VmUtilizationDetails.js +99 -0
- package/dist/esm/models/index.d.ts +39 -0
- package/dist/esm/models/index.js +39 -0
- package/dist/esm/runtime.js +2 -1
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +3 -3
- package/dist/models/ApplicationListResponse.d.ts +33 -0
- package/dist/models/ApplicationListResponse.js +51 -0
- package/dist/models/ApplicationOverview.d.ts +51 -0
- package/dist/models/ApplicationOverview.js +63 -0
- package/dist/models/ApplicationVM.d.ts +38 -0
- package/dist/models/ApplicationVM.js +54 -0
- package/dist/models/BenchmarkRun.d.ts +104 -0
- package/dist/models/BenchmarkRun.js +92 -0
- package/dist/models/CapabilityStatus.d.ts +33 -0
- package/dist/models/CapabilityStatus.js +51 -0
- package/dist/models/CapabilityStatusCapabilities.d.ts +45 -0
- package/dist/models/CapabilityStatusCapabilities.js +59 -0
- package/dist/models/ClusterFeatures.d.ts +54 -0
- package/dist/models/ClusterFeatures.js +62 -0
- package/dist/models/ClusterUtilization.d.ts +68 -0
- package/dist/models/ClusterUtilization.js +74 -0
- package/dist/models/CollectorStartRequest.d.ts +18 -6
- package/dist/models/CollectorStartRequest.js +7 -9
- package/dist/models/CreateGroupRequest.d.ts +0 -6
- package/dist/models/CreateGroupRequest.js +0 -2
- package/dist/models/CredentialStatus.d.ts +44 -0
- package/dist/models/CredentialStatus.js +58 -0
- package/dist/models/DatastoreDetail.d.ts +90 -0
- package/dist/models/DatastoreDetail.js +82 -0
- package/dist/models/DatastorePair.d.ts +50 -0
- package/dist/models/DatastorePair.js +60 -0
- package/dist/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/models/DeleteLabelGloballyResponse.js +54 -0
- package/dist/models/EstimateRange.d.ts +44 -0
- package/dist/models/EstimateRange.js +52 -0
- package/dist/models/ExportInventory400Response.d.ts +32 -0
- package/dist/models/ExportInventory400Response.js +48 -0
- package/dist/models/ExportInventory500Response.d.ts +32 -0
- package/dist/models/ExportInventory500Response.js +48 -0
- package/dist/models/ForecastStats.d.ts +87 -0
- package/dist/models/ForecastStats.js +71 -0
- package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
- package/dist/models/ForecasterDatastoresRequest.js +49 -0
- package/dist/models/ForecasterPairStatus.d.ts +98 -0
- package/dist/models/ForecasterPairStatus.js +90 -0
- package/dist/models/ForecasterStartRequest.d.ts +58 -0
- package/dist/models/ForecasterStartRequest.js +60 -0
- package/dist/models/ForecasterStatus.d.ts +47 -0
- package/dist/models/ForecasterStatus.js +61 -0
- package/dist/models/Group.d.ts +0 -6
- package/dist/models/Group.js +0 -2
- package/dist/models/GroupResponse.d.ts +7 -0
- package/dist/models/GroupResponse.js +3 -0
- package/dist/models/InspectorStatus.d.ts +0 -17
- package/dist/models/InspectorStatus.js +1 -10
- package/dist/models/Inventory.d.ts +7 -1
- package/dist/models/Inventory.js +5 -3
- package/dist/models/InventoryData.d.ts +14 -0
- package/dist/models/InventoryData.js +6 -0
- package/dist/models/OperationCapability.d.ts +38 -0
- package/dist/models/OperationCapability.js +52 -0
- package/dist/models/PairCapability.d.ts +60 -0
- package/dist/models/PairCapability.js +72 -0
- package/dist/models/PairCapabilityRequest.d.ts +40 -0
- package/dist/models/PairCapabilityRequest.js +54 -0
- package/dist/models/PutForecasterCredentials403Response.d.ts +38 -0
- package/dist/models/PutForecasterCredentials403Response.js +50 -0
- package/dist/models/RightsizingClusterListResponse.d.ts +39 -0
- package/dist/models/RightsizingClusterListResponse.js +55 -0
- package/dist/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/models/RightsizingClusterResponse.js +55 -0
- package/dist/models/RightsizingClusterUtilization.d.ts +112 -0
- package/dist/models/RightsizingClusterUtilization.js +102 -0
- package/dist/models/RightsizingCollectRequest.d.ts +70 -0
- package/dist/models/RightsizingCollectRequest.js +63 -0
- package/dist/models/RightsizingMetricStats.d.ts +62 -0
- package/dist/models/RightsizingMetricStats.js +70 -0
- package/dist/models/RightsizingReport.d.ts +81 -0
- package/dist/models/RightsizingReport.js +83 -0
- package/dist/models/RightsizingReportListResponse.d.ts +39 -0
- package/dist/models/RightsizingReportListResponse.js +55 -0
- package/dist/models/RightsizingReportSummary.d.ts +74 -0
- package/dist/models/RightsizingReportSummary.js +78 -0
- package/dist/models/RightsizingVMReport.d.ts +53 -0
- package/dist/models/RightsizingVMReport.js +64 -0
- package/dist/models/StartInspectionRequest.d.ts +8 -1
- package/dist/models/StartInspectionRequest.js +3 -0
- package/dist/models/StopForecasterPair202Response.d.ts +45 -0
- package/dist/models/StopForecasterPair202Response.js +57 -0
- package/dist/models/UpdateGroupRequest.d.ts +0 -6
- package/dist/models/UpdateGroupRequest.js +0 -2
- package/dist/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/models/UpdateLabelVMsRequest.js +50 -0
- package/dist/models/VMFilterOptionsResponse.d.ts +56 -0
- package/dist/models/VMFilterOptionsResponse.js +66 -0
- package/dist/models/VMLabelsResponse.d.ts +38 -0
- package/dist/models/VMLabelsResponse.js +54 -0
- package/dist/models/VMNIC.d.ts +12 -0
- package/dist/models/VMNIC.js +4 -0
- package/dist/models/VcenterCredentials.d.ts +12 -0
- package/dist/models/VcenterCredentials.js +4 -0
- package/dist/models/VirtualMachine.d.ts +50 -2
- package/dist/models/VirtualMachine.js +18 -2
- package/dist/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/models/VirtualMachineDetail.js +7 -0
- package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/models/VirtualMachineUpdateRequest.js +50 -0
- package/dist/models/VmInspectionStatus.d.ts +6 -0
- package/dist/models/VmInspectionStatus.js +4 -0
- package/dist/models/VmUtilizationDetails.d.ts +116 -0
- package/dist/models/VmUtilizationDetails.js +106 -0
- package/dist/models/index.d.ts +39 -0
- package/dist/models/index.js +39 -0
- package/dist/runtime.js +2 -1
- package/docs/AgentStatus.md +2 -2
- package/docs/ApplicationListResponse.md +34 -0
- package/docs/ApplicationOverview.md +40 -0
- package/docs/ApplicationVM.md +36 -0
- package/docs/BenchmarkRun.md +58 -0
- package/docs/CapabilityStatus.md +34 -0
- package/docs/CapabilityStatusCapabilities.md +38 -0
- package/docs/ClusterFeatures.md +38 -0
- package/docs/ClusterUtilization.md +46 -0
- package/docs/CollectorStartRequest.md +5 -0
- package/docs/CreateGroupRequest.md +0 -2
- package/docs/CredentialStatus.md +38 -0
- package/docs/DatastoreDetail.md +50 -0
- package/docs/DatastorePair.md +40 -0
- package/docs/DefaultApi.md +2255 -319
- package/docs/DeleteLabelGloballyResponse.md +36 -0
- package/docs/EstimateRange.md +39 -0
- package/docs/ExportInventory400Response.md +34 -0
- package/docs/ExportInventory500Response.md +34 -0
- package/docs/ForecastStats.md +52 -0
- package/docs/ForecasterDatastoresRequest.md +34 -0
- package/docs/ForecasterPairStatus.md +52 -0
- package/docs/ForecasterStartRequest.md +42 -0
- package/docs/ForecasterStatus.md +36 -0
- package/docs/GetInventory200Response.md +4 -2
- package/docs/Group.md +0 -2
- package/docs/GroupResponse.md +2 -0
- package/docs/InspectorStatus.md +0 -4
- package/docs/Inventory.md +4 -2
- package/docs/InventoryData.md +4 -0
- package/docs/OperationCapability.md +36 -0
- package/docs/PairCapability.md +40 -0
- package/docs/PairCapabilityRequest.md +36 -0
- package/docs/PutForecasterCredentials403Response.md +36 -0
- package/docs/RightsizingClusterListResponse.md +36 -0
- package/docs/RightsizingClusterResponse.md +36 -0
- package/docs/RightsizingClusterUtilization.md +60 -0
- package/docs/RightsizingCollectRequest.md +46 -0
- package/docs/RightsizingMetricStats.md +44 -0
- package/docs/RightsizingReport.md +50 -0
- package/docs/RightsizingReportListResponse.md +36 -0
- package/docs/RightsizingReportSummary.md +49 -0
- package/docs/RightsizingVMReport.md +40 -0
- package/docs/StartInspectionRequest.md +3 -1
- package/docs/StopForecasterPair202Response.md +36 -0
- package/docs/UpdateGroupRequest.md +0 -2
- package/docs/UpdateLabelVMsRequest.md +36 -0
- package/docs/VMFilterOptionsResponse.md +42 -0
- package/docs/VMLabelsResponse.md +36 -0
- package/docs/VMNIC.md +4 -0
- package/docs/VcenterCredentials.md +4 -0
- package/docs/VirtualMachine.md +18 -2
- package/docs/VirtualMachineDetail.md +6 -0
- package/docs/VirtualMachineUpdateRequest.md +36 -0
- package/docs/VmInspectionStatus.md +2 -0
- package/docs/VmUtilizationDetails.md +62 -0
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +2657 -440
- package/src/models/AgentStatus.ts +4 -4
- package/src/models/ApplicationListResponse.ts +74 -0
- package/src/models/ApplicationOverview.ts +101 -0
- package/src/models/ApplicationVM.ts +75 -0
- package/src/models/BenchmarkRun.ts +171 -0
- package/src/models/CapabilityStatus.ts +74 -0
- package/src/models/CapabilityStatusCapabilities.ts +92 -0
- package/src/models/ClusterFeatures.ts +94 -0
- package/src/models/ClusterUtilization.ts +120 -0
- package/src/models/CollectorStartRequest.ts +25 -12
- package/src/models/CreateGroupRequest.ts +0 -8
- package/src/models/CredentialStatus.ts +84 -0
- package/src/models/DatastoreDetail.ts +146 -0
- package/src/models/DatastorePair.ts +92 -0
- package/src/models/DeleteLabelGloballyResponse.ts +75 -0
- package/src/models/EstimateRange.ts +81 -0
- package/src/models/ExportInventory400Response.ts +65 -0
- package/src/models/ExportInventory500Response.ts +65 -0
- package/src/models/ForecastStats.ts +147 -0
- package/src/models/ForecasterDatastoresRequest.ts +73 -0
- package/src/models/ForecasterPairStatus.ts +158 -0
- package/src/models/ForecasterStartRequest.ts +113 -0
- package/src/models/ForecasterStatus.ts +93 -0
- package/src/models/Group.ts +0 -8
- package/src/models/GroupResponse.ts +15 -0
- package/src/models/InspectorStatus.ts +1 -28
- package/src/models/Inventory.ts +12 -4
- package/src/models/InventoryData.ts +30 -0
- package/src/models/OperationCapability.ts +74 -0
- package/src/models/PairCapability.ts +106 -0
- package/src/models/PairCapabilityRequest.ts +89 -0
- package/src/models/PutForecasterCredentials403Response.ts +73 -0
- package/src/models/RightsizingClusterListResponse.ts +83 -0
- package/src/models/RightsizingClusterResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +185 -0
- package/src/models/RightsizingCollectRequest.ts +123 -0
- package/src/models/RightsizingMetricStats.ts +111 -0
- package/src/models/RightsizingReport.ts +146 -0
- package/src/models/RightsizingReportListResponse.ts +83 -0
- package/src/models/RightsizingReportSummary.ts +129 -0
- package/src/models/RightsizingVMReport.ts +101 -0
- package/src/models/StartInspectionRequest.ts +17 -1
- package/src/models/StopForecasterPair202Response.ts +83 -0
- package/src/models/UpdateGroupRequest.ts +0 -8
- package/src/models/UpdateLabelVMsRequest.ts +73 -0
- package/src/models/VMFilterOptionsResponse.ts +102 -0
- package/src/models/VMLabelsResponse.ts +75 -0
- package/src/models/VMNIC.ts +16 -0
- package/src/models/VcenterCredentials.ts +16 -0
- package/src/models/VirtualMachine.ts +68 -4
- package/src/models/VirtualMachineDetail.ts +31 -0
- package/src/models/VirtualMachineUpdateRequest.ts +73 -0
- package/src/models/VmInspectionStatus.ts +9 -0
- package/src/models/VmUtilizationDetails.ts +192 -0
- package/src/models/index.ts +39 -0
- package/src/runtime.ts +1 -2
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Assisted Migration Agent API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface VmUtilizationDetails
|
|
20
|
+
*/
|
|
21
|
+
export interface VmUtilizationDetails {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof VmUtilizationDetails
|
|
26
|
+
*/
|
|
27
|
+
moid: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof VmUtilizationDetails
|
|
32
|
+
*/
|
|
33
|
+
vm_name: string;
|
|
34
|
+
/**
|
|
35
|
+
* Number of vCPUs provisioned for this VM
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof VmUtilizationDetails
|
|
38
|
+
*/
|
|
39
|
+
provisioned_cpus: number;
|
|
40
|
+
/**
|
|
41
|
+
* Provisioned RAM (MB)
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof VmUtilizationDetails
|
|
44
|
+
*/
|
|
45
|
+
provisioned_memory_mb: number;
|
|
46
|
+
/**
|
|
47
|
+
* Provisioned disk (KB)
|
|
48
|
+
* @type {number}
|
|
49
|
+
* @memberof VmUtilizationDetails
|
|
50
|
+
*/
|
|
51
|
+
provisioned_disk_kb: number;
|
|
52
|
+
/**
|
|
53
|
+
* CPU utilization average (%)
|
|
54
|
+
* @type {number}
|
|
55
|
+
* @memberof VmUtilizationDetails
|
|
56
|
+
*/
|
|
57
|
+
cpu_avg: number;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {number}
|
|
61
|
+
* @memberof VmUtilizationDetails
|
|
62
|
+
*/
|
|
63
|
+
cpu_p95: number;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {number}
|
|
67
|
+
* @memberof VmUtilizationDetails
|
|
68
|
+
*/
|
|
69
|
+
cpu_max: number;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {number}
|
|
73
|
+
* @memberof VmUtilizationDetails
|
|
74
|
+
*/
|
|
75
|
+
cpu_latest: number;
|
|
76
|
+
/**
|
|
77
|
+
* Memory utilization average (%)
|
|
78
|
+
* @type {number}
|
|
79
|
+
* @memberof VmUtilizationDetails
|
|
80
|
+
*/
|
|
81
|
+
mem_avg: number;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {number}
|
|
85
|
+
* @memberof VmUtilizationDetails
|
|
86
|
+
*/
|
|
87
|
+
mem_p95: number;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {number}
|
|
91
|
+
* @memberof VmUtilizationDetails
|
|
92
|
+
*/
|
|
93
|
+
mem_max: number;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {number}
|
|
97
|
+
* @memberof VmUtilizationDetails
|
|
98
|
+
*/
|
|
99
|
+
mem_latest: number;
|
|
100
|
+
/**
|
|
101
|
+
* Disk utilization (%)
|
|
102
|
+
* @type {number}
|
|
103
|
+
* @memberof VmUtilizationDetails
|
|
104
|
+
*/
|
|
105
|
+
disk: number;
|
|
106
|
+
/**
|
|
107
|
+
* Data confidence — sample_count / expected_sample_count × 100
|
|
108
|
+
* @type {number}
|
|
109
|
+
* @memberof VmUtilizationDetails
|
|
110
|
+
*/
|
|
111
|
+
confidence: number;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Check if a given object implements the VmUtilizationDetails interface.
|
|
116
|
+
*/
|
|
117
|
+
export function instanceOfVmUtilizationDetails(value: object): value is VmUtilizationDetails {
|
|
118
|
+
if (!('moid' in value) || value['moid'] === undefined) return false;
|
|
119
|
+
if (!('vm_name' in value) || value['vm_name'] === undefined) return false;
|
|
120
|
+
if (!('provisioned_cpus' in value) || value['provisioned_cpus'] === undefined) return false;
|
|
121
|
+
if (!('provisioned_memory_mb' in value) || value['provisioned_memory_mb'] === undefined) return false;
|
|
122
|
+
if (!('provisioned_disk_kb' in value) || value['provisioned_disk_kb'] === undefined) return false;
|
|
123
|
+
if (!('cpu_avg' in value) || value['cpu_avg'] === undefined) return false;
|
|
124
|
+
if (!('cpu_p95' in value) || value['cpu_p95'] === undefined) return false;
|
|
125
|
+
if (!('cpu_max' in value) || value['cpu_max'] === undefined) return false;
|
|
126
|
+
if (!('cpu_latest' in value) || value['cpu_latest'] === undefined) return false;
|
|
127
|
+
if (!('mem_avg' in value) || value['mem_avg'] === undefined) return false;
|
|
128
|
+
if (!('mem_p95' in value) || value['mem_p95'] === undefined) return false;
|
|
129
|
+
if (!('mem_max' in value) || value['mem_max'] === undefined) return false;
|
|
130
|
+
if (!('mem_latest' in value) || value['mem_latest'] === undefined) return false;
|
|
131
|
+
if (!('disk' in value) || value['disk'] === undefined) return false;
|
|
132
|
+
if (!('confidence' in value) || value['confidence'] === undefined) return false;
|
|
133
|
+
return true;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export function VmUtilizationDetailsFromJSON(json: any): VmUtilizationDetails {
|
|
137
|
+
return VmUtilizationDetailsFromJSONTyped(json, false);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export function VmUtilizationDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VmUtilizationDetails {
|
|
141
|
+
if (json == null) {
|
|
142
|
+
return json;
|
|
143
|
+
}
|
|
144
|
+
return {
|
|
145
|
+
|
|
146
|
+
'moid': json['moid'],
|
|
147
|
+
'vm_name': json['vm_name'],
|
|
148
|
+
'provisioned_cpus': json['provisioned_cpus'],
|
|
149
|
+
'provisioned_memory_mb': json['provisioned_memory_mb'],
|
|
150
|
+
'provisioned_disk_kb': json['provisioned_disk_kb'],
|
|
151
|
+
'cpu_avg': json['cpu_avg'],
|
|
152
|
+
'cpu_p95': json['cpu_p95'],
|
|
153
|
+
'cpu_max': json['cpu_max'],
|
|
154
|
+
'cpu_latest': json['cpu_latest'],
|
|
155
|
+
'mem_avg': json['mem_avg'],
|
|
156
|
+
'mem_p95': json['mem_p95'],
|
|
157
|
+
'mem_max': json['mem_max'],
|
|
158
|
+
'mem_latest': json['mem_latest'],
|
|
159
|
+
'disk': json['disk'],
|
|
160
|
+
'confidence': json['confidence'],
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export function VmUtilizationDetailsToJSON(json: any): VmUtilizationDetails {
|
|
165
|
+
return VmUtilizationDetailsToJSONTyped(json, false);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export function VmUtilizationDetailsToJSONTyped(value?: VmUtilizationDetails | null, ignoreDiscriminator: boolean = false): any {
|
|
169
|
+
if (value == null) {
|
|
170
|
+
return value;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
return {
|
|
174
|
+
|
|
175
|
+
'moid': value['moid'],
|
|
176
|
+
'vm_name': value['vm_name'],
|
|
177
|
+
'provisioned_cpus': value['provisioned_cpus'],
|
|
178
|
+
'provisioned_memory_mb': value['provisioned_memory_mb'],
|
|
179
|
+
'provisioned_disk_kb': value['provisioned_disk_kb'],
|
|
180
|
+
'cpu_avg': value['cpu_avg'],
|
|
181
|
+
'cpu_p95': value['cpu_p95'],
|
|
182
|
+
'cpu_max': value['cpu_max'],
|
|
183
|
+
'cpu_latest': value['cpu_latest'],
|
|
184
|
+
'mem_avg': value['mem_avg'],
|
|
185
|
+
'mem_p95': value['mem_p95'],
|
|
186
|
+
'mem_max': value['mem_max'],
|
|
187
|
+
'mem_latest': value['mem_latest'],
|
|
188
|
+
'disk': value['disk'],
|
|
189
|
+
'confidence': value['confidence'],
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -2,12 +2,32 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export * from './AgentModeRequest.js';
|
|
4
4
|
export * from './AgentStatus.js';
|
|
5
|
+
export * from './ApplicationListResponse.js';
|
|
6
|
+
export * from './ApplicationOverview.js';
|
|
7
|
+
export * from './ApplicationVM.js';
|
|
8
|
+
export * from './BenchmarkRun.js';
|
|
9
|
+
export * from './CapabilityStatus.js';
|
|
10
|
+
export * from './CapabilityStatusCapabilities.js';
|
|
11
|
+
export * from './ClusterFeatures.js';
|
|
12
|
+
export * from './ClusterUtilization.js';
|
|
5
13
|
export * from './CollectorStartRequest.js';
|
|
6
14
|
export * from './CollectorStatus.js';
|
|
7
15
|
export * from './CreateGroupRequest.js';
|
|
16
|
+
export * from './CredentialStatus.js';
|
|
8
17
|
export * from './Datastore.js';
|
|
18
|
+
export * from './DatastoreDetail.js';
|
|
19
|
+
export * from './DatastorePair.js';
|
|
20
|
+
export * from './DeleteLabelGloballyResponse.js';
|
|
9
21
|
export * from './DiskSizeTierSummary.js';
|
|
10
22
|
export * from './DiskTypeSummary.js';
|
|
23
|
+
export * from './EstimateRange.js';
|
|
24
|
+
export * from './ExportInventory400Response.js';
|
|
25
|
+
export * from './ExportInventory500Response.js';
|
|
26
|
+
export * from './ForecastStats.js';
|
|
27
|
+
export * from './ForecasterDatastoresRequest.js';
|
|
28
|
+
export * from './ForecasterPairStatus.js';
|
|
29
|
+
export * from './ForecasterStartRequest.js';
|
|
30
|
+
export * from './ForecasterStatus.js';
|
|
11
31
|
export * from './GetInventory200Response.js';
|
|
12
32
|
export * from './Group.js';
|
|
13
33
|
export * from './GroupListResponse.js';
|
|
@@ -21,14 +41,31 @@ export * from './Inventory.js';
|
|
|
21
41
|
export * from './InventoryData.js';
|
|
22
42
|
export * from './MigrationIssue.js';
|
|
23
43
|
export * from './Network.js';
|
|
44
|
+
export * from './OperationCapability.js';
|
|
24
45
|
export * from './OsInfo.js';
|
|
46
|
+
export * from './PairCapability.js';
|
|
47
|
+
export * from './PairCapabilityRequest.js';
|
|
48
|
+
export * from './PutForecasterCredentials403Response.js';
|
|
49
|
+
export * from './RightsizingClusterListResponse.js';
|
|
50
|
+
export * from './RightsizingClusterResponse.js';
|
|
51
|
+
export * from './RightsizingClusterUtilization.js';
|
|
52
|
+
export * from './RightsizingCollectRequest.js';
|
|
53
|
+
export * from './RightsizingMetricStats.js';
|
|
54
|
+
export * from './RightsizingReport.js';
|
|
55
|
+
export * from './RightsizingReportListResponse.js';
|
|
56
|
+
export * from './RightsizingReportSummary.js';
|
|
57
|
+
export * from './RightsizingVMReport.js';
|
|
25
58
|
export * from './StartInspectionRequest.js';
|
|
59
|
+
export * from './StopForecasterPair202Response.js';
|
|
26
60
|
export * from './UpdateGroupRequest.js';
|
|
27
61
|
export * from './UpdateInventory.js';
|
|
62
|
+
export * from './UpdateLabelVMsRequest.js';
|
|
28
63
|
export * from './VCenter.js';
|
|
29
64
|
export * from './VMDevice.js';
|
|
30
65
|
export * from './VMDisk.js';
|
|
66
|
+
export * from './VMFilterOptionsResponse.js';
|
|
31
67
|
export * from './VMIssue.js';
|
|
68
|
+
export * from './VMLabelsResponse.js';
|
|
32
69
|
export * from './VMNIC.js';
|
|
33
70
|
export * from './VMResourceBreakdown.js';
|
|
34
71
|
export * from './VMs.js';
|
|
@@ -38,6 +75,8 @@ export * from './VersionInfo.js';
|
|
|
38
75
|
export * from './VirtualMachine.js';
|
|
39
76
|
export * from './VirtualMachineDetail.js';
|
|
40
77
|
export * from './VirtualMachineListResponse.js';
|
|
78
|
+
export * from './VirtualMachineUpdateRequest.js';
|
|
41
79
|
export * from './VmInspectionConcern.js';
|
|
42
80
|
export * from './VmInspectionResults.js';
|
|
43
81
|
export * from './VmInspectionStatus.js';
|
|
82
|
+
export * from './VmUtilizationDetails.js';
|
package/src/runtime.ts
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
export const BASE_PATH = "https://raw.githubusercontent.com/api/v1".replace(/\/+$/, "");
|
|
17
16
|
|
|
18
17
|
export interface ConfigurationParameters {
|
|
@@ -370,7 +369,7 @@ export function mapValues(data: any, fn: (item: any) => any) {
|
|
|
370
369
|
|
|
371
370
|
export function canConsumeForm(consumes: Consume[]): boolean {
|
|
372
371
|
for (const consume of consumes) {
|
|
373
|
-
if ('multipart/form-data'
|
|
372
|
+
if (consume.contentType?.startsWith('multipart/form-data') == true) {
|
|
374
373
|
return true;
|
|
375
374
|
}
|
|
376
375
|
}
|