@zowe/zosmf-for-zowe-sdk
Version:
Zowe SDK to interact with the z/OS Management Facility
17 lines • 459 B
TypeScript
import { IZosmfPluginInfo } from "./IZosmfPluginInfo";
/**
* The Z/OSMF info API response.
* @export
* @interface IZosmfInfoResponse
*/
export interface IZosmfInfoResponse {
zos_version?: string;
zosmf_port?: string;
zosmf_version?: string;
zosmf_hostname?: string;
zosmf_saf_realm?: string;
zosmf_full_version?: string;
api_version?: string;
plugins?: [IZosmfPluginInfo];
}
//# sourceMappingURL=IZosmfInfoResponse.d.ts.map