Create a Dashboard

post

/api/dashboard/Dashboards

Creates a new dashboard.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Dashboard Name
    Example: Basic Services Dashboard
  • Indicates if the header should be shown when the dashboard is rendered
    Example: 0
  • Maximum number of columns the dashboard will render before wrapping additional panels onto the next row
    Example: 4
  • Owner User Group ID
    Example: 0
  • Owner User ID
    Example: 0
  • JSON string of parameters relating to the panel
    Example: [{"PartTypeID":"6","width":100,"DashboardName":"Basic Services Dashboard","InitialExpansion":"0","InitialExpansionDynamic":"1","InitialView":"Summary","InitialViewDynamic":"1","LinkTarget":"NewWindow","LinkTargetDynamic":"1","PanelName":"Test","PartTypeID":"6","RefreshRate":"","RootID":"root","RootIDDynamic":"1","ShowToolbar":"1","SummaryInitialExpansion":"all","SummaryInitialExpansionDynamic":"1","SummaryNodeSize":"Normal","SummaryNodeSizeDynamic":"1","SummaryTreeType":"LeftToRight","SummaryTreeTypeDynamic":"1","TimeRangeDynamic":"1","TimeRange":"now-24h..now..","Width":"1","recordID":"DashboardsDashboard","width":"1","AutoHeight":1}]
  • Interval in seconds that the dashboard will automatically refresh all panel content. Null indicates the dashboard does not auto refresh
    Example: oracle.doceng.json.BetterJsonNull@4d705112
  • Viewers
    List of user groups that can view
Nested Schema : Viewers
Type: array
List of user groups that can view
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : SuccessfulAddOperation
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: array
The properties of the new dashboard.
Show Source
Nested Schema : dashboardDashboardsRead
Type: object
Show Source
  • The dashboard ID.
    Example: 12
  • Dashboard Name
    Example: Basic Services Dashboard
  • Dashboard Type id
    Example: 1
  • Dashboard Type Name
    Example: Basic
  • Indicates if the header should be shown when the dashboard is rendered
    Example: 0
  • Maximum number of columns the dashboard will render before wrapping additional panels onto the next row
    Example: 4
  • Owner
    Example: [Public to All Users and Groups]
  • Owner User Group ID
    Example: 0
  • Owner User ID
    Example: 0
  • JSON string of parameters relating to the panel
    Example: [{"PartTypeID":"6","width":100,"DashboardName":"Basic Services Dashboard","InitialExpansion":"0","InitialExpansionDynamic":"1","InitialView":"Summary","InitialViewDynamic":"1","LinkTarget":"NewWindow","LinkTargetDynamic":"1","PanelName":"Test","PartTypeID":"6","RefreshRate":"","RootID":"root","RootIDDynamic":"1","ShowToolbar":"1","SummaryInitialExpansion":"all","SummaryInitialExpansionDynamic":"1","SummaryNodeSize":"Normal","SummaryNodeSizeDynamic":"1","SummaryTreeType":"LeftToRight","SummaryTreeTypeDynamic":"1","TimeRangeDynamic":"1","TimeRange":"now-24h..now..","Width":"1","recordID":"DashboardsDashboard","width":"1","AutoHeight":1}]
  • Interval in seconds that the dashboard will automatically refresh all panel content. Null indicates the dashboard does not auto refresh
    Example: oracle.doceng.json.BetterJsonNull@4d705112
  • Viewers
    List of user groups that can view
Nested Schema : Viewers
Type: array
List of user groups that can view
Show Source
Nested Schema : items
Type: object
Show Source

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top