nerdexam
Palo_Alto_Networks

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…

Prisma Cloud Platform

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)
  • A
    87% (27)
  • B
    10% (3)
  • D
    3% (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

#Prisma Cloud#RQL#Custom Policies#Configuration Management

Community Discussion

No community discussion yet for this question.

Full PCCSE Practice