본문으로 건너뛰기

DashboardCreate

Payload used to create Dashboard. The required field is name.

nameName (string)필수
alias object
하나 이상(anyOf)
string
collection_id object

Identifier of the containing collection.

하나 이상(anyOf)
string

Possible values: non-empty

folder_id object
하나 이상(anyOf)
string
tags object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object
    하나 이상(anyOf)
    string
    widgets object[]

    Dashboard widgets

  • Array [
  • config object필수
    property name*any
    layout object필수
    property name*any
  • ]
  • shared object

    Whether the dashboard is shared

    하나 이상(anyOf)
    boolean
    refresh_interval object

    Viewer auto-refresh interval in seconds. Set to 0 or null to disable auto-refresh.

    하나 이상(anyOf)
    integer
    DashboardCreate
    {
    "name": "string",
    "alias": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "widgets": [
    {
    "config": {},
    "layout": {}
    }
    ],
    "shared": true,
    "refresh_interval": 0
    }