{ "pages": { "configuration": { "tabs": [ { "table": { "actions": [ "edit", "delete", "clone" ], "header": [ { "label": "Organization Name", "field": "name" }, { "label": "Organization ID", "field": "organization_id" } ] }, "name": "organization", "entity": [ { "type": "text", "label": "Organization Name", "required": true, "help": "Enter a unique name for this Meraki organization.", "validators": [ { "type": "string", "maxLength": 50, "errorMsg": "Maximum length allowed for username is 50", "minLength": 1 }, { "type": "regex", "errorMsg": "Organization Name must begin with a letter and consist exclusively of alphanumeric characters and underscores.", "pattern": "^[a-zA-Z]\\w*$" } ], "field": "name" }, { "type": "text", "label": "Organization ID", "required": true, "help": "Enter Organization ID.", "validators": [ { "type": "string", "maxLength": 50, "errorMsg": "Maximum length allowed for ID is 50", "minLength": 1 }, { "type": "regex", "errorMsg": "Organization ID must consist exclusively of numbers", "pattern": "^\\d+$" } ], "field": "organization_id" }, { "type": "text", "label": "Organization API Key", "encrypted": true, "required": true, "help": "Enter Organization API Key.", "validators": [ { "type": "string", "maxLength": 50, "errorMsg": "Maximum length allowed for ID is 50", "minLength": 1 }, { "type": "regex", "errorMsg": "Organization API Key must consist exclusively of lowercase alphanumeric characters", "pattern": "^[a-z0-9]+$" } ], "field": "organization_api_key" } ], "title": "Organization" }, { "name": "global_settings", "entity": [ { "type": "text", "label": "Index", "required": true, "help": "Enter a unique name for this Meraki organization.", "validators": [ { "type": "string", "maxLength": 50, "errorMsg": "Maximum length allowed for username is 50", "minLength": 1 }, { "type": "regex", "errorMsg": "Organization Name must begin with a letter and consist exclusively of alphanumeric characters and underscores.", "pattern": "^[a-zA-Z]\\w*$" } ], "field": "name" } ], "title": "Global settings" }, { "name": "data_collection_settings", "entity": [ { "type": "text", "label": "Index", "required": true, "help": "Enter a unique name for this Meraki organization.", "validators": [ { "type": "string", "maxLength": 50, "errorMsg": "Maximum length allowed for username is 50", "minLength": 1 }, { "type": "regex", "errorMsg": "Organization Name must begin with a letter and consist exclusively of alphanumeric characters and underscores.", "pattern": "^[a-zA-Z]\\w*$" } ], "field": "name" } ], "title": "Data collection settings" } ], "title": "Configuration", "description": "Set up your add-on" } }, "meta": { "apiVersion": "4.0.0", "name": "Splunk_TA_mysql", "restRoot": "Splunk_TA_mysql", "version": "2.0.7aaa7c3e1", "displayName": "Splunk_TA_mysql", "schemaVersion": "0.0.2" } }