How to determine the exact location of certain Session Recording
search cancel

How to determine the exact location of certain Session Recording

book

Article ID: 367004

calendar_today

Updated On:

Products

CA Privileged Access Manager (PAM)

Issue/Introduction

PAM Admin looking to determine what folder and filename is associated with a particular session recording from the PAM UI?

Environment

PAM 4.1.x

Resolution

Ultimately; for this information you would have to use the following API:

 GET /api.php/v1/sessionRecordings.json

in the "fields" parameter, put an asterisk(*) and then after executing:

in the output, you will see a section "fileName" that will advise the exact folder and filename associated with this session recording.