v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1380629577.7 KB
projects

Creates a Dashboard.

post/v1/{+parent}/dashboards

Path parameters

parentstring required

Required. The parent resource of the dashboard.

Query parameters

dashboardIdstring

Optional. A unique ID for the new Dashboard. This ID will become the final component of the Dashboard's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

Request body

filterstring

Filter applied to all charts in the dashboard. Should support scope later.

readOnlyboolean

Output only. Whether the dashboard is read-only. All predefined dashboards are read-only and cannot be modified by the user.

descriptionstring

Dashboard description

updateTimestring google-datetime

Output only. Dashboard last update time.

createTimestring google-datetime

Output only. Dashboard creation time.

displayNamestring

User provided display name of the dashboard.

namestring

Identifier. Dashboard resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}

Response

Successful response