Updated Bulk Import Services (markdown)

master
Hunter Long 2019-05-14 13:14:13 -07:00
parent 73418f65de
commit c8521675ab
1 changed files with 2 additions and 1 deletions

@ -8,6 +8,7 @@ Bulk Upload,http://google.com,,200,60s,http,get,,,60s,1,true,true,,Authorization
## Requirements
- Each row must have 16 columns.
- First row must include the CSV column names (name,domain,expected, ...)
- Each row must have 16 columns based on the first row column names.
- `interval` must be in Duration format. (`60s` is 60 seconds, `2m` is 2 minutes, `1h` is 1 hour)
- `timeout` must be in Duration format. (`60s` is 60 seconds, `2m` is 2 minutes, `1h` is 1 hour)