getOrgPmaDashbaords
GET https://{{host}}/api/v1/orgs/:org_id/pma/dashboards
Response Parameters
Name | Type | Description |
---|---|---|
name | string | name of the dashboard |
url | string | url to access dashboard. Url will redirect the user to the dashboard. |
label | string | group label name |
description | string | description 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."}]