WebAPI.Host (3.0)
Download OpenAPI description
Languages
Servers
Mock server
https://{{your_venus_webapi_ip_address}}/
Query
The RuntimeInfo property name to sort the run history records by (simple properties only, cannot sort by instrument list). Hamilton.WebAPI.Common.RuntimeInfo
Default "StartTime"
Chronological ordering of run history records returned. Hamilton.WebAPI.Common.Ordering
Enum012
Limit of records to download. Default is fifty. For pagination support.
Default 50
Datestamp for start of range of records to be returned.
Datestamp for end of range of records to be returned.
- Mock server
https://{{your_venus_webapi_ip_address}}/api/vector/v3/files/run-history-data
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://{{your_venus_webapi_ip_address}}/api/vector/v3/files/run-history-data?sortProperty=StartTime&sortOrder=0&startOffset=1&recordLimit=50&startDateRange=2019-08-24T14%3A15%3A22Z&endDateRange=2019-08-24T14%3A15%3A22Z&runState=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "sortProperty": "string", "sortOrder": 0, "downloadLimit": 0, "downloadFirstDateStamp": "2019-08-24T14:15:22Z", "downloadLastDateStamp": "2019-08-24T14:15:22Z", "downloadOffset": 0, "spanCount": 0, "spanFirstDateStamp": "2019-08-24T14:15:22Z", "spanLastDateStamp": "2019-08-24T14:15:22Z", "cacheTotalCount": 0, "cacheFirstDateStamp": "2019-08-24T14:15:22Z", "cacheLastDateStamp": "2019-08-24T14:15:22Z", "subList": [ { … } ] }
- Mock server
https://{{your_venus_webapi_ip_address}}/api/vector/v3/files/trace
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://{{your_venus_webapi_ip_address}}/api/vector/v3/files/trace?methodName=string&runGuid=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ "string" ]
- Mock server
https://{{your_venus_webapi_ip_address}}/api/vector/v3/files/asset
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://{{your_venus_webapi_ip_address}}/api/vector/v3/files/asset?assetPath=string&assetType=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
"string"