Retrieve the activity details of an active session.

Parameters

ParameterDescription
Live Session IDThe unique ID of the active PSM session.

Example Output

{
  "Activities": [
    {
      "ActivityText": "<text>",
      "ActivityType": <type>,
      "ActivityId": "<id>",
      "Formats": [
        "<format>"
      ],
      "Offsets": {
        "<format>": "<timestamp>"
      }
    },
    .
      .
      .
  ],
  "Total": <total>
}

Workflow Library Example

Get Active Session Activities with Cyberark and Send Results Via Email

Preview this Workflow on desktop

Retrieve the activity details of an active session.

Parameters

ParameterDescription
Live Session IDThe unique ID of the active PSM session.

Example Output

{
  "Activities": [
    {
      "ActivityText": "<text>",
      "ActivityType": <type>,
      "ActivityId": "<id>",
      "Formats": [
        "<format>"
      ],
      "Offsets": {
        "<format>": "<timestamp>"
      }
    },
    .
      .
      .
  ],
  "Total": <total>
}

Workflow Library Example

Get Active Session Activities with Cyberark and Send Results Via Email

Preview this Workflow on desktop