Back to BMC BladeLogic Integrations
Handler · Version 1

BladeLogic Command Run BMC BladeLogic

Download GitHub

About

This handler uses the BMC BladeLogic web services to run a CLI Command on a BladeLogic App Server using SOAP calls. After authenticating with username, password, and app server location, the handler starts making SOAP calls to configure the CLI tunnel. It starts by making a login call with the BladeLogic username and password. It then takes the session id from the response (to help authenticate all future requests) and then assumes the role that was specified in the info values. After all the authentication is finished, the CLI command is sent with the name space, command name, and any non-empty arguments. Finally the response string from the command will be returned from the SOAP response.

Parameters
Name Description Sample
Name Space The name space of the CLI command. NSHScriptJob
Command Name The name of the CLI command. getDBKeyByGroupAndName
Command Argument 1 Command Argument 1. /Task Jobs
Command Argument 2 Command Argument 2. Sample_Script
Command Argument 3 Command Argument 3.
Command Argument 4 Command Argument 4.
Command Argument 5 Command Argument 5.
Results
Name Description
CLI Response
cli_response
Changelog

BladeLogicCommandRun_V1 (2014-07-11)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top