jsonendpoint.json 404 B

12345678910111213141516171819
  1. {
  2. "name": "jsonendpoint",
  3. "type": "grafana-simple-json-datasource",
  4. "typeLogoUrl": "",
  5. "access": "proxy",
  6. "url": "http://jsonendpoint:8000/",
  7. "password": "",
  8. "user": "",
  9. "database": "",
  10. "basicAuth": false,
  11. "basicAuthUser": "",
  12. "basicAuthPassword": "",
  13. "withCredentials": false,
  14. "isDefault": true,
  15. "jsonData": {},
  16. "secureJsonFields": {},
  17. "version": 2,
  18. "readOnly": false
  19. }