exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 274 discussion

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

DRAG DROP
-

Drag and drop the code from the bottom onto the box where the code is missing to delete a host object by using the Cisco Firepower Device Manager API. Not all options are used.

Show Suggested Answer Hide Answer
Suggested Answer:

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
xChdjdufurpew
Highly Voted 2 years, 4 months ago
DELETE /api/fdm/latest/object/networks/{objectId}
upvoted 7 times
...
williamluo
Most Recent 7 months, 2 weeks ago
curl -X DELETE \ --header "Accept: application/json" \ --header "Authorization: Bearer ${ACCESS_TOKEN}" \ "https://${HOST}:${PORT}/api/fdm/v6/object/networks/{objId}"
upvoted 1 times
williamluo
7 months, 2 weeks ago
https://developer.cisco.com/docs/ftd-api-reference/latest/deletenetworkobject/#example
upvoted 1 times
...
...
network_enthusiast
1 year, 5 months ago
object/host/{obect-id} is the correct answer
upvoted 1 times
network_enthusiast
1 year, 5 months ago
I withdraw my previous answer. Right answer will be /api/fdm/latest/object/networks/{objectId}
upvoted 2 times
...
...
Ch33s3y
1 year, 5 months ago
answer: f’{BASE_URL}/object/networks/{ID}’ f’Bearer {token}’, “DELETE” from: https://developer.cisco.com/docs/ftd-api-reference/latest/#!deletenetworkobject curl -X DELETE \ --header "Accept: application/json" \ --header "Authorization: Bearer ${ACCESS_TOKEN}" \ "https://${HOST}:${PORT}/api/fdm/v6/object/networks/{objId}"
upvoted 3 times
...
Pecoto
1 year, 10 months ago
code is missing to delete a host object I think explains all.
upvoted 1 times
...
DRHoppo
2 years, 1 month ago
ref ftd : https://developer.cisco.com/docs/ftd-api-reference/latest/#!addnetworkobject/http-request -answer should networks/{objectid}
upvoted 1 times
...
Fedesarucho
2 years, 3 months ago
from this page: https://www.cisco.com/c/en/us/td/docs/security/firepower/660/api/REST/firepower_management_center_rest_api_quick_start_guide_660/Objects_In_The_REST_API.html#reference_nn3_zff_bcb i think answer is correct
upvoted 4 times
i9t6
1 year, 12 months ago
That is the FMC api, question is using FDM, there is no hostObject but NetworkObject https://developer.cisco.com/docs/ftd-api-reference/latest/#!addnetworkobject
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 ...