QuestionQ149
Using APIs

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"
Community Discussion