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.
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
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
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"
}
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"
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
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
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
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.
[Removed]
Highly Voted 2 years, 3 months agoit0
2 years, 3 months agosyauichi
2 years, 2 months agoldlpi
2 years, 1 month agoIzzyS
2 years, 2 months agoAmycert
Most Recent 7 months, 2 weeks agokirrim
1 year, 6 months agoxChdjdufurpew
2 years, 2 months agoVincentVega
1 year, 7 months agohatsec
2 years, 3 months ago