session-recordings export
Command: boundary session-recordings export
The boundary session-recordings export command lets you export RDP session recording resources as video files so that you can view them.
Example
The following command exports a session recording with the ID cr_1234567890 using the webm mime-type:
$ boundary session-recordings export -connection-recording-id cr_1234567890 -mime-type video/webm
Usage
$ boundary session-recordings export [options] [args]
Command options
-connection-recording-id=<string>- The ID of the connection recording that you want to export.-mime-type=<string>- The export's mime type. It must be a valid Boundary API mime type.
Subcommands
The session-recordings export command has two subcommands, cancel and read:
The cancel command cancels a session recording export.
Example
The following example cancels a session recording export with the ID exp_1234567890:
$ boundary session-recordings export cancel -id exp_1234567890
Usage
$ boundary session-recordings export cancel [options] [args]
Cancel options
The following are specific options in addition to the command options:
-id=<string>- The ID of the session recording export that you want to cancel.