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

ome_firmware_baseline_compliance_info API limit #171

Closed
mrhollywoodgates opened this issue Nov 5, 2020 · 3 comments
Closed

ome_firmware_baseline_compliance_info API limit #171

mrhollywoodgates opened this issue Nov 5, 2020 · 3 comments
Labels
type/feature-request New feature or request

Comments

@mrhollywoodgates
Copy link

When using ome_firmware_baseline_compliance_info with the baseline_name option, the query only returns the top 100 results from the baseline report, instead of all the results.

This seems to be a result of the url:

baselines_compliance_report_path = "UpdateService/Baselines({Id})/DeviceComplianceReports"

which defaults to 100 responses.

Using:
baselines_compliance_report_path = "UpdateService/Baselines({Id})/DeviceComplianceReports?$top=1000"

would return the top 1000 responses.

This could be parameterized, or simply increased in the module.

@anupamaloke anupamaloke added the type/feature-request New feature or request label Nov 9, 2020
@grantcurell
Copy link
Contributor

@anupamaloke I'd be willing to take this one. I think I know what the problem is

@jagadeeshnv
Copy link
Collaborator

@mrhollywoodgates This has been fixed with the latest release 3.1.0. Kindly Verify

@jagadeeshnv
Copy link
Collaborator

@mrhollywoodgates Hope this is working fine with the latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants