API endpoint that allows storage sources to be viewed or edited.

GET /api/v2/storage/15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 15,
    "details": "https://api.beluga.insectai.org/api/v2/storage/15/?format=api",
    "name": "ERDA",
    "bucket": "DSWDMAO70L",
    "prefix": "",
    "endpoint_url": "",
    "public_base_url": "https://anon.erda.au.dk/share_redirect/",
    "project": 16,
    "deployments_count": 1,
    "total_files_indexed": 0,
    "total_size_indexed_display": "0 bytes",
    "total_size_indexed": null,
    "total_captures_indexed": 0,
    "last_checked": null,
    "created_at": "2024-02-29T03:22:45.544573",
    "updated_at": "2024-06-12T05:56:31.771732",
    "user_permissions": []
}