Exam PCCSE All QuestionsBrowse all questions from this exam
Question 209

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?

    Correct Answer: C

    To create a new custom compliance standard based on other individual custom compliance standards, the API calls must be made in a logical order. First, the new compliance standard needs to be added, which is done with the endpoint 'https://api.prismacloud.io/compliance/add'. Next, we need to add compliance requirements to the newly created standard, done using 'https://api.prismacloud.io/compliance/complianceld/requirement'. Finally, sections need to be added to the compliance requirements, using the endpoint 'https://api.prismacloud.io/compliance/requirementld/section'. Therefore, the correct order of API calls is as follows: 1) 'https://api.prismacloud.io/compliance/add', 2) 'https://api.prismacloud.io/compliance/complianceld/requirement', and 3) 'https://api.prismacloud.io/compliance/requirementld/section'.

Discussion
SpippoloOption: B

B https://api.prismacloud.io/compliance Add Compliance Standard https://api.prismacloud.io/compliance/complianceld/requirement Add Compliance Requirement https://api.prismacloud.io/compliance/requirementld/section Add Compliance Requirement Section https://pan.dev/prisma-cloud/api/cspm/get-all-standards/