Create IKEv2IpsecProposal
POST {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/ikev2ipsecproposals
Request Body
{"type"=>"IKEv2IPsecProposal", "encryptionAlgorithms"=>["AES-GCM-192", "AES-GCM-256"], "integrityAlgorithms"=>["NULL"], "name"=>"{{ikev2ipsecproposal}}", "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/ikev2ipsecproposals/000C291A-43AC-0ed3-0000-008589945295"},"type":"IKEv2IPsecProposal","encryptionAlgorithms":["AES-GCM-192","AES-GCM-256"],"integrityAlgorithms":["NULL"],"name":"Postman-IKEv2IpsecProposal","description":"Created 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"}}}