Request
PUT /SDI-Service/Thredds
Content-Type: */*
Accept: application/json
...
Response
HTTP/1.1 204 No Content
Content-Type: application/json
{
"declaredDataSetScan" : [ {
"name" : "...",
"location" : "...",
"ID" : "...",
"path" : "..."
}, {
"name" : "...",
"location" : "...",
"ID" : "...",
"path" : "..."
} ],
"catalogFile" : "...",
"declaredDataSetRoot" : {
"location" : "...",
"path" : "...",
"count" : 12345
},
"name" : "...",
"subCatalogs" : {
"ID" : "...",
"name" : "...",
"linkedCatalogs" : [ {
"declaredDataSetScan" : [ { }, { } ],
"catalogFile" : "...",
"declaredDataSetRoot" : { },
"name" : "...",
"subCatalogs" : { },
"title" : "...",
"ID" : "..."
}, {
"declaredDataSetScan" : [ { }, { } ],
"catalogFile" : "...",
"declaredDataSetRoot" : { },
"name" : "...",
"subCatalogs" : { },
"title" : "...",
"ID" : "..."
} ]
},
"title" : "...",
"ID" : "..."
}