Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lists all current tokens and their authorization.

Expand
titleClick here to expand sample CURL to modify for commands below.
Code Block
curl -X POST -d'{

  "name": "informational name",

  "read": true,

  "change": false

}' \
http://10.45.80.11:8086/rest/agent-config/1.0/tokens/ \
-H "Content-Type: application/json" \
-uadmin:admin

 

 

 

GET /rest/agent-config/1.0/tokens/

...