Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

z/OS Management Facility Package

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

Examples

Check z/OSMF status

from zowe.core_for_zowe_sdk import ProfileManager from zowe.zosmf_for_zowe_sdk import Zosmf profile = ProfileManager().load(profile_type="zosmf") zosmf_info = Zosmf(profile) print(zosmf_info.get_info())