Class ZosmfStatus
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.methods.ZosmfStatus
-
public class ZosmfStatus extends Object
This class holds the helper functions that are used to gather z/OSMF information through the z/OSMF APIs.- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ZosmfStatus(ZosConnection connection)CheckStatus Constructor.
-
-
-
Constructor Detail
-
ZosmfStatus
public ZosmfStatus(ZosConnection connection)
CheckStatus Constructor.- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
get
public ZosmfInfoResponse get() throws ZosmfRequestException
Get z/OSMF information- Returns:
- ZosmfInfoResponse object
- Throws:
ZosmfRequestException- request error state
-
-