streams-{stream Id}
Number of APIs: 8
-
Commits processed offsets to consumer group state. POST {{baseUrl}}/streams/:streamId/commit?cursor=deserun
-
Gets a stream GET {{baseUrl}}/streams/:streamId
-
Updates a stream. PUT {{baseUrl}}/streams/:streamId
-
Deletes a stream. DELETE {{baseUrl}}/streams/:streamId
-
Moves a resource into a different compartment. POST {{baseUrl}}/streams/:streamId/actions/changeCompartment
-
Creates a cursor for the specified stream. A cursor is used to consume a stream. POST {{baseUrl}}/streams/:streamId/cursors
-
Creates a group-cursor for the specified stream. A cursor is used to consume a stream. POST {{baseUrl}}/streams/:streamId/groupCursors
-
Extends the reservation timeout on partitions reserved by the provided cursor. POST {{baseUrl}}/streams/:streamId/heartbeat?cursor=deserun