category: Utilities provider: Open Source commonfields: id: JSONSampleIncidentGenerator version: -1 sectionorder: - Collect configuration: - display: Fetch incidents name: isFetch type: 8 required: false section: Collect supportedModules: - agentix - xsiam - display: Incident type name: incidentType type: 13 required: false section: Collect supportedModules: - agentix - xsiam - defaultvalue: "1" display: Incidents Fetch Interval name: incidentFetchInterval type: 19 required: false section: Collect supportedModules: - agentix - xsiam - display: The raw JSON string to use as the sample data name: JSON required: true type: 12 section: Collect - display: The incident name to give to the created incident name: name type: 0 required: false section: Collect description: |- A utility for testing incident fetching with mock JSON data. display: JSON Sample Incident Generator name: JSONSampleIncidentGenerator script: commands: - arguments: - description: The key to change. Must also set value arguement. Can be comma separated to change multiple values. name: key - description: The new key value. Must also set key argument. Can be comma separated to support changing multiple values. name: value description: Read the provided JSON and return the results to the Context and Warroom. Can use key and value arg to change a JSON values if desired. name: json-sample-incident-generator-command dockerimage: demisto/python3:3.12.14.12277297 isfetch: true script: '' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)