Uses of Class
dev.galasa.zosmf.ZosmfException
Packages that use ZosmfException
-
Uses of ZosmfException in dev.galasa.zosmf
Methods in dev.galasa.zosmf that throw ZosmfExceptionModifier and TypeMethodDescription@NotNull IZosmfResponse
Issue an HTTP DELETE request to the zOSMF server with no request body@NotNull IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with no request bodyIZosmfResponse.getContent()
Return the content from the zOSMF request as an objectcom.google.gson.JsonArray
IZosmfResponse.getJsonArrayContent()
Return the text content from the zOSMF request JSON array objectcom.google.gson.JsonObject
IZosmfResponse.getJsonContent()
Return the text content from the zOSMF request as a JSON objectIZosmfResponse.getTextContent()
Return the text content from the zOSMF request as text@NotNull IZosmfResponse
IZosmf.postJson
(String path, com.google.gson.JsonObject requestBody, List<Integer> validStatusCodes) Issue an HTTP POST request to the zOSMF server with a request body of content type ofapplication/json
@NotNull IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with a request body of content type oftext/plain
@NotNull IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with a request body of content type ofapplication/json
@NotNull IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with a request body of content type oftext/plain
@NotNull IZosmfResponse
IZosmfRestApiProcessor.sendRequest
(IZosmf.ZosmfRequestType requestType, String path, Map<String, String> headers, Object body, List<Integer> validStatusCodes, boolean convert) Send zOSMF request@NotNull com.google.gson.JsonObject
IZosmf.serverInfo()
Return the JSON response from the zOSMF Server Information request