`session-recordings export` — 세션 녹화 내보내기

session-recordings export — 세션 녹화 내보내기

boundary session-recordings export 명령어는 RDP 세션 녹화 리소스를 비디오 파일로 내보내서 볼 수 있게 해줘요.

출처: HashiCorp Boundary docs

본문

예시 (Example)

다음 명령어는 ID가 cr_1234567890인 세션 녹화를 webm mime 타입으로 내보내요.

$ 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> — 내보내려는 연결 녹화(connection recording)의 ID예요.
  • -mime-type=<string> — 내보내기의 mime 타입이에요. 유효한 Boundary API mime 타입이어야 해요.

하위 명령어 (Subcommands)

session-recordings export 명령어에는 cancel과 read라는 두 개의 하위 명령어가 있어요.

cancel

cancel 명령어는 세션 녹화 내보내기를 취소해요.

예시 (Example)

다음 예시는 ID가 exp_1234567890인 세션 녹화 내보내기를 취소해요.

$ boundary session-recordings export cancel -id exp_1234567890
사용법 (Usage)
$ boundary session-recordings export cancel [options] [args]
Cancel 옵션 (Cancel options)

다음은 명령 옵션에 더해 특화된 옵션이에요.

  • -id=<string> — 취소하려는 세션 녹화 내보내기의 ID예요.

read

read 명령어는 세션 녹화 내보내기를 읽어요.

예시 (Example)

다음 예시는 ID가 exp_1234567890인 세션 녹화 내보내기를 읽어요.

$ boundary session-recordings export read -id exp_1234567890
사용법 (Usage)
$ boundary session-recordings export read [options] [args]
Read 옵션 (Read options)

다음은 명령 옵션에 더해 특화된 옵션이에요.

  • -id=<string> — 읽으려는 세션 녹화 내보내기의 ID예요.