62 lines
No EOL
1.5 KiB
JSON
62 lines
No EOL
1.5 KiB
JSON
{
|
|
"$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json",
|
|
"annotations": true,
|
|
"dependencies": {
|
|
"grafanaDependency": "\u003e=8.5.13",
|
|
"grafanaVersion": "8.5.x",
|
|
"plugins": []
|
|
},
|
|
"id": "marcusolsson-json-datasource",
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"build": {
|
|
"time": 1685459747841,
|
|
"repo": "https://github.com/grafana/grafana-json-datasource",
|
|
"branch": "main",
|
|
"hash": "503899b1dd5e3ea19b29f29097e00b38015a569f",
|
|
"build": 20
|
|
},
|
|
"description": "A data source plugin for loading JSON APIs into Grafana.",
|
|
"keywords": [
|
|
"json",
|
|
"api"
|
|
],
|
|
"links": [
|
|
{
|
|
"name": "Documentation",
|
|
"url": "https://grafana.github.io/grafana-json-datasource"
|
|
},
|
|
{
|
|
"name": "Website",
|
|
"url": "https://github.com/grafana/grafana-json-datasource"
|
|
},
|
|
{
|
|
"name": "License",
|
|
"url": "https://github.com/grafana/grafana-json-datasource/blob/main/LICENSE"
|
|
}
|
|
],
|
|
"logos": {
|
|
"large": "img/logo.svg",
|
|
"small": "img/logo.svg"
|
|
},
|
|
"screenshots": [
|
|
{
|
|
"name": "Explore (Dark)",
|
|
"path": "img/dark.png"
|
|
},
|
|
{
|
|
"name": "Explore (Light)",
|
|
"path": "img/light.png"
|
|
}
|
|
],
|
|
"updated": "2023-05-30",
|
|
"version": "1.3.6"
|
|
},
|
|
"logs": true,
|
|
"metrics": true,
|
|
"name": "JSON API",
|
|
"type": "datasource"
|
|
} |