{ "id":"/axapi/v3/web-service/secure/generate", "type":"object", "node-type":"scalar", "title":"generate", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Web-service secure generate operation", "properties":{ "domain-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The domain name", "optional":true }, "country":{ "type":"string", "format":"string", "minLength":2, "maxLength":2, "partition-visibility":"shared", "description":"The country name", "optional":true }, "state":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The location", "optional":true } } }