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

Export format as JSON #3

Open
woanware opened this issue Jun 5, 2019 · 1 comment
Open

Export format as JSON #3

woanware opened this issue Jun 5, 2019 · 1 comment

Comments

@woanware
Copy link

woanware commented Jun 5, 2019

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"
    }
  ]
}
@woanware
Copy link
Author

woanware commented Jun 5, 2019

Would also be handy to include details about the host involved in the scan e.g. OS, hostname, IP

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant