addedOutput schema / properties
Added value: +{
+ "data": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "compliance_overview": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "compliance_rate_percent": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Compliant share of the fleet, 0-100",
+ "title": "Compliance Rate Percent"
+ },
+ "compliant_devices": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Devices in a compliant state",
+ "title": "Compliant Devices"
+ },
+ "noncompliant_devices": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Non-compliant devices",
+ "title": "Noncompliant Devices"
+ },
+ "total_devices": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Managed devices considered",
+ "title": "Total Devices"
+ }
+ },
+ "title": "ComplianceOverview",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "device_health": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "check_in_recency": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Device count by check-in recency bucket",
+ "title": "Check In Recency"
+ },
+ "stale_devices": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Devices that have not checked in recently (capped)",
+ "title": "Stale Devices"
+ },
+ "status_breakdown": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Device count by policy/check-in status",
+ "title": "Status Breakdown"
+ }
+ },
+ "title": "DeviceHealthSection",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "noncompliant_report": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "devices": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Non-compliant device records (capped at detail_limit)",
+ "title": "Devices"
+ },
+ "summary": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Aggregate counts",
+ "title": "Summary"
+ }
+ },
+ "title": "NoncompliantReportSection",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "policy_summary": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "by_status": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Policy count by status",
+ "title": "By Status"
+ },
+ "by_type": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Policy count by type",
+ "title": "By Type"
+ },
+ "total_policies": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Active policies considered",
+ "title": "Total Policies"
+ }
+ },
+ "title": "PolicySummarySection",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "title": "ComplianceSnapshotData",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "metadata": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Pagination, errors, per-section summaries, token-budget warnings, and correlation metadata. Shape varies per call.",
+ "title": "Metadata"
+ }
+}