You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[orderDataProduct](#onc.onc.ONC.orderDataProduct)| Request, run, and download <br> a data product ||
71
-
|[requestDataProduct](#onc.onc.ONC.requestDataProduct)| Request a data product |[/dataProductDelivery/request](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/request)|
72
-
|[runDataProduct](#onc.onc.ONC.runDataProduct)| Run a requested data product |[/dataProductDelivery/run](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/run)|
73
-
|[downloadDataProduct](#onc.onc.ONC.downloadDataProduct)| Download a data product |[/dataProductDelivery/download](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/download)|
|[requestDataProduct](#onc.onc.ONC.requestDataProduct)| Request a data product |[/dataProductDelivery/request](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/request)|
79
+
|[checkDataProduct](#onc.onc.ONC.checkDataProduct)| Check status of a <br> requested data product |[/dataProductDelivery/status](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/status)|
80
+
|[runDataProduct](#onc.onc.ONC.runDataProduct)| Run a requested data product |[/dataProductDelivery/run](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/run)|
81
+
|[cancelDataProduct](#onc.onc.ONC.cancelDataProduct)| Cancel a running data product |[/dataProductDelivery/cancel](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/cancel)|
82
+
|[restartDataProduct](#onc.onc.ONC.restartDataProduct)| Restart a cancelled data product |[/dataProductDelivery/restart](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/restart)|
83
+
|[downloadDataProduct](#onc.onc.ONC.downloadDataProduct)| Download a data product |[/dataProductDelivery/download](https://data.oceannetworks.ca/OpenAPI#get-/dataProductDelivery/download)|
|[orderDataProduct](#onc.onc.ONC.orderDataProduct)| Request, run, and download a data product |
74
90
75
91
## Near real-time data access methods
76
92
@@ -103,6 +119,12 @@ Use the _allPages_ parameter to automatically download all pages required for yo
103
119
|[getDirectRawByLocation](#onc.onc.ONC.getDirectRawByLocation)| Returns raw data <br> from a specific location and device category |[/rawdata/location](https://data.oceannetworks.ca/OpenAPI#get-/rawdata/location)|
104
120
|[getDirectRawByDevice](#onc.onc.ONC.getDirectRawByDevice)| Returns raw data from a specific device |[/rawdata/device](https://data.oceannetworks.ca/OpenAPI#get-/rawdata/device)|
|[getSensorCategoryCodes](#onc.onc.ONC.getSensorCategoryCodes)| Returns a list of sensor category codes <br> prior to querying the scalardata service |
127
+
106
128
## Archive file download methods
107
129
108
130
These methods allow users to directly download previously generated data product files from our archive.
@@ -131,4 +153,9 @@ Due to security regulations, some very recent files (e.g. hydrophone.wav files i
131
153
|[getListByLocation](#onc.onc.ONC.getListByLocation)| Returns a list of available archive files <br> from a specific location and device category |[/archivefile/location](https://data.oceannetworks.ca/OpenAPI#get-/archivefile/location)|
132
154
|[getListByDevice](#onc.onc.ONC.getListByDevice)| Returns a list of available archive files <br> from a specific device |[/archivefile/device](https://data.oceannetworks.ca/OpenAPI#get-/archivefile/device)|
133
155
|[getFile](#onc.onc.ONC.getFile)| Download an archive file |[/archivefile/download](https://data.oceannetworks.ca/OpenAPI#get-/archivefile/download)|
134
-
|[getDirectFiles](#onc.onc.ONC.getDirectFiles)| Download a list of archived files <br> that match the filters provided ||
0 commit comments