{ "id":"/axapi/v3/vpn/ipsec/{name}/ipsec-gateway", "type":"object", "node-type":"scalar", "title":"ipsec-gateway", "partition-visibility":"shared", "description":"Configure IKE gateway to use for IPsec", "properties":{ "ike-gateway":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "$ref":"/axapi/v3/vpn/ike-gateway", "description":"Gateway to use for IPsec SA", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }