{ "id":"/axapi/v3/system/set-rxtx-desc-size", "type":"object", "node-type":"scalar", "title":"set-rxtx-desc-size", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Set the number of Descriptor size per queue", "properties":{ "port-index":{ "type":"number", "format":"number", "minimum":0, "maximum":32, "partition-visibility":"shared", "description":"port index to be configured (Specify port index)", "optional":true }, "rxd-size":{ "type":"number", "format":"number", "minimum":0, "maximum":65536, "partition-visibility":"shared", "description":"Set new rx-descriptor size", "optional":true }, "txd-size":{ "type":"number", "format":"number", "minimum":0, "maximum":65536, "partition-visibility":"shared", "description":"Set new tx-descriptor size", "optional":true } } }