Skip to content

Commit 2714f82

Browse files
committed
Update endpoint to playground
1 parent 59628d8 commit 2714f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"response_templates": [{"name": "TestMultiVersion", "versions": [{"version": 4, "update_time": 1762292294.8144422}, {"version": 5, "update_time": 1762292328.3112774}], "link": "https://securitycontent.scs.splunk.com/response_templates/TestMultiVersion.json"}, {"name": "SuspiciousEmail", "versions": [{"version": 1, "update_time": 1762280887.1842365}], "link": "https://securitycontent.scs.splunk.com/response_templates/SuspiciousEmail.json"}, {"name": "GenericIncidentResponse", "versions": [{"version": 1, "update_time": 1762280887.4139671}], "link": "https://securitycontent.scs.splunk.com/response_templates/GenericIncidentResponse.json"}]}
1+
{"response_templates": [{"name": "TestMultiVersion", "versions": [{"version": 4, "update_time": 1762292294.8144422}, {"version": 5, "update_time": 1762292328.3112774}], "link": "https://securitycontent.playground.scs.splunk.com/response_templates/TestMultiVersion.json"}, {"name": "SuspiciousEmail", "versions": [{"version": 1, "update_time": 1762280887.1842365}], "link": "https://securitycontent.playground.scs.splunk.com/response_templates/SuspiciousEmail.json"}, {"name": "GenericIncidentResponse", "versions": [{"version": 1, "update_time": 1762280887.4139671}], "link": "https://securitycontent.playground.scs.splunk.com/response_templates/GenericIncidentResponse.json"}]}

response_templates/template_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def main():
8989
parser.add_argument('-m', '--manifest', help='Generate a manifest file', action='store_true')
9090
parser.add_argument('-d', '--directory', help='Directory containing response template files', required=True)
9191
parser.add_argument('-o', '--output', help='Output directory for merged templates', default='output')
92-
parser.add_argument('-p', '--prefix', help='SCS prefix', default='https://securitycontent.scs.splunk.com/response_templates/')
92+
parser.add_argument('-p', '--prefix', help='SCS prefix', default='https://securitycontent.playground.scs.splunk.com/response_templates/') # playground endpoint for testing purpose
9393

9494
args = parser.parse_args()
9595

0 commit comments

Comments
 (0)