From f51e8fa14f429da8f0b28e5a24147e6933c04194 Mon Sep 17 00:00:00 2001 From: "Apama Build User (apamabld)" Date: Tue, 7 May 2024 17:26:57 +0100 Subject: [PATCH] Release 25.136.0 --- _modules/apamax/eplapplications/basetest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_modules/apamax/eplapplications/basetest.html b/_modules/apamax/eplapplications/basetest.html index c22a7f6..308fbc7 100644 --- a/_modules/apamax/eplapplications/basetest.html +++ b/_modules/apamax/eplapplications/basetest.html @@ -103,7 +103,7 @@

Source code for apamax.eplapplications.basetest

< conn = C8yConnection(url, username, password) res = conn.do_get(f'/application/applicationsByName/{APPLICATION_NAME}') if len(res['applications']) == 0: - conn.do_request_json('POST', '/application/applications', body={"name":APPLICATION_NAME,"key":APPLICATION_KEY,"externalUrl":"http://www.softwareag.com","manifest":{},"type":"EXTERNAL"}) + conn.do_request_json('POST', '/application/applications', body={"name":APPLICATION_NAME,"key":APPLICATION_KEY,"externalUrl":"http://www.softwareag.com","manifest":{},"type":"EXTERNAL","noAppSwitcher":True}) return APPLICATION_KEY else: return res['applications'][0]['key']