HostnameGenerator

Returns a list of HostnameGenerator in the mesh.

get/v1/mesh/control-planes/{cpId}/api/hostnamegenerators

Query parameters

offsetinteger

offset in the list of entities

sizeinteger

the number of items per page

keystring
valuestring

filter by labels when multiple filters are present, they are ANDed

Response

List

totalnumber nullable

The total number of entities

nextstring nullable

URL to the next page

Example response

{
  "items": [
    {
      "kri": "kri_hg___kuma-system_myresource1_",
      "creationTime": "0001-01-01T00:00:00Z",
      "modificationTime": "0001-01-01T00:00:00Z"
    }
  ]
}

Changes

Changed in 3 of the 29 revisions of this API.43

    • added the optional property items/items/kri to the response with the 200 status

      response-optional-property-added

    This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property items became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/spec/extension/config became nullable for the status 200

      response-property-became-nullable

    • the response property next became nullable for the status 200

      response-property-became-nullable

    • the response property total became nullable for the status 200

      response-property-became-nullable

    • the response property items/items/spec/template became required for the status 200

      response-property-became-required

    • added the optional property items/items/spec/extension to the response with the 200 status

      response-optional-property-added