QuestionQ149

Using APIs

Question Image

Question Image

Refer to the exhibits showing the Cisco Firepower Threat Defense documentation for the create port object API call and a cURL command.

Which data payload completes the cURL command to execute the API call?

  • A "icmpv4Type": "ANY", "name": "string", "type": "icmpv4portobject"
  • B "description": "This is an ICMP Echo", "icmpv4Code": "8", "icmpv4Type": "Echo", "isSystemDefined": true, "name": "ICMP Echo", "version": "2.2"
  • C "description": "string", "icmpv4Code": "ANY_IPV4", "icmpv4Type": "ANY", "id": "string", "isSystemDefined": "string", "name": "string", "type": "icmpv4portobject", "version": "string"
  • D "description": "string", "icmpv4Code": "ANY_IPV4", "icmpv4Type": null, "isSystemDefined": true, "name": "string", "type": "icmpv4portobject"
Explanation

Creating an ICMPv4 port object requires name, icmpv4Type, and type. The ICMPv4 type must be a non-null enum value, and the class type must be the lowercase value icmpv4portobject. Optional fields do not need to be included.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!