{ "id":"/axapi/v3/cgnv6/one-to-one/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"Set one-to-one NAT config parameters", "properties":{ "mapping-timeout":{ "type":"number", "format":"number", "minimum":0, "maximum":180, "default":10, "partition-visibility":"shared", "description":"Configure timeout for the one-to-one NAT mapping (Timeout in minutes (default: 10 minutes))", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'total-map-allocated': Total One-to-One Address Mapping Allocated; 'total-map-freed': Total One-to-One Address Mapping Freed; 'map-alloc-failure': One-to-One Address Mapping Allocation Failure; 'map-dbl-free': Address Mapping Double Free; 'alloc-map-race': Mapping Exists When Allocating Address Mapping; 'map-not-found': Mapping to be Released Not Found; 'ha-map-mismatch': HA Standby Mapping Mismatch; 'ha-select-addr-failure': HA Standby Allocate Address Failure; 'ha-alloc-map-conflicts': HA Standby Allocate Mapping Conflicts; ", "enum":[ "all", "total-map-allocated", "total-map-freed", "map-alloc-failure", "map-dbl-free", "alloc-map-race", "map-not-found", "ha-map-mismatch", "ha-select-addr-failure", "ha-alloc-map-conflicts" ] } } } ] } } }