Update IKEv2Policy
PUT {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/ikev2policies/{{ikev2policy_id}}
Request Body
{"id"=>"{{ikev2policy_id}}", "priority"=>10, "type"=>"IKEv2Policy", "encryptionAlgorithms"=>["AES-GCM-256"], "integrityAlgorithms"=>["NULL"], "lifetimeInSeconds"=>86400, "prfIntegrityAlgorithms"=>["SHA-512"], "diffieHellmanGroups"=>[21], "name"=>"{{ikev2policy}}", "description"=>"Created by Postman"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-auth-access-token | string |
RESPONSES
status: 200
{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies/000C291A-43AC-0ed3-0000-008589945141"},"priority":10,"type":"IKEv2Policy","encryptionAlgorithms":["AES-GCM-256"],"integrityAlgorithms":["NULL"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA-512"],"diffieHellmanGroups":[21],"name":"Postman-IKEv2Policy","description":"Created by Postman","id":"000C291A-43AC-0ed3-0000-008589945141","metadata":{"timestamp":0,"lastUser":{"name":"api"},"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"}}}