exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 49 discussion

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

DRAG DROP -

Refer to the exhibit. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the cURL exhibit to complete the cURL request to FirePower Device Manager API to create objects. Not all code snippets are used.
Select and Place:

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
FR99
Highly Voted 2 years, 8 months ago
Agree with newtoaws. Correct answer is: 1. POST 2. 171.168.1.0/24 3. NETWORK 4. networkobject 5. networks
upvoted 48 times
romanknet
2 years ago
curl -X POST --header 'Content-Type: application/json' \ --header 'Accept: application/json' -d '{ \ "name": "new_network_object", \ "description": "A subnet object created using the REST API.", \ "subType": "NETWORK", \ "value": "10.100.10.0/24", \ "type": "networkobject" \ }' 'https://ftd.example.com/api/fdm/latest/object/networks' https://www.cisco.com/c/en/us/td/docs/security/firepower/ftd-api/guide/ftd-rest-api/ftd-api-methods.html#task_14BAEBFFEB594B62968A3DF2B86F6FF5
upvoted 11 times
...
...
newtoaws
Highly Voted 2 years, 12 months ago
The last 3 should be NETWORK networkobject networks
upvoted 17 times
...
Teringzooi
Most Recent 7 months, 2 weeks ago
Correct 1. POST 2. 171.168.1.0/24 3. NETWORK 4. networkobject 5. networks
upvoted 1 times
...
designated
9 months, 1 week ago
1. POST (HTTP method) 2. 171.168.1.0/24 (network) 3. NETWORK (a network type) 4. networkobject (string lowercase) 5. networks (path)
upvoted 1 times
...
ferock
1 year ago
POST 172.168.1.0/24 NETWORK networkobject networks
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