streams-{stream Id}

Number of APIs: 8

  1. Commits processed offsets to consumer group state. POST {{baseUrl}}/streams/:streamId/commit?cursor=deserun

  2. Gets a stream GET {{baseUrl}}/streams/:streamId

  3. Updates a stream. PUT {{baseUrl}}/streams/:streamId

  4. Deletes a stream. DELETE {{baseUrl}}/streams/:streamId

  5. Moves a resource into a different compartment. POST {{baseUrl}}/streams/:streamId/actions/changeCompartment

  6. Creates a cursor for the specified stream. A cursor is used to consume a stream. POST {{baseUrl}}/streams/:streamId/cursors

  7. Creates a group-cursor for the specified stream. A cursor is used to consume a stream. POST {{baseUrl}}/streams/:streamId/groupCursors

  8. Extends the reservation timeout on partitions reserved by the provided cursor. POST {{baseUrl}}/streams/:streamId/heartbeat?cursor=deserun