{ "id":"/axapi/v3/pki/acme-concurrent-process-count", "type":"object", "node-type":"scalar", "title":"acme-concurrent-process-count", "partition-visibility":"shared", "description":"Configure the number of cuncurrent ACME processes", "properties":{ "process-num":{ "type":"number", "format":"number", "minimum":1, "maximum":51, "partition-visibility":"shared", "description":"Set the concurrent processes number, the default and the maximum number are dependent on the number of control CPU", "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 } } }