Files

2.3 KiB

Language / Язык: English | Русский

Web UI

Console is served from the Keystone/UI port (5000 on the gateway).

URL Purpose
/ or /console Interactive console
/docs OpenAPI (simulator)
/ui/api/… UI JSON APIs

Console main view

Endpoints drawer

Browse the pack surface by service (for example Adjutant). Each path shows the supported verbs.

Endpoints drawer

Sending requests

Pick a verb + path, then Send. Successful calls show status and JSON in RESPONSE.

Request and response

Request parameters

For POST / PUT / PATCH, Request parameters lists schema fields (dotted names for nested OpenStack envelopes) with types, optional flags, and example values. The Request body JSON is built from those fields.

Request parameters

Authentication drawer

Sign in with lab Keystone users (admin / secret, projects such as admin or demo). Optional paste of an existing X-Auth-Token.

Authentication drawer

Environment drawer

  • Runtime / catalog / active microversion, plus live cloud inventory (servers, nets, volumes…)

Environment drawer

API catalog drawer

  • Select an OpenStack series card (os · yoga …), choose a microversion on the card, then Apply as runtime (choice is remembered across reloads)

API catalog drawer

Data drawer

  • Load demo cloud — sized clusters (small / large / big)
  • Reset to minimal — minimal lab seed

Data drawer

History drawer

Recent console calls with method, URL, and status.

History drawer

Help · Compatibility

Pack surface coverage for the active series (declared / implemented ops, services, verb mix).

Help compatibility

Branding

OpenStack red #ED1C24, console wordmark. Themes follow the shared console chrome (light/dark).

Health

  • /health/live — process up
  • /health/ready — migrations applied + DB reachable