Get all global data sources
GET/perses-pulic/api/v1/globaldatasources
Retrieves a list of all global data sources.
Request
Responses
- 200
List of global data sources
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
uid string
name string
type string
[
{
"uid": "datasource-1",
"name": "Prometheus",
"type": "prometheus"
}
]
Loading...