nerdexam
Palo_Alto_Networks

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

Prisma Cloud Platform

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)
  • A
    95% (41)
  • C
    2% (1)
  • D
    2% (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

#Prisma Cloud API#API headers#Authentication#Content-type

Community Discussion

No community discussion yet for this question.

Full PCCSE Practice