v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Software Catalog

Get a list of entity kinds

Get a list of entity kinds from Software Catalog.

get/api/v2/catalog/kind

Query parameters

page[offset]integer

Specific offset to use as the beginning of the returned page.

page[limit]integer

Maximum number of kinds in the response.

filter[id]string

Filter entities by UUID.

filter[name]string

Filter entities by name.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "name": "my-job"
      },
      "id": "4b163705-23c0-4573-b2fb-f6cea2163fcb"
    }
  ]
}