We have created an alpha version of the API for scopes and scope/dashboard relationships. This is an OpenAPI and kubernetes style API.
There are two main objects (kinds):
Scope
: Each Scope's spec includes an array ofScopeFilter
and the string propertiestitle
anddescription
.ScopeFilter
haskey
,operator
(enum), andvalue
ScopeDashboardBinding
: The spec containsDashboard
andScope
, where each is the unique identifier (name
) to form the name.
To view dashboards that are available for a given scope, a list request for ScopeDashboardBindings
is made using a field selector on the scope
property of the bindings.