Console

class zos_console.zowe.zos_console_for_zowe_sdk.Console(connection)

Class used to represent the base z/OSMF Console API.

connection

Connection object

issue_command(command, console=None)

Issues a command on z/OS Console.

Parameters
  • command – The z/OS command to be executed

  • console – The console that should be used to execute the command (default is None)

Returns

A JSON containing the response from the console command

Return type

json