Examples

GET /katello/api/repositories/992333848/docker_tags/23
200
{
  "id": 23,
  "name": "wat",
  "manifest_schema1": {
    "id": "123xyz",
    "schema_version": null,
    "digest": "abc123",
    "manifest_type": "image"
  },
  "manifest_schema2": null,
  "manifest": {
    "schema_version": null,
    "digest": "abc123",
    "manifest_type": "image"
  },
  "repositories": [
    {
      "id": 992333848,
      "name": "redis",
      "full_path": "centos8-katello-devel.area51.example.com/empty_organization-puppet_product-redis"
    }
  ],
  "product": {
    "id": 516337990,
    "name": "Puppet Product"
  },
  "environment": {
    "id": 562075838,
    "name": "Library"
  },
  "content_view_version": {
    "id": 840492357,
    "name": "ACME Default ContentView 1.0",
    "content_view_id": 30237652
  },
  "related_tags": [
    {
      "id": 23,
      "name": "wat"
    }
  ]
}

Params

Param name Description
repository_id
optional

repository identifier

Validations:

  • Must be a number.

organization_id
optional

organization identifier

Validations:

  • Must be a number.

id
required

a docker tag identifier

Validations:

  • String