Versions Compared

Key

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

...

  • (1.3.0-RELEASE) REPLICATED
  • (1.1.1-RELEASE) STAGED

API Methods

Panel
borderStylesolid
titleBag API Methods

POST

Background Color
/api/bags

GET

Background Color
/api/bags

GET

Background Color
/api/bags/<id>

GET

Background Color
/api/bags/<id>/storage/<type>

PUT

Background Color
/api/bags/<id>/storage/<type>

POST

Background Color
/api/bags/<id>/storage/<type>/fixity

GET

Background Color
/api/bags/<id>/storage/<type>/fixity

GET

Background Color
/api/bags/<id>/storage/<type>/fixity/<alg>




Code Block
languagejs
titleBag Json Example
collapsetrue
        {
            "id": 2,
            "size": 1030783586432,
            "totalFiles": 173357,
            "bagStorage": {
                "active": true,
                "size": 1030783586432,
                "region": 1,
                "totalFiles": 173357,
                "path": "ncar/acadis_20150419",
                "fixities": [
                    {
                        "value": "c9680a2ec9a367f2f218a3d90dbcde3bcff9ed3eb8f7d9c61e525ba1735270da",
                        "algorithm": "SHA-256",
                        "createdAt": "2017-11-30T11:02:50.85746Z"
                    }
                ]
            },
            "tokenStorage": {
                "active": true,
                "size": 1,
                "region": 2,
                "totalFiles": 1,
                "path": "ncar/acadis_201504192015-06-06",
                "fixities": [
                    {
                        "value": "67593e0c4b02a2cbeb1c2440589373654a44b7ef93c889f6290569e92ced21ea",
                        "algorithm": "SHA-256",
                        "createdAt": "2017-11-30T11:02:50.85746Z"
                    }
                ]
            },
            "createdAt": "2016-06-07T12:26:18.13944Z",
            "updatedAt": "2016-06-07T12:26:18.13944Z",
            "name": "acadis_20150419",
            "creator": "admin",
            "depositor": "ncar",
            "status": "PRESERVED",
            "requiredReplications": 3,
            "replicatingNodes": [
                "ncar",
                "umiacs",
                "ucsd"
            ]
        }

...