A municipal security script must create a host network object on FDM for a new kiosk subnet gateway. Which request matches the official create construction?
Select an answer to reveal the explanation.
Short Explanation
Creating a host or subnet object is a POST with the typed body—type, subType, name, and value. GET only lists what already exists; PUT rewrites an id you already have.
Full Explanation
Official FDM create for a host or subnet object is POST /object/networks with type networkobject, a subType (HOST, NETWORK, RANGE, or FQDN), name, and value. GET lists existing objects; PUT rewrites an existing id. Access-rule and NAT resources are separate and are not the create-network-object construction for task 3.2.