{ "id":"/axapi/v3/web-service", "type":"object", "node-type":"scalar", "title":"web-service", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure Web Services", "properties":{ "auto-redirt-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Diable", "optional":true }, "axapi-idle":{ "type":"number", "format":"number", "minimum":0, "maximum":60, "default":10, "partition-visibility":"shared", "description":"Idle timeout of a xml service connection in minutes (Connection idle timeout value in minutes, default 10, 0 means never timeout)", "optional":true }, "axapi-session-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "default":30, "partition-visibility":"shared", "description":"Set the max allowed aXAPI sessions (Session limit (default 30))", "optional":true }, "gui-idle":{ "type":"number", "format":"number", "minimum":0, "maximum":60, "default":10, "partition-visibility":"shared", "description":"Idle timeout of a connection in minutes (Connection idle timeout value in minutes, default 10, 0 means never timeout)", "optional":true }, "gui-session-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "default":30, "partition-visibility":"shared", "description":"Set the max allowed GUI sessions (Session limit (default 30))", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":80, "partition-visibility":"shared", "description":"Set Web Server Port (Port number(default 80))", "optional":true }, "secure-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":443, "partition-visibility":"shared", "description":"Set web secure server port number for listening (Secure Port Number(default 443))", "optional":true }, "login-message":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1985, "partition-visibility":"shared", "description":"Set GUI login message", "optional":true }, "pre-login-message":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1985, "partition-visibility":"shared", "description":"Set Pre GUI login message", "optional":true }, "secure-server-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable", "optional":true }, "server-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable", "optional":true }, "max-keep-alive-requests":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":100, "partition-visibility":"shared", "description":"Set MaxKeepAliveRequests (MaxKeepAliveRequests (default 100))", "optional":true }, "keep-alive-timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":30, "partition-visibility":"shared", "description":"Set KeepAliveTimeout in seconds (KeepAliveTimeout in seconds (default 30))", "optional":true }, "mpm-max-conn":{ "type":"number", "format":"number", "minimum":1, "maximum":20000, "partition-visibility":"shared", "description":"Set Max Connections of MPM", "optional":true }, "mpm-min-spare-conn":{ "type":"number", "format":"number", "minimum":1, "maximum":20000, "partition-visibility":"shared", "description":"Set Min Spare Connections of MPM", "optional":true }, "mpm-max-conn-per-child":{ "type":"number", "format":"number", "minimum":0, "maximum":20000, "partition-visibility":"shared", "description":"Set Max Connections Per Child of MPM", "optional":true }, "public-apis":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "api-uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"API URI" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "secure":{ "type":"object", "$ref":"/axapi/v3/web-service/secure", "properties":{ "restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Restart WEB service" }, "wipe":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Wipe WEB private-key and certificate" }, "generate":{ "type":"object", "$ref":"/axapi/v3/web-service/secure/generate", "properties":{ "domain-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The domain name" }, "country":{ "type":"string", "format":"string", "minLength":2, "maxLength":2, "partition-visibility":"shared", "description":"The country name" }, "state":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The location" } } }, "regenerate":{ "type":"object", "$ref":"/axapi/v3/web-service/secure/regenerate", "properties":{ "domain-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The domain name" }, "country":{ "type":"string", "format":"string", "minLength":2, "maxLength":2, "partition-visibility":"shared", "description":"The country name" }, "state":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The location" } } }, "certificate":{ "type":"object", "$ref":"/axapi/v3/web-service/secure/certificate", "properties":{ "load":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load WEB certificate" }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port" }, "file-url":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"File URL" } } }, "private-key":{ "type":"object", "$ref":"/axapi/v3/web-service/secure/private-key", "properties":{ "load":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load WEB private-key" }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port" }, "file-url":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"File URL" } } } } } } }