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

Get Report Data - Can we chose which report (including custom) to GET #102

Open
Jblac03 opened this issue Aug 10, 2022 · 0 comments
Open

Comments

@Jblac03
Copy link

Jblac03 commented Aug 10, 2022

we would like to create a custom report and schedule this more than once a day, would it be possible to allow the choice of which report to pull

try:
query_name = "core_report_data"
variables = {
"first": 1000,
"filters": {
"objectType": object_type,
"complianceStatus": [],
"protectionStatus": [],
"cluster": {
"id": cluster_ids,
},
},
}
response = self._query_paginated(query_name, variables)
return response
except Exception:
raise

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

No branches or pull requests

1 participant