ExternalDashboard
Represents an external dashboard that links to another system or URL
Attributes
| Field | Type | Default | Description | 
|---|---|---|---|
| path | string | None | A unique path to this object | 
| name | string | None | The unique name of the dashboard across the entire project | 
| file_path | string | None | The path to the file that contains the object definition. | 
| level | Any of: integer, string | None | The importance level of the dashboard (either an index number or level title) | 
| tags | array | None | A list of tags associated with the dashboard | 
| description | string | None | A description of the dashboard's purpose and contents | 
| type | string | external | The type of dashboard (always 'external') | 
| href | string | None | URL to the external dashboard |