[{"label":"Latest (v5)","version":"latest"},{"version":"v4"}]
vmc-sizer

VMCSizerRequest

The Sizing recommendation request containing the input workload information.


Properties

array of WorkloadProfile
workloadProfiles Required

Workload profile comprises of the VM configurations and complete VM List.


configurations Optional

The VM Sizing configurations required for computation.

JSON Example

{
	"workloadProfiles": [
		{
			"vmList": [
				{
					"vmComputeInfo": {
						"vCpu": 4
					},
					"vmGroupId": "vm-gp-123",
					"vmId": "vm-123",
					"vmMemoryInfo": {
						"vRam": 4
					},
					"vmName": "oracleVM",
					"vmStorageInfo": {
						"vmdkUsed": 140
					}
				}
			]
		}
	]
}
[{"label":"Latest (v5)","version":"latest"},{"version":"v4"}]
vmc-sizer
Property Of

Stats
Parameter To

Get Sizing Recommendation
What's changed in v5?

INTRODUCED


Feedback

Was this page helpful?