{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/gre-keepalive", "type":"object", "node-type":"scalar", "title":"gre-keepalive", "partition-visibility":"shared", "description":"Specify the gre keepalive", "properties":{ "retry-time":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "default":10, "partition-visibility":"shared", "description":"Keepalive retry interval in seconds", "optional":true }, "retry-count":{ "type":"number", "format":"number", "minimum":2, "maximum":100, "partition-visibility":"shared", "description":"Keepalive multiplier", "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 } } }