DashboardDetailResponseV1Dot1
DashboardDetailResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| alerts optional | Alert information related to the dashboard | any of [AlertsObjectDTO, null] | |
| created_at required | Created date time Example : | string (date-time) | |
| created_by required | Creator ID Example : user-xxxxxxxx | string | |
| favorite_enabled required | Whether it is a favorite dashboard Example : True | boolean | |
| id required | Dashboard’s unique ID Example : b48e730a70e74f6aa3d2555000b5c22b | string | |
| modified_at optional | Modified date time Example : | any of [string (date-time), null] | |
| modified_by optional | Modifier ID Example : user-yyyyyyyy | any of [string, null] | |
| name required | Dashboard’s name Example : Production-Web-Servers | string | |
| product_name required | Associated resource type Example : ServiceWatch | string | |
| resource_id required | Associated resource ID Example : c8e41e595ad040a8abe57e2ffc109113 | string | |
| resource_name required | Associated resource name Example : Production-Web-Servers | string | |
| resource_type required | Associated resource type Example : dashboard | string | |
| share_type required | Sharing type Example : Private | string | |
| srn required | Service resource name (SRN) Example : srn:vs:kr-central-1:123456789012:instance/c8e41e595ad040a8abe57e2ffc109113 | string | |
| type required | Dashboard type Example : Custom | string | |
| widgets optional | List of widgets included in the dashboard | any of [array[WidgetDetailDtoV1Dot1], null] |