{ "opencollection": "1.0.0", "info": { "name": "Agent Admin AuditTrail API", "version": "25.8.1" }, "items": [ { "info": { "name": "AuditTrail", "type": "folder" }, "items": [ { "info": { "name": "Get a list of actions performed by a privileged account acting as privileged user given a period of time.", "type": "http" }, "http": { "method": "GET", "url": "youragentURL.symphony.com/agent/v1/audittrail/privilegeduser", "headers": [ { "name": "sessionToken", "value": "" }, { "name": "keyManagerToken", "value": "" } ], "params": [ { "name": "startTimestamp", "value": "", "type": "query", "description": "Start timestamp in unix timestamp in millseconds." }, { "name": "endTimestamp", "value": "", "type": "query", "description": "End timestamp in unix timestamp in millseconds. If not specified, it assumes to be current time." }, { "name": "before", "value": "", "type": "query", "description": "Return results from an opaque “before” cursor value as presented via a response cursor." }, { "name": "after", "value": "", "type": "query", "description": "Return results from an opaque “after” cursor value as presented via a response cursor." }, { "name": "limit", "value": "", "type": "query", "description": "Max No. of violations to return. If no value is provided, 50 is the default.\nSome maximums for limit may be enforced for performance reasons.\nThe maximum supported value is 500.\n" }, { "name": "initiatorId", "value": "", "type": "query", "description": "If present, only the initiator with this initiator will be returned." }, { "name": "role", "value": "", "type": "query", "description": "If present, only the audit trail initiated by s user with privileged role acting as\nprivileged user will be returned.\nPrivileged eliglible roles:\nUser Provisioning (USER_PROVISIONING),\nContent Management (CONTENT_MANAGEMENT),\nExpression Filter Policy Management (EF_POLICY_MANAGEMENT),\nSCO (SUPER_COMPLIANCE_OFFICER),\nCO (COMPLIANCE_OFFICER),\nSuper admin (SUPER_ADMINISTRATOR),\nAdmin (ADMINISTRATOR),\nL1 (L1_SUPPORT),\nL2 (L2_SUPPORT),\nScope Manager (SCOPE_MANAGEMENT)\n" } ] }, "docs": "Get a list of actions performed by a privileged account acting as privileged user given a period of time." } ] } ], "bundled": true }