PCCSE · Question #221
Creation of a new custom compliance standard that is based on other individual custom compliance standards needs to be automated. Assuming the necessary data from other standards has been collected, w
The correct answer is B. 1) https://api.prismacloud.io/compliance. To programmatically create a custom compliance standard in Prisma Cloud via API, the correct first call is a POST to 'https://api.prismacloud.io/compliance' (without '/add') to create the new compliance standard itself. Subsequent calls then add requirements and sections to that
Question
Creation of a new custom compliance standard that is based on other individual custom compliance standards needs to be automated. Assuming the necessary data from other standards has been collected, which API order should be used for this new compliance standard?
Options
How the community answered
(24 responses)- A4% (1)
- B88% (21)
- C8% (2)
Explanation
To programmatically create a custom compliance standard in Prisma Cloud via API, the correct first call is a POST to 'https://api.prismacloud.io/compliance' (without '/add') to create the new compliance standard itself. Subsequent calls then add requirements and sections to that standard. Option A and C use a '/compliance/add' endpoint which is not the correct Prisma Cloud API path for creating a new compliance standard. Option D also starts with the correct base endpoint but differs in the subsequent steps. The Prisma Cloud API uses POST /compliance to create the standard, then POST /compliance/{id}/requirement to add requirements, making B the correct sequence.
Topics
Community Discussion
No community discussion yet for this question.