Skip to main content

Create Hostl

POST 

/v1/armada/host_label

Create a host label

Request

Body

required

    label Label (string)required

    Possible values: non-empty and <= 64 characters

    The text of the label

    host_id uuidrequired

    The ID of the host this label is associated with

Responses

Successful Response

Schema

    label Label (string)required

    Possible values: non-empty and <= 64 characters

    The text of the label

    host_id uuidrequired

    The ID of the host this label is associated with

    host_label_id Host Label Id (integer)required
Loading...