thycotic-ps / thycotic.secretserver

PowerShell module for automating with Thycotic Secret Server REST API
https://thycotic-ps.github.io/thycotic.secretserver
MIT License
68 stars 22 forks source link

Get Recorded Session Video Stream #401

Open pjhavariotis opened 3 months ago

pjhavariotis commented 3 months ago

Summarize Functionality

In the REST API, there is already a method to download the video stream for a recorded session. Are there any plans to provide the same functionality in the PowerShell module? However, what is missing from the REST API is the Checksum (SHA512) information to validate the integrity of the video file.

Is this a wrapper command that will utilize current commands already in the module?

None

Is this a command based on a REST API endpoint?

Yes

Is the endpoint only found in a specific version of Secret Server

Yes

Technical Details

No response