ExamGecko
Question list
Search
Search

Question 35 - 350-701 discussion

Report
Export

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

A.

put

Answers
A.

put

B.

options

Answers
B.

options

C.

get

Answers
C.

get

D.

push

Answers
D.

push

E.

connect

Answers
E.

connect

Suggested answer: A, C

Explanation:

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.

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.

Reference: https://www.cisco.com/c/en/us/td/docs/security/asa/api/qsg-asa-api.html

asked 10/10/2024
Tony Hartzell
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first