pci_compliance_summary
Get per-host PCI Pass/Fail status to identify non-compliant hosts. Filter by hostname or compliance status, page through results, and track total scope counts.
Instructions
Per-host PCI Pass/Fail status. The primary way to iterate hostnames.
Args: offset: 1-based record offset. 0 is invalid. limit: Rows per page, 1-1000. dns: Filter to a single hostname. compliance_status: Filter by "Pass" or "Fail". fetch_all: Walk every page rather than returning one.
There is deliberately no ip filter: Qualys ignores the documented spelling
and no working one has been confirmed, so an ip argument would appear to
narrow the results while returning every row.
Returns total_count so growth in scope is always visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dns | No | ||
| limit | No | ||
| offset | No | ||
| fetch_all | No | ||
| compliance_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||