Retrieve compliance statistics and overview.

Parameters

ParameterDescription
DSL Filter-

Example Output

{
	"score": {
		"avg_score_percent": 811,
		"score_over_time": [],
		"test_results": {
			"FAIL": 391,
			"PASS": 558,
			"UNSCORED": 461
		}
	},
	"accounts": {
		"total_count": 418,
		"data": [
			{
				"account_name": "<string>",
				"account_id": "<string>",
				"FAIL": 669,
				"PASS": 912,
				"UNSCORED": 262
			}
		]
	},
	"alerts": {
		"total_count": 398
	}
}

Workflow Library Example

List Compliance Stats with Orca Security and Send Results Via Email

Preview this Workflow on desktop