UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

81 lines 4.34 kB
"use strict"; /* * Copyright (c) 2025 Broadcom. All Rights Reserved. The term * "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * This software and all information contained therein is * confidential and proprietary and shall not be duplicated, * used, disclosed, or disseminated in any way except as * authorized by the applicable license agreement, without the * express written permission of Broadcom. All authorized * reproductions must be marked with this language. * * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO * THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS * SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT * LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM * BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR * DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE, * INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS * INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS * EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE. */ const CA7SessionUtils_1 = require("../CA7SessionUtils"); const GetAgentDetails_1_definition_1 = require("./items/GetAgentDetails_1.definition"); const GetAgentDetails_definition_1 = require("./items/GetAgentDetails.definition"); const GetAgentLogList_1_definition_1 = require("./items/GetAgentLogList_1.definition"); const GetAgentLogList_definition_1 = require("./items/GetAgentLogList.definition"); const GetAgentParms_1_definition_1 = require("./items/GetAgentParms_1.definition"); const GetAgentParms_definition_1 = require("./items/GetAgentParms.definition"); const GetListAgents_1_definition_1 = require("./items/GetListAgents_1.definition"); const GetListAgents_definition_1 = require("./items/GetListAgents.definition"); const GetPingAgent_1_definition_1 = require("./items/GetPingAgent_1.definition"); const GetPingAgent_definition_1 = require("./items/GetPingAgent.definition"); const PostAgentLogs_1_definition_1 = require("./items/PostAgentLogs_1.definition"); const PostAgentLogs_definition_1 = require("./items/PostAgentLogs.definition"); const PutAgentParms_1_definition_1 = require("./items/PutAgentParms_1.definition"); const PutAgentParms_definition_1 = require("./items/PutAgentParms.definition"); const PutStopAgent_1_definition_1 = require("./items/PutStopAgent_1.definition"); const PutStopAgent_definition_1 = require("./items/PutStopAgent.definition"); const PutStopStartAgent_1_definition_1 = require("./items/PutStopStartAgent_1.definition"); const PutStopStartAgent_definition_1 = require("./items/PutStopStartAgent.definition"); const AgentDefinition = { name: "agent", aliases: ["agt"], summary: "Agent management", description: "All the available commands listed in the Agent management section.", type: "group", children: [ GetAgentDetails_definition_1.GetAgentDetailsDefinition, GetAgentDetails_1_definition_1.GetAgentDetails_1Definition, GetAgentLogList_definition_1.GetAgentLogListDefinition, GetAgentLogList_1_definition_1.GetAgentLogList_1Definition, GetAgentParms_definition_1.GetAgentParmsDefinition, GetAgentParms_1_definition_1.GetAgentParms_1Definition, GetListAgents_definition_1.GetListAgentsDefinition, GetListAgents_1_definition_1.GetListAgents_1Definition, GetPingAgent_definition_1.GetPingAgentDefinition, GetPingAgent_1_definition_1.GetPingAgent_1Definition, PostAgentLogs_definition_1.PostAgentLogsDefinition, PostAgentLogs_1_definition_1.PostAgentLogs_1Definition, PutAgentParms_definition_1.PutAgentParmsDefinition, PutAgentParms_1_definition_1.PutAgentParms_1Definition, PutStopAgent_definition_1.PutStopAgentDefinition, PutStopAgent_1_definition_1.PutStopAgent_1Definition, PutStopStartAgent_definition_1.PutStopStartAgentDefinition, PutStopStartAgent_1_definition_1.PutStopStartAgent_1Definition ], passOn: [ { property: "options", value: CA7SessionUtils_1.CA7SessionUtils.CA7_CONNECTION_OPTIONS, merge: true, ignoreNodes: [ { type: "group" } ] } ] }; module.exports = AgentDefinition; //# sourceMappingURL=Agent.definition.js.map