Examples

POST /katello/api/activation_keys/568942081/copy
{
  "organization_id": 114267492,
  "new_name": "NewAK",
  "activation_key": {
    "organization_id": 114267492
  }
}
201
{
  "service_level": null,
  "content_overrides": [],
  "id": null,
  "name": "NewAK",
  "description": "A simple activation key.",
  "unlimited_hosts": true,
  "auto_attach": true,
  "content_view_id": 30237652,
  "environment_id": 562075838,
  "usage_count": 0,
  "user_id": 135138680,
  "max_hosts": null,
  "release_version": null,
  "purpose_usage": null,
  "purpose_role": null,
  "organization_id": 114267492,
  "organization": {
    "name": "Empty Organization",
    "label": "Empty_Organization",
    "id": 114267492
  },
  "created_at": null,
  "updated_at": null,
  "content_view": {
    "id": 30237652,
    "name": "ACME Default ContentView"
  },
  "environment": {
    "name": "Library",
    "id": 562075838
  },
  "products": [
    {
      "id": 785257261,
      "name": "Fedora"
    }
  ],
  "host_collections": [],
  "purpose_addons": [],
  "permissions": {
    "view_activation_keys": true,
    "edit_activation_keys": true,
    "destroy_activation_keys": true
  }
}

Params

Param name Description
new_name
required

Name of new activation key

Validations:

  • String

id
required

ID of the activation key

Validations:

  • Must be a number.

organization_id
optional

organization identifier

Validations:

  • Must be a number.