Skip to main content

Host Apply Environment Labels

POST 

/v1/armada/host/:host_id/apply-environment-labels/:environment_id

Apply labels derived from the environment properties

Request

Path Parameters

    host_id uuidrequired

    The host ID

    environment_id uuidrequired

    The environment ID for the environment to derive label values from

Query Parameters

    transaction_date date-time

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