Skip to content

Platform Status Permissions

This page covers the roles and permissions required to view and manage the Platform Status page, including dataplane operations.

Workspace-Level Only

The Status page is a global platform feature — it is not scoped to individual datastores or teams. Unlike datastore features that use two permission layers (User Roles + Team Permissions), the Status page is controlled exclusively by User Roles. Team Permissions do not apply.

User Roles (Workspace-Level)

User Roles determine who can access the Status page and which actions they can perform.

Action Member Manager Admin
Access the Status page (view all sections)
Copy Status Summary
Refresh Status Summary
Restart Dataplane

How Permissions Work

To view the Status page, a user must have the Manager or Admin role. Users with the Member role are redirected away from the page.

To manage the dataplane (restart), a user must have the Admin role. The Restart Dataplane option is hidden from Managers.

Admin Full Access

Users with the Admin role have unrestricted access to all Status page features, including viewing all sections and restarting the dataplane.

UI Behavior Without Permission

Scenario What the User Sees
User has Member role Cannot access the Status page — the browser redirects to the Datastores page.
User has Manager role Can view all status sections (Details, Database, RabbitMQ, Dataplane, Private Routes). Can Copy and Refresh the status summary. The Restart Dataplane option is hidden from the actions menu.
User has Admin role Full access to all status sections and all management actions, including Restart Dataplane.

API Permissions

The Status API endpoints have different permission requirements than the UI. While the UI requires the Manager or Admin role to view the page, the underlying API endpoints can be called by users with at least the Member role. Only the restart endpoint requires Admin.

The following table maps each Status-related API endpoint to its minimum required role.

Endpoint Method Required Role Description
/ GET Member Retrieve platform info (version, cloud, engine, size).
/status GET Member Retrieve platform health (database, RabbitMQ, dataplane, private routes).
/admin/restart PUT Admin Restart the dataplane.

Full Permissions Reference

For the complete User Roles matrix across all Qualytics features, see the User Roles page.