exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 300 discussion

Actual exam question from Cisco's 350-901
Question #: 300
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 create 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
[Removed]
Highly Voted 2 years, 3 months ago
Answer is not correct. There's nothing called /object/hosts/ on a FDM, must be: /object/networks networkobject Bearer token POST
upvoted 22 times
it0
2 years, 3 months ago
Agreed, ID is undefined
upvoted 2 times
...
syauichi
2 years, 2 months ago
Answer is correct. API /object/hosts exists on FDM. 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
upvoted 2 times
ldlpi
2 years, 1 month ago
IMO It's strange to pass a ID in a POST action, because it's new... moreover the only available type is networkobject
upvoted 3 times
...
IzzyS
2 years, 2 months ago
answer is not correct - this is not FDM, FMC. cowm00 answer is the correct one https://developer.cisco.com/docs/ftd-api-reference/latest/#!addnetworkobject/example
upvoted 2 times
...
...
...
Amycert
Most Recent 7 months, 2 weeks ago
answer is incorrect: /object/networks networkobject Bearer token POST from documentation: For example, clicking the box for the POST /object/networks resource loads the following body: { "name": "string", "description": "string", "subType": "HOST", "value": "string", "type": "networkobject" }
upvoted 1 times
...
kirrim
1 year, 6 months ago
There's a payload, so you know you're doing a POST. The payload has to be specifying this is a type networkobject since no other choice makes sense in that box, so this has to be the networks URL (you're adding a new network with the subType=HOST) https://www.cisco.com/c/en/us/td/docs/security/firepower/ftd-api/guide/ftd-rest-api/ftd-api-methods.html#task_14BAEBFFEB594B62968A3DF2B86F6FF5 https://developer.cisco.com/docs/ftd-api-reference/latest/#!models-networkobject/networkobject POSTs to the network URL do not require an ID appended to the end of the URL string (you're adding a new object so there is no ID yet) 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_ccb_k3f_bcb f'{BASE_URL}/object/networks' "networkobject" f'Bearer {token}' "POST"
upvoted 1 times
...
xChdjdufurpew
2 years, 2 months ago
PUT hosts Request Type: PUT Description: Modifies a host object. URL: /api/fmc_config/v1/domain/{domain_UUID}/object/hosts/{object_UUID} URL to edit or update an override on a particular object: /api/fmc_config/v1/domain/{domain_UUID}/object/hosts/{parent_object_UUID} Permissions: Object Manager > Modify Object Manager POST hosts Request Type: POST Description: Creates or overrides the host objects with the specified parameters. URL: /api/fmc_config/v1/domain/{domain_UUID}/object/hosts URL for Bulk Post: /api/fmc_config/v1/domain/{domain_UUID}/object/hosts?bulk=true Permissions: Object Manager > Modify Object Manager
upvoted 1 times
VincentVega
1 year, 7 months ago
Please look BASE_URL at question - https://ftd.example.com/api/fdm/latest/. Not /api/fmc_config/v1/ There are another device. So corect https://ftd.example.com/api/fdm/latest/object/networks' Example exact same https://www.cisco.com/c/en/us/td/docs/security/firepower/ftd-api/guide/ftd-rest-api/ftd-api-methods.html#task_14BAEBFFEB594B62968A3DF2B86F6FF5
upvoted 3 times
...
...
hatsec
2 years, 3 months ago
Answer is correct
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago