nerdexam
Cisco

350-701 · Question #26

Which two request methods of REST API are valid on the Cisco ASA Platform? (Choose two.)

The correct answer is A. put C. get. Available request methods are: GET – Retrieves data from the specified object. PUT – Adds the supplied information to the specified object; returns a 404 Resource Not Found error if the object does not exist. POST – Creates the object with the supplied information. DELETE –…

Submitted by skyler.x· Mar 30, 2026Network Security

Question

Which two request methods of REST API are valid on the Cisco ASA Platform? (Choose two.)

Options

  • Aput
  • Boptions
  • Cget
  • Dpush
  • Econnect

How the community answered

(20 responses)
  • A
    85% (17)
  • B
    10% (2)
  • D
    5% (1)

Explanation

Available request methods are: GET – Retrieves data from the specified object. PUT – Adds the supplied information to the specified object; returns a 404 Resource Not Found error if the object does not exist. POST – Creates the object with the supplied information. DELETE – Deletes the specified object. PATCH – Applies partial modifications to the specified object.

Topics

#REST API methods#Cisco ASA#HTTP methods

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice