Skip to content

Commit cd96b9d

Browse files
committed
formatting updates
1 parent 9f4ec3f commit cd96b9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/developers/operations-api/system-operations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ _Operation is restricted to super_user roles only_
2020
"message": "Restarting HarperDB. This may take up to 60 seconds."
2121
}
2222
```
23+
2324
---
2425

2526
## Restart Service
@@ -47,6 +48,7 @@ _Operation is restricted to super_user roles only_
4748
```
4849

4950
---
51+
5052
## System Information
5153
Returns detailed metrics on the host system.
5254

@@ -63,6 +65,7 @@ _Operation is restricted to super_user roles only_
6365
```
6466

6567
---
68+
6669
## Set Status
6770
Sets a status value that can be used for application-specific status tracking. Status values are stored in memory and are not persisted across restarts.
6871

@@ -98,6 +101,7 @@ _Operation is restricted to super_user roles only_
98101
- For other status types, any string value is accepted
99102

100103
---
104+
101105
## Get Status
102106
Retrieves a status value previously set with the set_status operation.
103107

@@ -143,6 +147,7 @@ If no id parameter is provided, all status values will be returned:
143147
```
144148

145149
---
150+
146151
## Clear Status
147152
Removes a status entry by its ID.
148153

0 commit comments

Comments
 (0)