Update IKEv1Policy
PUT {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/ikev1policies/{{ikev1policy_id}}
Request Body
{"id"=>"{{ikev1policy_id}}", "priority"=>10, "hash"=>"MD5", "encryption"=>"AES-128", "authenticationMethod"=>"Preshared Key", "lifetimeInSeconds"=>86400, "diffieHellmanGroup"=>5, "name"=>"{{ikev1policy}}", "description"=>"Updated via 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/ikev1policies/000C291A-43AC-0ed3-0000-008589945089"},"priority":10,"type":"IKEv1Policy","hash":"MD5","encryption":"AES-128","authenticationMethod":"Preshared Key","lifetimeInSeconds":86400,"diffieHellmanGroup":5,"name":"Postman-IKEv1Policy","description":"Updated via Postman","id":"000C291A-43AC-0ed3-0000-008589945089","metadata":{"timestamp":0,"lastUser":{"name":"api"},"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"}}}