-
Notifications
You must be signed in to change notification settings - Fork 13
[Enhancement] Add functionality to legal-hold command #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Phase I merged in with PR#192 | Looking to start the conversation on Phase II LegalHoldEventsThis information is visible in console through the Legal Hold Timeline, but it is neither queryable or exportable. Because this is already visible in console, this has been deprioritized for Audit Log. The prosed addition is such:
To accomplish this, we will need to add a method to py42 to gather all events from the LegalHoldEvent resource. Show details for all mattersThis was discussed in PR#192 - the show command is intended to show details on one object while list show the details about many objects. We have added functionality to show all devices on legal hold in the |
@timabrmsn for input |
I think that proposal for legal hold events is good. For reporting on legal hold users, what types of detail are customers looking for? Or is it just to get a list of all usernames that are currently on legal hold? |
Ok. The LegalHoldEvent api requires a very particular ISO date format (e.g. 2021-02-19T10:00:00.000-05:00). Is there any existing date handling in py42 / cli that takes user input to match specific formats? As for the users, customers care about username, first name, last name. |
In |
PR #264 address the events portion of Phase II. The remaining item is: The details that we wish to show are the user memberships. Issue #259 will add a If others agree, then we can close this Issue. |
Summary
The Code42 console does not offer sufficient options for querying legal hold. Technical Services utilizes and maintains a script that allows customer to report on legal hold objects and memberships. A number of these reporting options are already available through the
legal-hold
cli command; however, some are not.Paul Hirst, the developer of the script, and I identified the current gaps and separated them into two phases.
Phase I:
Phase II:
show
to show details for all matters, not just one specified matterProposed API
Intended Use Case
Environment reporting
The text was updated successfully, but these errors were encountered: