ProjectDashboard
description of dashboard
Package : spaceone.api.dashboard.v1
ProjectDashboard
ProjectDashboard Methods:
create
POST /dashboard/v1/project-dashboard/create
update
POST /dashboard/v1/project-dashboard/update
delete
POST /dashboard/v1/project-dashboard/delete
get
POST /dashboard/v1/project-dashboard/get
delete_version
POST /dashboard/v1/project-dashboard/delete-version
revert_version
POST /dashboard/v1/project-dashboard/revert-version
get_version
POST /dashboard/v1/project-dashboard/get-version
list_versions
POST /dashboard/v1/project-dashboard/list-versions
list
POST /dashboard/v1/project-dashboard/list
stat
POST /dashboard/v1/project-dashboard/stat
Message
CreateProjectDashboardRequest
project_id (string)
Requiredname (string)
Requiredviewers (Viewers)
Requireddomain_id (string)
Requiredlayouts (ListValue)
variables (Struct)
settings (Struct)
variables_schema (Struct)
labels (ListValue)
tags (Struct)
GetProjectDashboardRequest
project_dashboard_id (string)
Requireddomain_id (string)
Requiredonly (string)
Repeated
GetProjectDashboardVersionRequest
project_dashboard_id (string)
Requiredversion (int32)
Requireddomain_id (string)
Requiredonly (string)
Repeated
ProjectDashboardInfo
project_dashboard_id (string)
Requiredproject_id (string)
Requiredname (string)
Requiredviewers (Viewers)
Requiredversion (int32)
Requiredlayouts (ListValue)
Requiredvariables (Struct)
Requiredsettings (Struct)
Requiredvariables_schema (Struct)
Requiredlabels (ListValue)
Requiredtags (Struct)
Requireduser_id (string)
Requireddomain_id (string)
Requiredcreated_at (string)
Requiredupdated_at (string)
Required
ProjectDashboardQuery
domain_id (string)
Requiredquery (Query)
project_dashboard_id (string)
project_id (string)
name (string)
viewers (Viewers)
user_id (string)
ProjectDashboardRequest
project_dashboard_id (string)
Requireddomain_id (string)
Required
ProjectDashboardStatQuery
query (StatisticsQuery)
Requireddomain_id (string)
Required
ProjectDashboardVersionInfo
project_dashboard_id (string)
Requiredversion (int32)
Requiredlatest (bool)
Requiredlayouts (ListValue)
Requiredvariables (Struct)
Requiredsettings (Struct)
Requiredvariables_schema (Struct)
Requireddomain_id (string)
Requiredcreated_at (string)
Required
ProjectDashboardVersionQuery
project_dashboard_id (string)
Requireddomain_id (string)
Requiredquery (Query)
version (int32)
ProjectDashboardVersionRequest
project_dashboard_id (string)
Requiredversion (int32)
Requireddomain_id (string)
Required
ProjectDashboardVersionsInfo
results (ProjectDashboardVersionInfo)
RepeatedRequiredtotal_count (int32)
Required
ProjectDashboardsInfo
results (ProjectDashboardInfo)
RepeatedRequiredtotal_count (int32)
Required
UpdateProjectDashboardRequest
project_dashboard_id (string)
Requireddomain_id (string)
Requiredname (string)
layouts (ListValue)
variables (Struct)
settings (Struct)
variables_schema (Struct)
labels (ListValue)
tags (Struct)
Last updated