v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList cloud rules
List cloud rules. Requires scope clouds:read
get/clouds/rules
Query parameters
cloud_idinteger
Optional: Filters the open issue count to only count the issues related to the specified cloud
Response
A list of cloud rules
Example response
[
{
"code": "aik_cloud_aws_001",
"title": "Root account should have MFA enabled",
"description": "The root account is the most privileged user in an AWS account. MFA adds an extra layer of protection on top of a user name and password.",
"how_to_fix": "Using the IAM console navigate to Dashboard and expand Activate MFA on your root account.",
"cloud_type": "aws",
"open_issues_count": 1
}
]