Create IKEv1Policy
POST {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/ikev1policies
Request Body
{"priority"=>1, "hash"=>"SHA", "encryption"=>"AES-256", "authenticationMethod"=>"Preshared Key", "lifetimeInSeconds"=>86400, "diffieHellmanGroup"=>14, "name"=>"{{ikev1policy}}", "description"=>"Managed by Postman"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-auth-access-token | string |
RESPONSES
status: 201
{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev1policies/000C291A-43AC-0ed3-0000-008589945046"},"priority":1,"type":"IKEv1Policy","hash":"SHA","encryption":"AES-256","authenticationMethod":"Preshared Key","lifetimeInSeconds":86400,"diffieHellmanGroup":14,"name":"Postman-IKEv1Policy","description":"Managed by Postman","id":"000C291A-43AC-0ed3-0000-008589945046","metadata":{"timestamp":0,"lastUser":{"name":"api"},"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"}}}