Get Admin Dashboard Data
GET/v1/admin/dashboard
Get admin dashboard data, requires global admin permissions
Request
Query Parameters
Filter by organization IDs
Filter by product IDs
Filter by environment IDs
Filter by sandbox IDs
Default value: 0
Pagination cursor (Page number)
Possible values: >= 1 and <= 100
Default value: 20
Number of items per page
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
required
Unique identifier for the row
Name of the customer organization
UUID of the customer organization
Grafana organization ID
Name of the customer product
UUID of the customer product
Unique name of the product
Name of the customer environment
UUID of the customer environment
Unique name of the environment
Name of the customer sandbox
UUID of the customer sandbox
Possible values: non-empty and <= 2083 characters
Base URL for the sandbox
Possible values: non-empty and <= 2083 characters
Custom URL for the sandbox, if any
Name of the AKS cluster
Possible values: non-empty and <= 2083 characters
Link to ArgoCD
Possible values: non-empty and <= 2083 characters
Link to Vault
Name of the database
Database connection string
Information about blob storage
Possible values: non-empty and <= 2083 characters
URL of the Fabric workspace
Possible values: non-empty and <= 2083 characters
URL of the Fabric SQL endpoint
Tableau project folder path
page_meta
object
required
Possible values: non-empty and <= 128 characters
Cursor to designate where you are in iterating through values. Start with '0', and pass this on subsequent calls to continue iteration
Possible values: >= 1 and <= 10000
Default value: 50
The maximum number of elements to be returned per call
Default value: 0
The total number of entities.
{
"data": [
{
"row_id": "string",
"customer_org": "string",
"cust_org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"grafana_org_id": "string",
"customer_product": "string",
"cust_prod_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"prod_unique_name": "string",
"customer_environment": "string",
"cust_env_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"env_unique_name": "string",
"customer_sandbox": "string",
"cust_sand_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"base_url": "string",
"custom_url": "string",
"aks_cluster": "string",
"argocd_link": "string",
"vault_link": "string",
"db_name": "string",
"db_connection_string": "string",
"blob_storage_info": "string",
"fabric_workspace_url": "string",
"fabric_sql_endpoint_url": "string",
"tableau_project_folder": "string"
}
],
"page_meta": {
"cursor": "string",
"page_size": 50,
"total": 0
}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}