Update Mc
PATCH /v1/armada/machine_class/{mc_id}
Update a machine class
Authorizations
Parameters
Path Parameters
The machine class ID
The machine class ID
Request Body required
A description of a type of performance characteristics either real or virtual. At DigitalOcean and Azure this is called VM Size. At AWS this is called Instance type. At Google this is called machine type or machine configuration.
object
object
Name of the provider of this sort. Could be things like Amazon, AWS EC2, Internap.
Labels that can be applied to the machine class for organizational purposes
The monthly price of this machine class
The hourly price of this machine class
The number of CPUs
A description of the CPU including type, family, model, and stepping
The short description of the CPU type. e.g. Intel Xeon E5-2673 v4 @ 2.30GHz
The number of populated CPU sockets
The number of CPU cores
The number of CPU threads. Will be more than cores if hyperthreading is enabled.
The amount of memory in gigabytes
The type of memory. e.g. DDR4
The speed rating of the memory in MHz
The memory timings. e.g. 15-15-15-36
The type of disk. e.g. SSD
The size of the disk in gigabytes
The sequential read speed of the disk
The sequential write speed of the disk
The random read speed of the disk
The random write speed of the disk
The number of IOPS the disk can handle
The latency of the disk in milliseconds
The network speed in gigabits per second
The type of GPU. e.g. NVIDIA Tesla V100
The number of GPUs
The amount of GPU memory in gigabytes. Should be the lowest available memory if there are multiple GPUs.
Responses
200
Successful Response
A description of a type of performance characteristics either real or virtual. At DigitalOcean and Azure this is called VM Size. At AWS this is called Instance type. At Google this is called machine type or machine configuration.
object
The provider this machine class is associated with
object
Name of the provider of this sort. Could be things like Amazon, AWS EC2, Internap.
The name of the machine class used by the provider
The type of machine class used by the provider. General Purpose, CPU Optimized, etc.
Labels that can be applied to the machine class for organizational purposes
The monthly price of this machine class
The hourly price of this machine class
The number of CPUs
A description of the CPU including type, family, model, and stepping
The short description of the CPU type. e.g. Intel Xeon E5-2673 v4 @ 2.30GHz
The number of populated CPU sockets
The number of CPU cores
The number of CPU threads. Will be more than cores if hyperthreading is enabled.
The amount of memory in gigabytes
The type of memory. e.g. DDR4
The speed rating of the memory in MHz
The memory timings. e.g. 15-15-15-36
The type of disk. e.g. SSD
The size of the disk in gigabytes
The sequential read speed of the disk
The sequential write speed of the disk
The random read speed of the disk
The random write speed of the disk
The number of IOPS the disk can handle
The latency of the disk in milliseconds
The network speed in gigabits per second
The type of GPU. e.g. NVIDIA Tesla V100
The number of GPUs
The amount of GPU memory in gigabytes. Should be the lowest available memory if there are multiple GPUs.
422
Validation Error