PCCSE · Question #130
Which two required request headers interface with Prisma Cloud API? (Choose two.)
The correct answer is A. Content-type:application/json B. x-redlock-auth. Prisma Cloud's REST API requires two key headers: 'Content-type: application/json' (A) specifies that the request/response body is JSON-formatted, and 'x-redlock-auth' (B) carries the JWT authentication token obtained from the /login endpoint. 'x-redlock-request-id' (C) is not a
Question
Which two required request headers interface with Prisma Cloud API? (Choose two.)
Options
- AContent-type:application/json
- Bx-redlock-auth
- C
x-redlock-request-id
- DContent-type:application/xml
How the community answered
(43 responses)- A95% (41)
- C2% (1)
- D2% (1)
Explanation
Prisma Cloud's REST API requires two key headers: 'Content-type: application/json' (A) specifies that the request/response body is JSON-formatted, and 'x-redlock-auth' (B) carries the JWT authentication token obtained from the /login endpoint. 'x-redlock-request-id' (C) is not a required header. 'Content-type: application/xml' (D) is incorrect because Prisma Cloud API uses JSON, not XML.
Topics
Community Discussion
No community discussion yet for this question.