Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

https://bd-api.ncsa.illinois.edu (Swagger API documentation)

Headers must include a valid token as follows:

{
"Authorization":token
}

DAP (Conversions)

Include Page
Polyglot API
Polyglot API

...

DAP (Conversions)

...

DTS (Extractions)

...

Include Page
Clowder API
Clowder API

DataWolf (Executors)

POST/
api/extractions/upload_fileUploads a file for extraction of metadata and returns file idPOST/api/extractions/upload_urlUploads a file for extraction using the file's URLGET/api/extractions/{id}/statusChecks for the status of all extractors processing the file with idGET/api/files/{id}/tagsGets tags of a fileGET/api/files/{id}/technicalmetadataGet technical metadata of the resource described by the fileGET/api/files/{id}/versusmetadataGet Versus metadata of the resource described by the fileGET/api/extractions/server_ipsLists servers IPs running the extractorsGET/api/extractions/extractors_namesLists the currently running extractorsGET/api/extractions/extractors_detailsLists the currenlty details running extractors
dw/provenance

Display an editable workflow for a given transformation (specified in body):

{
"file":{URL to DAP output or file ID for DTS input}
}


Proposed modifications to the DAP and DTS API's are in discussion here.