Create NatPolicy

POST {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/policy/ftdnatpolicies

Request Body

{"name"=>"{{natpolicy}}", "description"=>"Created by Postman"}

HEADERS

KeyDatatypeRequiredDescription
X-auth-access-tokenstring

RESPONSES

status: 201

{"metadata":{"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"}},"type":"FTDNatPolicy","links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/policy/ftdnatpolicies/000C291A-43AC-0ed3-0000-008589946947"},"rules":{"refType":"list","links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/policy/ftdnatpolicies/000C291A-43AC-0ed3-0000-008589946947/natrules"}},"name":"Postman-NatPolicy","description":"Created by Postman","id":"000C291A-43AC-0ed3-0000-008589946947"}