Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_copy_to_strategy
optional , nil allowed

Validations:

  • Must be a Hash

asset_copy_to_strategy[name]
required

The name of a strategy.

Validations:

  • Must be a String

asset_copy_to_strategy[destination]
required

The destination path of archived/copied data.

Validations:

  • Must be a String

asset_copy_to_strategy[format]
required

[tarball | zipball | plain | archiware | pixstor | kumulate]. The format of archived/copied data.

Validations:

  • Must be a String

asset_copy_to_strategy[admin_only]
required

Indicates whether a archived/copying strategy can be used only by administrators or all users. Available values: [true | false]. Default value: true

Validations:

  • Must be a String

asset_copy_to_strategy[enabled]
optional , nil allowed
true | false

Indicates whether an archiving strategy is enabled. Default: true.

Validations:

  • Must be a String