{ "id":"/axapi/v3/system/glid", "type":"object", "node-type":"scalar", "title":"glid", "partition-visibility":"shared", "description":"Apply global limiter to the whole system", "properties":{ "glid-id":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1023, "partition-visibility":"shared", "$ref":"/axapi/v3/glid", "description":"Apply limits to the whole system", "optional":true }, "non-shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Apply global limit ID to the whole system at per data cpu level (default disabled)", "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 } } }