LUIS-Samples/examples/async-query-log/nodejs
Dina Berry 5e14b60e59
0511 querylogasync 2 (#120)
* abq system

* yargs and steps

* infinite loop - every 5 seconds

* async query log nodejs script

* edit readme for new example

* edit readme for new example - remove abq

* remove abq
2018-05-15 14:13:49 -07:00
..
README.md 0511 querylogasync 2 (#120) 2018-05-15 14:13:49 -07:00
getQueryLog.js 0511 querylogasync 2 (#120) 2018-05-15 14:13:49 -07:00
package.json 0511 querylogasync 2 (#120) 2018-05-15 14:13:49 -07:00

README.md

Get query log asynchronously

Full cycle of request download, wait for download, save file to disk

node getQueryLog.js --appid 123 --authkey 123 

Full cycle with named file and region

node getQueryLog.js --file 123.csv --appid 123 --authkey 456 --region westus

Begin download process on server with region

node getQueryLog.js --appid 123 --authkey 456 --region westus --step begin

Request status with region

node getQueryLog.js --appid 123 --authkey 456 --region westus --step status

Request download file with region

node getQueryLog.js --appid 123 --authkey 456 --region westus --step final