You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: plugins/producer_api_plugin/producer.swagger.yaml
+33
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,39 @@ paths:
44
44
application/json:
45
45
schema:
46
46
$ref: "#/components/schemas/Error"
47
+
/producer/pause_at_block:
48
+
post:
49
+
summary: pause_at_block
50
+
description: |
51
+
Pause node at the specified block. Use /producer/resume to un-pause. If specified block is less than head then returns an error.
52
+
53
+
### Usage
54
+
55
+
Note that this pauses all nodes not just producer nodes. The common use case is to use on non-producer nodes as a way of freezing state. For example, a user might wish to download all the rows of a table. This would allow the user to freeze at a block number and then iterate through an entire table.
0 commit comments