getOrgPmaDashbaords

GET https://{{host}}/api/v1/orgs/:org_id/pma/dashboards

Response Parameters

NameTypeDescription
namestringname of the dashboard
urlstringurl to access dashboard. Url will redirect the user to the dashboard.
labelstringgroup label name
descriptionstringdescription of the dashboard

RESPONSES

status: OK

[{"name":"dashboard_1","url":"https://api.mist.com/api/v1/forward/looker?jwt=...","label":"Wireless","description":"Dashboard 1 description."}]