DashboardTemplate
Package : spaceone.api.repository.v1
DashboardTemplate
DashboardTemplate Methods:
Method | Request | Response |
---|---|---|
register
POST /repository/v1/dashboard-template/register
update
POST /repository/v1/dashboard-template/update
deregister
POST /repository/v1/dashboard-template/deregister
enable
POST /repository/v1/dashboard-template/enable
disable
POST /repository/v1/dashboard-template/disable
get
POST /repository/v1/dashboard-template/get
list
POST /repository/v1/dashboard-template/list
Message
DashboardTemplateInfo
template_id (string)
Required
name (string)
Required
state (State)
Required
template_type (DashboardTemplateType)
Required
dashboards (ListValue)
Required
labels (ListValue)
Required
tags (Struct)
Required
domain_id (string)
Required
repository_info (RepositoryInfo)
Required
created_at (string)
Required
updated_at (string)
Required
DashboardTemplateQuery
query (Query)
template_id (string)
name (string)
state (State)
template_type (DashboardTemplateType)
repository_id (string)
DashboardTemplateRequest
template_id (string)
Required
DashboardTemplatesInfo
results (DashboardTemplateInfo)
Repeated
Required
total_count (int32)
Required
RegisterDashboardTemplateRequest
name (string)
Required
template_id (string)
template_type (DashboardTemplateType)
dashboards (ListValue)
labels (ListValue)
tags (Struct)
RepositoryDashboardTemplateRequest
template_id (string)
Required
repository_id (string)
UpdateDashboardTemplateRequest
template_id (string)
Required
name (string)
template_type (DashboardTemplateType)
dashboards (ListValue)
labels (ListValue)
tags (Struct)
Last updated