{ "fieldsets": [ { "title": "Main", "fields": [ { "type": "text", "label": "Instance Name", "help_text": "Service Instance Name", "required": true, "controlplane_field_mapping": "name", "max_length": null, "rows": null, "min_value": null, "max_value": null, "choices": [], "min_values": null, "max_values": null, "validators": [], "default_value": "" }, { "type": "email", "label": "E-Mail", "help_text": "E-Mail Address for Alerting", "required": false, "controlplane_field_mapping": "spec.parameters.monitoring.email", "max_length": null, "rows": null, "min_value": null, "max_value": null, "choices": [], "min_values": null, "max_values": null, "validators": [ "email" ], "default_value": "" }, { "type": "choice", "label": "Version", "help_text": "Software Version", "required": false, "controlplane_field_mapping": "spec.parameters.service.version", "max_length": null, "rows": null, "min_value": null, "max_value": null, "choices": [ [ "6.2" ] ], "min_values": null, "max_values": null, "validators": [], "default_value": "" }, { "type": "textarea", "label": "Settings", "help_text": "Redis Settings", "required": false, "controlplane_field_mapping": "spec.parameters.service.redisSettings", "max_length": null, "rows": null, "min_value": null, "max_value": null, "choices": [], "min_values": null, "max_values": null, "validators": [], "default_value": "" }, { "type": "number", "label": "Backup Keep Daily", "help_text": "Keep number of daily backups", "required": false, "controlplane_field_mapping": "spec.parameters.backup.retention.keepDaily", "max_length": null, "rows": null, "min_value": null, "max_value": null, "choices": [], "min_values": null, "max_values": null, "validators": [], "default_value": "" }, { "type": "checkbox", "label": "Enable TLS", "help_text": "", "required": false, "controlplane_field_mapping": "spec.parameters.tls.enabled", "max_length": null, "rows": null, "min_value": null, "max_value": null, "choices": [], "min_values": null, "max_values": null, "validators": [], "default_value": "" }, { "type": "array", "label": "Test Array", "help_text": "", "required": false, "controlplane_field_mapping": "spec.parameters.size.plan", "max_length": null, "rows": null, "min_value": null, "max_value": null, "choices": [], "min_values": null, "max_values": null, "validators": [], "default_value": "" } ] } ] }