Skip to content
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

zipped reports download #2359

Merged
merged 2 commits into from
Nov 7, 2024
Merged

zipped reports download #2359

merged 2 commits into from
Nov 7, 2024

Conversation

gnmahanth
Copy link
Contributor

@gnmahanth gnmahanth commented Nov 6, 2024

Fixes #

Changes proposed in this pull request:

sample request:

curl 'https://<console-ip>/deepfence/reports'  \
-H 'authorization: Bearer <token>'   \
--data-raw '{
  "filters": {
    "advanced_report_filters": {},
    "include_dead_nodes": true,
    "node_type": "host",
    "scan_type": "compliance",
    "severity_or_check_type": []
  },
  "report_type": "pdf",
  "zipped_report": true
}'   --insecure

@gnmahanth gnmahanth changed the title WIP: zipped reports download zipped reports download Nov 6, 2024
@gnmahanth gnmahanth force-pushed the zip-reports branch 2 times, most recently from 932a53d to ca56564 Compare November 7, 2024 12:54
@gnmahanth gnmahanth merged commit 2a96f08 into main Nov 7, 2024
3 of 4 checks passed
@gnmahanth gnmahanth deleted the zip-reports branch November 7, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants