{ "id":"/axapi/v3/cgnv6/nat/inside/source", "type":"object", "node-type":"intermediate", "title":"source", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Source", "properties":{ "static-list":{ "type":"array", "minItems":1, "items":{ "type":"static" }, "uniqueItems":true, "$ref":"/axapi/v3/cgnv6/nat/inside/source/static/{src-address}+{partition}", "array":[ { "properties":{ "src-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Original Source Address", "optional":false }, "partition":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Inside User Partition (Partition Name)", "optional":false }, "nat-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"NAT Address", "optional":true }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"VRRP-A vrid (Specify ha VRRP-A vrid)", "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 } }, "required":[ "src-address", "partition" ] } ] }, "statistics":{ "type":"object", "$ref":"/axapi/v3/cgnv6/nat/inside/source/statistics", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }