Skip to content

jctjavier/iovio-task-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

iovio-task-four

status: complete

Description of task:

  • Run and configure demo instance
  • Write a data point into influxdb

Additional Information:

  • Used postman to write data point into the influxdb

InfluxDB Setup Information:

Requirements

  • mydb database has already been created in influxdb
  • Authentication token is available

Steps to write datapoint

  1. Download postman collection
  2. Ensure influx db is running and configured as described in "InfluxDB Setup Information" (Please see above)
  3. Load postman collection into Postman
  4. Input authentication token in header key = 'Authorization'
  5. Input data as a line in request body where data type is 'raw'. Example:
cpu_load_short,direction=in,host=server01,region=us-west value=2.0 1422568543702900257
  1. Run request
  2. Response should return 200

About

Task 4 for IOVIO TC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published