Package zowe.client.sdk.rest
Http functionality used by the SDK via UNIREST library.
UNIREST library provides the ability to retrieve JSON error document.
For example, the following http GET request will result in an HTTP 500 error: https://xxxxxxx.broadcom.net:xxxx/zosmf/restfiles/ds?
and the JSON error report document body response is: {"rc":4,"reason":13,"category":1,"message":"query parm dslevel= or volser= must be specified"}
-
Class Summary Class Description DeleteJsonZosmfRequest Http delete operation with Json content typeGetJsonZosmfRequest Http get operation with Json content typeGetStreamZosmfRequest Http get stream operation with Json content typeGetTextZosmfRequest Http get operation with text content typePostJsonZosmfRequest Http post operation with Json content typePutJsonZosmfRequest Http put operation with Json content typePutStreamZosmfRequest Http put stream operation with binary content typePutTextZosmfRequest Http put operation with text content typeQueryConstants Constants for various Rest query infoResponse Holds http response informationRestConstant ZosmfHeaders z/OSMF Headers infoZosmfRequest Base abstract class that conforms to Http CRUD operationsZosmfRequestFactory Zowe request factory that generates the desire CRUD operation