Dashboard [ait.alauda.io/v1alpha1]
- Description
- Dashboard is the Schema for the dashboards API
- Type
object
Specification
.spec
- Description
- DashboardSpec defines the desired state of Dashboard
- Type
object
.spec.panels
- Description
- Dashboard contains panels to show monitor indicator.
- Type
array
.spec.panels[]
- Description
- DashboardPanel defines the info of panel, including title, targets, position.
- Type
object- Required
descriptiontitle
.spec.panels[].targets
- Description
- Targets define an array of indicator
- Type
array
.spec.panels[].targets[]
- Type
object- Required
displayName
.spec.panels[].targets[].resources
- Description
- Resources defines the resources to monitor, empty array for all resources in a application; no need for custom indicator
- Type
array
.spec.panels[].targets[].resources[]
- Type
object- Required
kindname
API Endpoints
The following API endpoints are available:
/apis/ait.alauda.io/v1alpha1/namespaces/{namespace}/dashboardsDELETE: delete collection of DashboardGET: list objects of kind DashboardPOST: create a new Dashboard
/apis/ait.alauda.io/v1alpha1/namespaces/{namespace}/dashboards/{name}DELETE: delete the specified DashboardGET: read the specified DashboardPATCH: partially update the specified DashboardPUT: replace the specified Dashboard
/apis/ait.alauda.io/v1alpha1/namespaces/{namespace}/dashboards
- HTTP method
DELETE- Description
- delete collection of Dashboard
- HTTP responses
- HTTP method
GET- Description
- list objects of kind Dashboard
- HTTP responses
- HTTP method
POST- Description
- create a new Dashboard
- Query parameters
- Body parameters
- HTTP responses
/apis/ait.alauda.io/v1alpha1/namespaces/{namespace}/dashboards/{name}
- HTTP method
DELETE- Description
- delete the specified Dashboard
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified Dashboard
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified Dashboard
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified Dashboard
- Query parameters
- Body parameters
- HTTP responses