2021-02-18 12:33:17 -08:00
|
|
|
query getDashboard($urn: String!) {
|
|
|
|
dashboard(urn: $urn) {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
dashboardId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
charts {
|
|
|
|
urn
|
|
|
|
tool
|
|
|
|
type
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
owners {
|
|
|
|
owner {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
url
|
|
|
|
access
|
|
|
|
lastRefreshed
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
owners {
|
|
|
|
owner {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
2021-03-07 11:26:47 -08:00
|
|
|
globalTags {
|
|
|
|
tags {
|
|
|
|
tag {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
|
|
|
}
|