Skip to content

[Enhancement] Add functionality to legal-hold command #176

Closed
@maddie-vargo

Description

@maddie-vargo

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:

  • Devices on Legal Hold
  • Legal Hold Storage by Organization

Phase II:

  • Transactions leveraging LegalHoldEvents endpoint (not currently on roadmap for Audit Log functionality)
  • Allow show to show details for all matters, not just one specified matter

Proposed API

code42cli legal-hold show <matter_id> —-include-devices
—include-devices  View all devices associated with legal hold custodians


code42cli legal-hold show <matter_id> —-include-org-storage
—include-org-storage   View total legal hold storage by organization

code42cli legal-hold events —-begin ‘2020-01-01 00:00’ —end ‘2020-06-01 00:00'
Usage: Fetch legal hold events
--begin  The beginning date range in which to look for events
--end    The end of the date range in which to look for events

Intended Use Case

Environment reporting

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions