DashboardTemplate
Package : spaceone.api.repository.v1
DashboardTemplate
DashboardTemplate Methods:
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)
Requiredname (string)
Requiredstate (State)
Requiredtemplate_type (DashboardTemplateType)
Requireddashboards (ListValue)
Requiredlabels (ListValue)
Requiredtags (Struct)
Requireddomain_id (string)
Requiredrepository_info (RepositoryInfo)
Requiredcreated_at (string)
Requiredupdated_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)
RepeatedRequiredtotal_count (int32)
Required
RegisterDashboardTemplateRequest
name (string)
Requiredtemplate_id (string)
template_type (DashboardTemplateType)
dashboards (ListValue)
labels (ListValue)
tags (Struct)
RepositoryDashboardTemplateRequest
template_id (string)
Requiredrepository_id (string)
UpdateDashboardTemplateRequest
template_id (string)
Requiredname (string)
template_type (DashboardTemplateType)
dashboards (ListValue)
labels (ListValue)
tags (Struct)
Last updated