nerdexam
CiscoCisco

350-901 · Question #36

350-901 Question #36: Real Exam Question with Answer & Explanation

Sign in or unlock 350-901 to reveal the answer and full explanation for question #36. The question stem and answer options stay visible for context.

Understanding and Using APIs

Question

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. Exhibit: Description The addURLObject operation handles configuration related to URLObject model. This API call is not allowed on the standby unit in an HA pair. HTTP request URL POST /api/fpm/v4/object/urls Data Parameters Parameter | Required | Type | Description --- | --- | --- | --- name | True | string | An string represents the name of URL object. description | False | string | An string containing the description information of URL object. Field level constraints (length must be between 0 and 200 (inclusive) Note: Additional constraints might exist) url | True | string | An string containing the URL address. Field level constraints (cannot be blank or empty, length must be between 0 and 400 (inclusive). (Note: Additional constraints might exist) type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. `curl -X <item 1> --header 'Content-Type: application/json' --header 'Accept: application/json' -H "<item 2>" -d '{ \n "name": "Blocked URL", \n "url": "<item 3>", \n "type": "<item 4>" \n}' https://ast0072-pod.xyz.com:33333/api/fpm/v4/object/<item 5>`

Unlock 350-901 to see the answer

You've previewed enough free 350-901 questions. Unlock 350-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#cURL#REST API#Cisco Firepower#API Object Creation
Full 350-901 PracticeBrowse All 350-901 Questions