{ "opencollection": "1.0.0", "info": { "name": "Management Applications Dashboards API", "version": "1" }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "Delete a Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/dashboard/:dashId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "dashId", "value": "", "type": "path" }, { "name": "parent_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a Dashboard" }, { "info": { "name": "Copy Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/dashboard/:id/copy", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "to_app_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Copy Dashboard" }, { "info": { "name": "Get a Dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/dashboards", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a Dashboard" }, { "info": { "name": "Create New Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/dashboards", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create New Dashboard" }, { "info": { "name": "Copy All Dashboards", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/dashboards/copy", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "to_app_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Copy All Dashboards" }, { "info": { "name": "Update a Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/dashboards/:dashId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "dashId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a Dashboard" }, { "info": { "name": "Delete a Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/dashboards/:dashId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "dashId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a Dashboard" }, { "info": { "name": "Casccade delete a Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/dashboards/:dashId/cascade", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "dashId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Casccade delete a Dashboard" }, { "info": { "name": "Add Dashboards ACL permission", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/dashboards/:id/policy/acl", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "grantee", "value": "", "type": "query" }, { "name": "permission", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add Dashboards ACL permission" }, { "info": { "name": "Delete Dashboards ACL permission", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/dashboards/:id/policy/acl", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "grantee", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Dashboards ACL permission" } ] } ], "bundled": true }