Skip to main content

Get All Hostl

GET 

/v1/armada/host_label

Get host labels for requested hosts

Request

Query Parameters

    host_ids uuid[]

    Host IDs to filter by

Responses

Successful Response

Schema

  • Array [

  • 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...