Package zowe.client.sdk.zosmfinfo
Class ZosmfConstants
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.ZosmfConstants
-
public class ZosmfConstants extends Object
Constants to be used by the z/OSMF API- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Field Summary
Fields Modifier and Type Field Description static String
INFO
Indicator for get info requeststatic String
RESOURCE
Specifies the z/OS data set and file REST interfacestatic String
SYSTEMS
Indicator for get defined systems in zosmfstatic String
TOPOLOGY
Indicator for get topology services
-
Constructor Summary
Constructors Constructor Description ZosmfConstants()
-
-
-
Field Detail
-
INFO
public static final String INFO
Indicator for get info request- See Also:
- Constant Field Values
-
RESOURCE
public static final String RESOURCE
Specifies the z/OS data set and file REST interface- See Also:
- Constant Field Values
-
SYSTEMS
public static final String SYSTEMS
Indicator for get defined systems in zosmf- See Also:
- Constant Field Values
-
TOPOLOGY
public static final String TOPOLOGY
Indicator for get topology services- See Also:
- Constant Field Values
-
-