Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Request: PUT /ObjectId HTTP/1.1

  • Request Body: Compressed Bag
  • Request Headers:
    • Content-Type
  • Response Code: 201 Created (on success)

...

  • Info
    titleQuestion

    Holy Bags? For large file deposit.

     - i don't want to push this content over the network and/or

     - i don't want to store it on a Gateway accessible disk


    Info
    titleQuestion

    Bag profiles?


    Info

    Write up something about ObjectID semantics and repository reconstruction.


GET Object Audit

Description

Retrieve audit metadata for the object.

Requests/Responses

  • Request: HEAD GET /ObjectId/audit HTTP/1.1

  • Request Body: n/a
  • Response Code: 200 OK
  • Response Body:

    Code Block
    languagejs
    titleJSON response body
    {
    }
    Info
    titleQuestion
    Can
      ddp_name: {
        preserved: true
        destroy_requested: true
      }
    }


DELETE Object (destroy)

Description

...

  • Request: DELETE /ObjectId HTTP/1.1

  • Request Body: n/a
  • Response Code: 204 No Content

POST Object Restore

Description

...

Requests/Responses

  • Request: Post POST /ObjectId?restore HTTP/1.1

  • Request Body: n/a
  • Response Code:
    • 202 Accepted (if the object is not already restored)
    • 200 OK (if the object is already restored and available for retrieval)

...

Authentication with the OTM Bridge

Bridge Interactions