Schema
WriteStatusResponse
Response schema for write mode status. Provides current write mode state and audit information.
| Field | Type | Description |
|---|---|---|
blueprint_idrequired | string (uuid) | Blueprint UUID |
write_enabledrequired | boolean | Whether write operations are currently enabled |
write_enabled_at | string (date-time) | null | When writes were last enabled (None if never enabled) |
write_enabled_by | string | null | User ID who enabled writes (None if never enabled) |
write_enabled_reason | string | null | Reason provided when writes were enabled |
cycle_count_affected | integer | Number of active/running cycles affected by current mode |
last_write_operation_at | string (date-time) | null | Timestamp of the last write operation performed |
links | object | HATEOAS links for related actionsshow nestedEmpty object. |