{ "id":"/axapi/v3/pki/scep-cert/{name}", "type":"object", "node-type":"list", "title":"scep-cert", "partition-visibility":"shared", "description":"SCEP Certificate enrollment object", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify Certificate name to be enrolled", "optional":false }, "url":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify the Enrollment Agent's absolute URL (Format: http://host/path)", "optional":true }, "dn":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the Distinguished-Name to use while enrolling the certificate (Format: \"cn=user, dc=example, dc=com\")", "optional":true }, "subject-alternate-name":{ "type":"object", "properties":{ "san-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'email': Enter e-mail address of the subject; 'dns': Enter hostname of the subject; 'ip': Enter IP address of the subject; ", "enum":[ "email", "dns", "ip" ] }, "san-value":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Value of subject-alternate-name" } } }, "enroll":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Initiates enrollment of device with the CA", "optional":true }, "log-level":{ "type":"number", "format":"number", "minimum":1, "maximum":4, "default":1, "partition-visibility":"shared", "description":"level for logging output of scepclient commands(default 1 and detailed 4)", "optional":true }, "password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the password used to enroll the device's certificate", "optional":true }, "secret-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"secret password", "optional":true }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)", "optional":true }, "renew-before":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"renew-every", "description":"Specify interval before certificate expiry to renew the certificate", "optional":true }, "renew-before-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'hour': Number of hours before cert expiry; 'day': Number of days before cert expiry; 'week': Number of weeks before cert expiry; 'month': Number of months before cert expiry(1 month=30 days); ", "enum":[ "hour", "day", "week", "month" ], "optional":true }, "renew-before-value":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Value of renewal period", "optional":true }, "renew-every":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"renew-before", "description":"Specify periodic interval in which to renew the certificate", "optional":true }, "minute":{ "type":"number", "format":"number", "minimum":2, "maximum":255, "partition-visibility":"shared", "not":"renew-every-type", "description":"Periodic interval in minutes", "optional":true }, "renew-every-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"minute", "description":"'hour': Periodic interval in hours; 'day': Periodic interval in days; 'week': Periodic interval in weeks; 'month': Periodic interval in months(1 month=30 days); ", "enum":[ "hour", "day", "week", "month" ], "optional":true }, "renew-every-value":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Value of renewal period", "optional":true }, "key-length":{ "type":"string", "format":"enum", "default":"2048", "partition-visibility":"shared", "description":"'1024': Key size 1024 bits; '2048': Key size 2048 bits(default); '4096': Key size 4096 bits; '8192': Key size 8192 bits; ", "enum":[ "1024", "2048", "4096", "8192" ], "optional":true }, "days":{ "type":"number", "format":"number", "minimum":1, "maximum":3650, "default":1825, "partition-visibility":"shared", "description":"Validity of self-signed certificate (default 1825)", "optional":true }, "start-date":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Start date of self-signed certificate in YYMMDDHHMMSS format specified in UTC time", "optional":true }, "end-date":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"End date of self-signed certificate in YYMMDDHHMMSS format specified in UTC time", "optional":true }, "method":{ "type":"string", "format":"enum", "default":"GET", "partition-visibility":"shared", "description":"'GET': GET request; 'POST': POST request; ", "enum":[ "GET", "POST" ], "optional":true }, "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "default":5, "partition-visibility":"shared", "description":"Interval time in seconds to poll when SCEP response is PENDING (default 5)", "optional":true }, "max-polltime":{ "type":"number", "format":"number", "minimum":15, "maximum":432000, "default":180, "partition-visibility":"shared", "description":"Maximum time in seconds to poll when SCEP response is PENDING (default 180)", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }