HPC SERVER GET¶
Reads a single HPC server record (admin-only) by id and returns its DB fields plus the full options blob and convenience queue/solver summaries.
When to use¶
Tagged: hpc, hpc_server, server, read, job_submission, admin.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| HPC Server Id | hpcserver_id | text | — | ✓ | Numeric id of the HPC server to read. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| HPC Server | server | object | The HPC server record: DB fields + the full options object + queue/solver name summaries. |
| Status Message | status_message | text | Human-readable summary of the server (host, scheduler, queues, solvers, options key count). |
Disciplines¶
- platform.hpc_server
Auto-generated from platform schema. Worker id: hpc_server_get. Schema hash: 9b9c0036829f. Hand-curated docs in workerexamples/ override this page when present.