{ "id":"/axapi/v3/automatic-update/check-now", "type":"object", "node-type":"scalar", "title":"check-now", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Manually check for update now", "properties":{ "feature-name":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'app-fw': Application Firewall; 'ca-bundle': CA Certificate Bundle; 'a10-threat-intel': A10 Threat intel class list; 'central-cert-pin-list': Central updated cert pinning list; ", "enum":[ "app-fw", "ca-bundle", "a10-threat-intel", "central-cert-pin-list" ], "optional":true }, "prod-ver":{ "type":"string", "format":"string", "minLength":1, "maxLength":70, "partition-visibility":"shared", "description":"update to this specific version, if this option is not configured, update to the latest version", "optional":true }, "from-staging-server":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Get files from GLM Staging storage", "optional":true }, "stage-ver":{ "type":"string", "format":"string", "minLength":1, "maxLength":70, "partition-visibility":"shared", "description":"update this specific version", "optional":true } } }