exam questions

Exam 350-701 All Questions

View all questions & answers for the 350-701 exam

Exam 350-701 topic 1 question 2 discussion

Actual exam question from Cisco's 350-701
Question #: 2
Topic #: 1
[All 350-701 Questions]

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

  • A. put
  • B. options
  • C. get
  • D. push
  • E. connect
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sajoz123
Highly Voted 3 years ago
ans is correct. 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.
upvoted 11 times
abdulmalik_mail
3 years ago
reference : https://www.cisco.com/c/en/us/td/docs/security/asa/api/qsg-asa-api.html
upvoted 3 times
...
...
AkosiRomeo
Most Recent 1 month ago
Selected Answer: AC
A C is the correct answer
upvoted 1 times
...
CyberGhost666
1 month, 2 weeks ago
Selected Answer: AC
GET and PUT are the correct and valid REST API methods for Cisco ASA.
upvoted 1 times
...
Marshpillowz
11 months ago
Selected Answer: AC
A and C are correct answers. Request Structure 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.
upvoted 1 times
...
Anonymous983475
2 years ago
Selected Answer: AC
Definitely A and C sajoz123 described exactly why.
upvoted 2 times
...
sull3y
2 years ago
AC GET and PUT are valid request methods of REST API that can be used on the Cisco ASA Platform. GET is used to retrieve information from the server, while PUT is used to update or replace existing information on the server. The other options are not valid request methods of REST API on the Cisco ASA Platform.
upvoted 2 times
...
ross123
2 years, 1 month ago
Selected Answer: AC
Correct answer as per https://www.cisco.com/c/en/us/td/docs/security/asa/api/qsg-asa-api.html
upvoted 1 times
...
Naderelmansi
2 years, 3 months ago
Selected Answer: AE
The ASA REST API gives you programmatic access to managing individual ASAs through a Representational State Transfer (REST) API. The API allows external clients to perform CRUD (Create, Read, Update, Delete) operations on ASA resources; it is based on the HTTPS protocol and REST methodology. All API requests are sent over HTTPS to the ASA, and a response is returned. This section provides an overview of how requests are structured, and the expected responses, Request Structure 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.
upvoted 1 times
cyberwhizzy0
1 year, 7 months ago
I guess you meant to write AC
upvoted 2 times
...
...
sheki2005
2 years, 9 months ago
yes correct answers
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...