The StorageIDResolver is able to give HTTP resolution to storage resource by ID See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#STORAGE-ID_Resolver
Gets the storage id.
| name | type | description | constraints |
|---|---|---|---|
| storage-id | path | the storage id | |
| content-disposition | query | ||
| contentType | query | the content type | |
| fileName | query | the file name | |
| validation | query | the validation | required boolean |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | the storage id |
GET /storage/{storage-id}
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
...
Http do head.
| name | type | description | constraints |
|---|---|---|---|
| storage-id | path | the storage id | |
| hproxycheck | query | the hproxycheck | required boolean |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | the response |
HEAD /storage/{storage-id}
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
...