Skip to main content

Zowe Python SDK - z/OS Console package

Project description

z/OS Console Package

Contains APIs to interact with the z/OS console (using z/OSMF console REST endpoints).

Examples

Submit a command to the z/OS console

from zowe.core_for_zowe_sdk import ProfileManager
from zowe.zos_console_for_zowe_sdk import Console

profile = ProfileManager().load(profile_name="zosmf")
console_info = Console(profile)

print(console_info.issue_command(command="D IPLINFO", console="EMCS"))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page