Create IKEv2Policy
POST {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/ikev2policies
Request Body
{"priority"=>10, "type"=>"IKEv2Policy", "encryptionAlgorithms"=>["AES-GCM-192", "AES-GCM-256"], "integrityAlgorithms"=>["NULL"], "lifetimeInSeconds"=>86400, "prfIntegrityAlgorithms"=>["SHA-384", "SHA-512"], "diffieHellmanGroups"=>[20, 21], "name"=>"{{ikev2policy}}", "description"=>"Created 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/ikev2policies/000C291A-43AC-0ed3-0000-008589945193"},"priority":10,"type":"IKEv2Policy","encryptionAlgorithms":["AES-GCM-192","AES-GCM-256"],"integrityAlgorithms":["NULL"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA-384","SHA-512"],"diffieHellmanGroups":[20,21],"name":"Postman-IKEv2Policy","description":"Created by Postman","id":"000C291A-43AC-0ed3-0000-008589945193","metadata":{"timestamp":0,"lastUser":{"name":"api"},"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"}}}