...
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 language js title JSON response body { api_version: 0.1 storage_classes: [{ name: ddp1_name }, { name: ddp2_name }] }
...
Info | ||
---|---|---|
| ||
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 | ||
| ||
Bag profiles? |
Info |
---|
Write up something about ObjectID semantics and repository reconstruction. |
...