{ "id":"/axapi/v3/netflow/monitor/{name}/sample/nat-pool/{pool-name}", "type":"object", "node-type":"list", "title":"nat-pool", "partition-visibility":"shared", "description":"Select nat pool to monitor", "properties":{ "pool-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Name of nat pool", "optional":false }, "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":[ "pool-name" ], "required":[ "pool-name" ] }