Dashboard [ait.alauda.io/v1alpha1]
- 描述
- Dashboard is the Schema for the dashboards API
- 类型
object
规格
.spec
- 描述
- DashboardSpec defines the desired state of Dashboard
- 类型
object
.spec.panels
- 描述
- Dashboard contains panels to show monitor indicator.
- 类型
array
.spec.panels[]
- 描述
- DashboardPanel defines the info of panel, including title, targets, position.
- 类型
object- 必填
descriptiontitle
.spec.panels[].targets
- 描述
- Targets define an array of indicator
- 类型
array
.spec.panels[].targets[]
- 类型
object- 必填
displayName
.spec.panels[].targets[].resources
- 描述
- Resources defines the resources to monitor, empty array for all resources in a application; no need for custom indicator
- 类型
array
.spec.panels[].targets[].resources[]
- 类型
object- 必填
kindname
API 端点
可用的 API 端点如下:
/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/{name}/statusGET: read status of the specified DashboardPATCH: partially update status of the specified DashboardPUT: replace status of the specified Dashboard
/apis/ait.alauda.io/v1alpha1/namespaces/{namespace}/dashboards
- HTTP 方法
DELETE- 描述
- delete collection of Dashboard
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind Dashboard
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new Dashboard
- 查询参数
- 请求体参数
- HTTP 响应
/apis/ait.alauda.io/v1alpha1/namespaces/{namespace}/dashboards/{name}
- HTTP 方法
DELETE- 描述
- delete the specified Dashboard
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified Dashboard
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified Dashboard
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified Dashboard
- 查询参数
- 请求体参数
- HTTP 响应
/apis/ait.alauda.io/v1alpha1/namespaces/{namespace}/dashboards/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified Dashboard
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified Dashboard
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified Dashboard
- 查询参数
- 请求体参数
- HTTP 响应