RuntimeStatus
A runtime status information entry
Fields without arguments
| Name | Type | Description |
|---|---|---|
configurations | RuntimeStatusConfigurationConnection! | The detailed configuration entries for this runtime status (only for adapters) |
createdAt | Time! | Time when this RuntimeStatus was created |
id | RuntimeStatusID! | Global ID of this RuntimeStatus |
identifier | String! | The unique identifier for this runtime status |
lastHeartbeat | Time | The timestamp of the last heartbeat received from the runtime |
runtimeFeatures | [RuntimeFeature!]! | The set of features supported by the runtime |
status | RuntimeStatusStatus! | The current status of the runtime (e.g. running, stopped) |
type | RuntimeStatusType! | The type of runtime status information (e.g. adapter, execution) |
updatedAt | Time! | Time when this RuntimeStatus was last updated |