D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

StorageIDResolver Resource

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

GET /storage/{storage-id}

Gets the storage id.

Request Parameters
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
Response Body
media type data type description
application/json object (JSON) the storage id

Example

Request
GET /storage/{storage-id}
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
...
                
              

HEAD /storage/{storage-id}

Http do head.

Request Parameters
name type description constraints
storage-id path the storage id  
hproxycheck query the hproxycheck required boolean
Response Body
media type data type description
application/json object (JSON) the response

Example

Request
HEAD /storage/{storage-id}
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
...