Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Export format as JSON #3

Description

@woanware

It would be nice to have the ability for the data to export as JSON, as it would make parsing the data easier to further automated tooling.

An simple example for the Get-ICScans command is below:

{
  "scans": [
    {
      "id": "5c7c1f0a-ff4d-4af8-9b9b-8c8a996fe95b",
      "targetList": "OfflineScans",
      "type": "ScanMetadata",
      "scanName": "Offline-20190605-1615"
    },
    {
      "id": "4c7c1f0a-ff4d-4af8-9b9b-8c8a996fe95b",
      "targetList": "OfflineScans",
      "type": "ScanMetadata",
      "scanName": "Offline-20190405-1615"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions