Update IKEv2IpsecProposal
PUT {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/ikev2ipsecproposals/{{ikev2ipsecproposal_id}}
Request Body
{"id"=>"{{ikev2ipsecproposal_id}}", "type"=>"IKEv2IPsecProposal", "encryptionAlgorithms"=>["AES-GCM-256"], "integrityAlgorithms"=>["NULL"], "name"=>"{{ikev2ipsecproposal}}", "description"=>"Updated 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/ikev2ipsecproposals/000C291A-43AC-0ed3-0000-008589945295"},"type":"IKEv2IPsecProposal","encryptionAlgorithms":["AES-GCM-256"],"integrityAlgorithms":["NULL"],"name":"Postman-IKEv2IpsecProposal","description":"Updated by Postman","id":"000C291A-43AC-0ed3-0000-008589945295","metadata":{"timestamp":0,"lastUser":{"name":"api"},"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"}}}