Retrieve compliance frameworks statistics.

Parameters

ParameterDescription
DSL Filter-
Limit-
Search Text-
Start At Index-
Stats-

Example Output

{
	"data": {
		"total_count": 747,
		"frameworks": [
			{
				"display_name": "<string>",
				"id": "<string>",
				"custom": true,
				"description": "<string>",
				"active": true,
				"type": "<string>",
				"version": "<string>",
				"version_agnostic_display_name": "<string>",
				"is_ready": false,
				"framework_cloud_vendors": [
					"<string>"
				],
				"relevant_assets_sonar_query": [],
				"avg_score_percent": 392,
				"test_results": {
					"FAIL": 627,
					"PASS": 571
				},
				"categories": {
					"total_count": 637,
					"data": {
						"Storage": {
							"FAIL": 621,
							"PASS": 824,
							"TOTAL": 28
						},
						"Database": {
							"FAIL": 432,
							"PASS": 386,
							"TOTAL": 909
						},
						"Monitoring": {
							"FAIL": 829,
							"PASS": 182,
							"TOTAL": 419
						},
						"Users and Access": {
							"FAIL": 187,
							"PASS": 987,
							"TOTAL": 890
						},
						"Network": {
							"FAIL": 16,
							"PASS": 341,
							"TOTAL": 185
						},
						"Messaging Service": {
							"FAIL": 141,
							"PASS": 971,
							"TOTAL": 549
						},
						"Serverless": {
							"FAIL": 108,
							"PASS": 562,
							"TOTAL": 558
						},
						"Vm": {
							"FAIL": 320,
							"PASS": 299,
							"TOTAL": 483
						},
						"Encryption And Secrets": {
							"FAIL": 350,
							"PASS": 75,
							"TOTAL": 450
						},
						"Account": {
							"PASS": 226,
							"TOTAL": 646
						},
						"Compute Services": {
							"FAIL": 307,
							"PASS": 413,
							"TOTAL": 438
						},
						"Kubernetes": {
							"FAIL": 532,
							"PASS": 196,
							"TOTAL": 197
						}
					}
				},
				"top_accounts": [
					{
						"263747145414": {
							"account_name": "<string>",
							"FAIL": 908,
							"PASS": 841
						}
					}
				]
			}
		],
		"stats": {
			"score": {
				"avg_score_percent": 351,
				"score_over_time": [],
				"test_results": {
					"FAIL": 938,
					"PASS": 734,
					"UNSCORED": 619
				}
			},
			"accounts": {
				"total_count": 108,
				"data": [
					{
						"account_name": "<string>",
						"account_id": "<string>",
						"FAIL": 961,
						"PASS": 343,
						"UNSCORED": 329
					}
				]
			},
			"alerts": {
				"total_count": 720
			}
		}
	}
}

Workflow Library Example

List Compliance Frameworks with Orca Security and Send Results Via Email

Preview this Workflow on desktop