404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.58.146.48: ~ $
The following command initiates a job to get an inventory of the vault ``my-vault``::

  aws glacier initiate-job --account-id - --vault-name my-vault --job-parameters '{"Type": "inventory-retrieval"}'

Output::

  {
      "location": "/0123456789012/vaults/my-vault/jobs/zbxcm3Z_3z5UkoroF7SuZKrxgGoDc3RloGduS7Eg-RO47Yc6FxsdGBgf_Q2DK5Ejh18CnTS5XW4_XqlNHS61dsO4CnMW",
      "jobId": "zbxcm3Z_3z5UkoroF7SuZKrxgGoDc3RloGduS7Eg-RO47Yc6FxsdGBgf_Q2DK5Ejh18CnTS5XW4_XqlNHS61dsO4CnMW"
  }

Amazon Glacier requires an account ID argument when performing operations, but you can use a hyphen to specify the in-use account.

The following command initiates a job to retrieve an archive from the vault ``my-vault``::

  aws glacier initiate-job --account-id - --vault-name my-vault --job-parameters file://job-archive-retrieval.json

``job-archive-retrieval.json`` is a JSON file in the local folder that specifies the type of job, archive ID, and some optional parameters::

  {
    "Type": "archive-retrieval",
    "ArchiveId": "kKB7ymWJVpPSwhGP6ycSOAekp9ZYe_--zM_mw6k76ZFGEIWQX-ybtRDvc2VkPSDtfKmQrj0IRQLSGsNuDp-AJVlu2ccmDSyDUmZwKbwbpAdGATGDiB3hHO0bjbGehXTcApVud_wyDw",
    "Description": "Retrieve archive on 2015-07-17",
    "SNSTopic": "arn:aws:sns:us-west-2:0123456789012:my-topic"
  }

Archive IDs are available in the output of ``aws glacier upload-archive`` and ``aws glacier get-job-output``.

Output::

  {
      "location": "/011685312445/vaults/mwunderl/jobs/l7IL5-EkXyEY9Ws95fClzIbk2O5uLYaFdAYOi-azsX_Z8V6NH4yERHzars8wTKYQMX6nBDI9cMNHzyZJO59-8N9aHWav",
      "jobId": "l7IL5-EkXy2O5uLYaFdAYOiEY9Ws95fClzIbk-azsX_Z8V6NH4yERHzars8wTKYQMX6nBDI9cMNHzyZJO59-8N9aHWav"
  }

See `Initiate Job`_ in the *Amazon Glacier API Reference* for details on the job parameters format.

.. _`Initiate Job`: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html

Filemanager

Name Type Size Permission Actions
wait Folder 0755
abort-multipart-upload.rst File 837 B 0644
abort-vault-lock.rst File 525 B 0644
add-tags-to-vault.rst File 299 B 0644
complete-multipart-upload.rst File 1007 B 0644
complete-vault-lock.rst File 680 B 0644
create-vault.rst File 259 B 0644
delete-archive.rst File 439 B 0644
delete-vault-access-policy.rst File 302 B 0644
delete-vault-notifications.rst File 359 B 0644
delete-vault.rst File 297 B 0644
describe-job.rst File 939 B 0644
describe-vault.rst File 270 B 0644
get-data-retrieval-policy.rst File 468 B 0644
get-job-output.rst File 1.17 KB 0644
get-vault-access-policy.rst File 775 B 0644
get-vault-lock.rst File 903 B 0644
get-vault-notifications.rst File 647 B 0644
initiate-job.rst File 1.83 KB 0644
initiate-multipart-upload.rst File 851 B 0644
initiate-vault-lock.rst File 1.21 KB 0644
list-jobs.rst File 1.82 KB 0644
list-multipart-uploads.rst File 546 B 0644
list-parts.rst File 1.28 KB 0644
list-provisioned-capacity.rst File 536 B 0644
list-tags-for-vault.rst File 377 B 0644
list-vaults.rst File 639 B 0644
purchase-provisioned-capacity.rst File 298 B 0644
remove-tags-from-vault.rst File 315 B 0644
set-data-retrieval-policy.rst File 965 B 0644
set-vault-access-policy.rst File 761 B 0644
set-vault-notifications.rst File 620 B 0644
upload-archive.rst File 1011 B 0644
upload-multipart-part.rst File 1020 B 0644