Skip to main content
Authenticate with Aria Compute ROUTER using your username and password. A successful login sets a session cookie that you can use for subsequent requests to both the management plane and the data plane.

Endpoint

Authentication

No authentication required.

Request Body

string
required
Username of the account.
string
required
Password for the account.

Response

string
Unique identifier of the authenticated user.
string
Username of the authenticated user.
string | null
Email address if set, otherwise null.
string
User role, such as "user" or "admin".
boolean
Whether the account is currently disabled.