Versions Compared

Key

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

...

GET / (service description)

Description

Retrieve a description of this Gateway, including the api version, and the available storage classes.

Requests/Responses

  • Request: GET / HTTP/1.1

  • Request Body: n/a
  • Request Headers:
    • Accept
  • Response Codes:

    • 200 OK

  • Response Body:

    Code Block
    languagejs
    titleJSON response body
    {
      api_version: 0.1
      storage_classes: [{
        name: ddp1_name
      },
      {
        name: ddp2_name
      }]
    }


...

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.

...