{ "id":"/axapi/v3/ip/nat/inside/source/list/acl-id-list/{acl-id}", "type":"object", "node-type":"list", "title":"acl-id-list", "partition-visibility":"shared", "description":"Acl id", "properties":{ "acl-id":{ "type":"number", "format":"number", "minimum":1, "maximum":199, "partition-visibility":"shared", "$ref":"/axapi/v3/access-list/standard", "description":"Acl id", "optional":false }, "pool":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/ip/nat/pool", "description":"Pool or Pool Group (Pool or Pool Group Name)", "optional":true }, "msl":{ "type":"number", "format":"number", "minimum":1, "maximum":1800, "partition-visibility":"shared", "description":"Maximum Session Life Value", "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 } }, "object-keys":[ "acl-id" ], "required":[ "acl-id" ] }