Versions Compared

Key

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

...


{
    "message": "Transferring (BarkleyCanyon_Axis_ADCP2MHz_20160727T000005Z_20160731T235958Z-clean.csv) to the FTP server",
    "status": "running"
}



Property
Type
Description
Example
statusstringThe current status of the data product request. Valid values are ("queued", "error" and "running")
"status": "running"
messagestringThe latest status message reported by the data product process. "message": "Transferring (BarkleyCanyon_Axis_ADCP2MHz_20160727T000005Z_20160731T235958Z-clean.csv) to the FTP server"


Cancel
Anchor
dataProductDeliveryService-cancel
dataProductDeliveryService-cancel

The cancel method cancels the data product ran by a call to the run method.

...

https://data.oceannetworks.ca/api/dataProductDelivery?method=cancel&token=[YOUR_TOKEN_HERE]&dpRequestId=[YOUR_REQUEST_ID_HERE]


Restart
Anchor
dataProductDeliveryService-restart
dataProductDeliveryService-restart

The restart method restarts the data product cancelled by a call to the cancel method.

...