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

Thredds Resource

PUT /Thredds

Request Parameters
name type description default
authority query www.d4science.org
folder query  
name query  
path query  
Response Body
media type data type description
application/json ThreddsCatalog (JSON)

Example

Request
PUT /SDI-Service/Thredds
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 204 No Content
Content-Type: application/json

                
{
  "subCatalogs" : {
    "linkedCatalogs" : [ {
      "subCatalogs" : { },
      "ID" : "...",
      "title" : "...",
      "catalogFile" : "...",
      "name" : "...",
      "declaredDataSetScan" : [ { }, { } ],
      "declaredDataSetRoot" : { }
    }, {
      "subCatalogs" : { },
      "ID" : "...",
      "title" : "...",
      "catalogFile" : "...",
      "name" : "...",
      "declaredDataSetScan" : [ { }, { } ],
      "declaredDataSetRoot" : { }
    } ],
    "ID" : "...",
    "name" : "..."
  },
  "ID" : "...",
  "title" : "...",
  "catalogFile" : "...",
  "name" : "...",
  "declaredDataSetScan" : [ {
    "location" : "...",
    "path" : "...",
    "name" : "...",
    "ID" : "..."
  }, {
    "location" : "...",
    "path" : "...",
    "name" : "...",
    "ID" : "..."
  } ],
  "declaredDataSetRoot" : {
    "count" : 12345,
    "location" : "...",
    "path" : "..."
  }
}