Skip to content

Create Mcl

POST
/v1/armada/machine_class_label

Create a machine class label

Authorizations

Request Body required

Labels that can be applied to MachineClasses. Useful for creating groups of machine classes. Some examples might be:

OPS may want a higher-level name that represents what they consider the “same” sort of machine across multiple provider types. This way they could see all of them grouped together.

This can be used to help implement the classic “performance groups”. So you may have labels like “can_support_realm_royale_100_man” or “can_support_dko_1v1” .

object
label
required

The text of the label

string
>= 1 characters <= 64 characters
machine_class_id
required

The ID of the MachineClass this label is associated with

string format: uuid

Responses

200

Successful Response

Labels that can be applied to MachineClasses. Useful for creating groups of machine classes. Some examples might be:

OPS may want a higher-level name that represents what they consider the “same” sort of machine across multiple provider types. This way they could see all of them grouped together.

This can be used to help implement the classic “performance groups”. So you may have labels like “can_support_realm_royale_100_man” or “can_support_dko_1v1” .

object
label
required

The text of the label

string
>= 1 characters <= 64 characters
machine_class_id
required

The ID of the MachineClass this label is associated with

string format: uuid
machine_class_label_id
required
integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string