Skip to main content
Version: 2.10

Relocating individual contents

This page explains how to change the storage location of binary resources for individual contents.

If you want to move the binary resources of all contents, see Relocating all repository contents.

Before you begin

Alternative content storage must be configured on the repository where the content is stored. For more information, see Configuring an alternative repository storage.

To relocate individual contents, follow these steps:

  1. Open D1 Repository Explorer.

  2. Select a content.

  3. Click Relocate in the bottom menu. Enter the following information:

    • Content The name of the content to be relocated (autocompleted field).
    • Storage Name The name of an existing alternative storage configuration of this repository. If this field is left empty, content will be moved to the default storage.
  4. Click Execute. Selected content is moved and a confirmation message appears. The binary source of the content is now moved to the target storage.

note

Relocation does not affect how the content is displayed in D1 Explorer.

D1 REST API

To relocate individual contents via D1 Repository REST API, send a HTTP request to the https://YOUR_ADX_HOST/tribefire-services/api/v1/access.adx.content.REPOSITORY_NAME/v1/content/relocate endpoint with the following parameters included:

  • sessionId To obtain a sessionId, you must first authenticate to your D1 instance.
  • contentId The identifier of the content prepared to be relocated.
  • storageName The name of the target storage.