PCCSE · Question #137
Which two attributes are required for a custom config RQL? (Choose two.)
The correct answer is A. json.rule C. api.name. A Config RQL query in Prisma Cloud has two mandatory attributes: 'api.name' and 'json.rule'. The 'api.name' attribute specifies which cloud API (e.g., aws-ec2-describe-instances) to query, defining the resource type to examine. The 'json.rule' attribute defines the…
Question
Which two attributes are required for a custom config RQL? (Choose two.)
Options
- Ajson.rule
- Bcloud.account
- Capi.name
- Dtag
How the community answered
(31 responses)- A87% (27)
- B10% (3)
- D3% (1)
Explanation
A Config RQL query in Prisma Cloud has two mandatory attributes: 'api.name' and 'json.rule'. The 'api.name' attribute specifies which cloud API (e.g., aws-ec2-describe-instances) to query, defining the resource type to examine. The 'json.rule' attribute defines the JSONPath-based condition to evaluate against the resource configuration returned by that API. Without both, the query is incomplete. 'cloud.account' and 'tag' are optional filter attributes used to narrow results but are not required for a valid Config RQL query.
Topics
Community Discussion
No community discussion yet for this question.