Uses of Class
zowe.client.sdk.rest.exception.ZosmfRequestException
-
Packages that use ZosmfRequestException Package Description zowe.client.sdk.rest Http functionality used by the SDK via UNIREST library.zowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zosconsole.method z/OS mvs console functionality provided by the SDKzowe.client.sdk.zosfiles.dsn.methods z/OS dataset and member files functionality provided by the SDKzowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDKzowe.client.sdk.zosjobs.methods z/OS jobs functionality provided by the SDKzowe.client.sdk.zoslogs.method z/OS log functionality provided by the SDKzowe.client.sdk.zosmfauth.methods z/OSMF authentication services functionality provided by the SDKzowe.client.sdk.zosmfinfo.methods z/OSMF informational functionality by the SDKzowe.client.sdk.zostso.lifecycle z/OS tso console life cycle (start, send, and stop) processingzowe.client.sdk.zostso.method z/OS tso command functionality by the SDKzowe.client.sdk.zostso.service z/OS tso console service processing -
-
Uses of ZosmfRequestException in zowe.client.sdk.rest
Methods in zowe.client.sdk.rest that throw ZosmfRequestException Modifier and Type Method Description <T> ResponseZosmfRequest. buildResponse(kong.unirest.core.HttpResponse<T> reply)Build Response object from given HttpResponse replyResponseDeleteJsonZosmfRequest. executeRequest()Perform the http rest requestResponseGetJsonZosmfRequest. executeRequest()Perform the http rest requestResponseGetStreamZosmfRequest. executeRequest()Perform the http rest requestResponseGetTextZosmfRequest. executeRequest()Perform the http rest requestResponsePostJsonZosmfRequest. executeRequest()Perform the http rest requestResponsePutJsonZosmfRequest. executeRequest()/** Perform the http rest requestResponsePutStreamZosmfRequest. executeRequest()Perform the http rest requestResponsePutTextZosmfRequest. executeRequest()Perform the http rest requestabstract ResponseZosmfRequest. executeRequest()Perform the http rest request -
Uses of ZosmfRequestException in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility that throw ZosmfRequestException Modifier and Type Method Description static org.json.simple.JSONObjectJsonParserUtil. parse(String item)This method is a wrapper for JSONParser().parse() call to parse z/OSMF response which may return ZosmfRequestException.static org.json.simple.JSONArrayJsonParserUtil. parseArray(String item)This method is a wrapper for JSONParser().parse() call to parse z/OSMF response which may return ZosmfRequestException. -
Uses of ZosmfRequestException in zowe.client.sdk.zosconsole.method
Methods in zowe.client.sdk.zosconsole.method that throw ZosmfRequestException Modifier and Type Method Description ConsoleResponseIssueConsole. issueCommand(String command)Issue an MVS console command on default console name (Defcn) done synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued.ConsoleResponseIssueConsole. issueCommand(String command, String consoleName)Issue an MVS console command on given console name done synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued.ConsoleResponseIssueConsole. issueCommandCommon(String consoleName, IssueConsoleParams params)Issue an MVS console command on a given console name driven by IssueConsoleParams settings done synchronously -
Uses of ZosmfRequestException in zowe.client.sdk.zosfiles.dsn.methods
Methods in zowe.client.sdk.zosfiles.dsn.methods that throw ZosmfRequestException Modifier and Type Method Description ResponseDsnCopy. copy(String fromDataSetName, String toDataSetName, boolean replace, boolean copyAllMembers)This copy method allows the following copy operations:ResponseDsnCopy. copyCommon(CopyParams params)Copy dataset or dataset member request driven by CopyParams object settingsResponseDsnCreate. create(String dataSetName, CreateParams params)Creates a new dataset with specified parametersResponseDsnRename. dataSetName(String dataSetName, String newDataSetName)Change the existing dataset name (source) to a new dataset name (destination)ResponseDsnDelete. delete(String dataSetName)Delete a datasetResponseDsnDelete. delete(String dataSetName, String memberName)Delete a dataset memberInputStreamDsnGet. get(String targetName, DownloadParams params)Retrieve sequential dataset or dataset member contentList<Dataset>DsnList. getDatasets(String dataSetName, ListParams params)Get a list of Dataset objectsDatasetDsnGet. getDsnInfo(String dataSetName)Retrieve dataset information.List<Member>DsnList. getMembers(String dataSetName, ListParams params)Get a list of member objects from a partition DatasetResponseDsnRename. memberName(String fromDataSetName, String memberName, String newMemberName)Change the existing member name (source) to a new member name (destination) within a partition datasetResponseDsnWrite. write(String dataSetName, String content)Replaces the content of an existing sequential data set with new content.ResponseDsnWrite. write(String dataSetName, String memberName, String content)Replaces the content of a member of a partitioned data set (PDS or PDSE) with new content. -
Uses of ZosmfRequestException in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods that throw ZosmfRequestException Modifier and Type Method Description ResponseUssChangeTag. binary(String fileNamePath)Change the tag of a UNIX file to a binary typeResponseUssChangeMode. change(String targetPath, ChangeModeParams params)Change the mode of a UNIX file or directory request driven by ChangeModeParams object settingsResponseUssChangeOwner. change(String targetPath, String owner)Perform chown operation on UNIX file or directoryResponseUssChangeOwner. changeCommon(String targetPath, ChangeOwnerParams params)Perform chown operation on a UNIX file or directory request driven by ChangeOwnerParams object settingsResponseUssChangeTag. changeCommon(String fileNamePath, ChangeTagParams params)Change tag of a UNIX file request driven by ChangeTagParams object settingsResponseUssCopy. copy(String fromPath, String targetPath)Copy a Unix file or directory to another locationResponseUssCopy. copyCommon(String targetPath, CopyParams params)Copy a Unix file or directory to another location request driven by CopyParams object settingsResponseUssCreate. create(String targetPath, CreateParams params)Perform UNIX create a file or directory name request driven by CreateParams object settings.ResponseUssCreate. createZfs(String fileSystemName)Create a ZFS using default values of 755 permissions, 10 primary and 2 secondary cylinders allocated, and a timeout of 20 seconds.ResponseUssCreate. createZfsCommon(String fileSystemName, CreateZfsParams params)Create a ZFS request driven by the CreateZfsParams object settings.ResponseUssDelete. delete(String targetPath)Perform UNIX delete file or directory name requestResponseUssDelete. delete(String targetPath, boolean recursive)Perform UNIX delete file or directory name request with recursive flagResponseUssSetAcl. delete(String targetPath, String value)Deletes the specified ACL entry from the file or directoryResponseUssSetAcl. deleteByType(String targetPath, DeleteAclType deleteType)Delete all extended ACL entries by type (setfacl -D type):ResponseUssDelete. deleteZfs(String fileSystemName)Delete UNIX zFS FilesystemStringUssExtAttr. display(String targetPath)Returns a response string documenting listing attributesResponseUssChangeTag. get(String fileNamePath)Retrieve existing UNIX file tag informationStringUssGetAcl. get(String targetPath, boolean useCommas)Get the ACL for a USS file or directoryResponseUssGetAcl. getAclCommon(String targetPath, GetAclParams params)Get the ACL for a USS file or directorybyte[]UssGet. getBinary(String fileNamePath)Get the binary contents of a UNIX fileResponseUssGet. getCommon(String fileNamePath, GetParams params)Get the contents of a UNIX file driven by the GetParams object settingsList<UnixFile>UssList. getFiles(ListParams params)Perform list of UNIX files operationStringUssGet. getText(String fileNamePath)Get the text contents of a UNIX fileList<UnixZfs>UssList. getZfsSystems(ListZfsParams params)Perform list of UNIX filesystems operationResponseUssSetAcl. modify(String targetPath, String value)Modifies the specified ACL entry for the file or directoryResponseUssMount. mount(String fileSystemName, String mountPoint, String fsType)Perform mount of a file system name to the UNIX file system.ResponseUssMount. mountCommon(String fileSystemName, MountParams params)Perform mount or unmount of a file system name request driven by MountParams settingsResponseUssMove. move(String fromPath, String targetPath)Move a UNIX file or directory with overwrite set as trueResponseUssMove. move(String fromPath, String targetPath, boolean overwrite)Move a UNIX file or directory with overwrite value specifiedResponseUssChangeTag. remove(String fileNamePath)Remove tag of a UNIX fileResponseUssExtAttr. reset(String targetPath, String value)Resets the attributes of a file or directoryResponseUssExtAttr. set(String targetPath, String value)Extends the attributes of a file or directoryResponseUssSetAcl. set(String targetPath, String value)Sets the ACL for a USS file or directoryResponseUssSetAcl. setAclCommon(String targetPath, SetAclParams params)Sets the ACL for a USS file or directory request driven by SetAclParams object settingsResponseUssChangeTag. text(String fileNamePath, String codeSet)Change the tag of a UNIX file to a text typeResponseUssMount. unmount(String fileSystemName)Perform unmount of a file system nameResponseUssWrite. writeBinary(String fileNamePath, byte[] content)Perform UNIX write binary content requestResponseUssWrite. writeCommon(String fileNamePath, WriteParams params)Perform UNIX write request driven by WriteParams settingsResponseUssWrite. writeText(String fileNamePath, String content)Perform UNIX write text content request -
Uses of ZosmfRequestException in zowe.client.sdk.zosjobs.methods
Methods in zowe.client.sdk.zosjobs.methods that throw ZosmfRequestException Modifier and Type Method Description ResponseJobCancel. cancel(String jobName, String jobId, String version)Cancel a job on z/OS.ResponseJobCancel. cancelByJob(Job job, String version)Cancel a job on z/OS.ResponseJobCancel. cancelCommon(ModifyJobParams params)Cancel a job on z/OS.ResponseJobDelete. delete(String jobName, String jobId, String version)Cancel and purge job from spool.ResponseJobDelete. deleteByJob(Job job, String version)Cancel and purge a job from spool.ResponseJobDelete. deleteCommon(ModifyJobParams params)Delete a job on z/OS.List<Job>JobGet. getAll()Get jobs (defaults to the user ID of the session as an owner).JobJobGet. getById(String jobId)Get a job by job id.List<Job>JobGet. getByOwner(String owner)Get jobs that are owned by a certain user or pattern of users.List<Job>JobGet. getByOwnerAndPrefix(String owner, String prefix)Get a list of jobs that match an owner and prefix.List<Job>JobGet. getByPrefix(String prefix)Get jobs that match a job name by prefix.List<Job>JobGet. getCommon(GetJobParams params)Get jobs filtered by owner and prefix.StringJobGet. getJcl(String jobName, String jobId)Get JCL from a job.StringJobGet. getJclByJob(Job job)Get JCL from a job.StringJobGet. getJclCommon(CommonJobParams params)Get the JCL that was used to submit a job.StringJobGet. getSpoolContent(String jobName, String jobId, int spoolId)Get spool content from a job using the job name, job ID, and spool ID number.StringJobGet. getSpoolContent(JobFile jobFile)Get spool content from a job (keeping naming convention pattern with this duplication function).StringJobGet. getSpoolContentCommon(JobFile jobFile)Get spool file content from a job file definition.List<JobFile>JobGet. getSpoolFiles(String jobName, String jobId)Get a list of all spool files for a job.List<JobFile>JobGet. getSpoolFilesByJob(Job job)Get a list of all job spool files for a job.List<JobFile>JobGet. getSpoolFilesCommon(CommonJobParams params)Get a list of all job spool files for a job.JobJobGet. getStatus(String jobName, String jobId)Get the status and other details (e.g.JobJobGet. getStatusByJob(Job job)Get the status and other details (e.g., owner, return code) for a job, including step-data.JobJobGet. getStatusCommon(CommonJobParams params)Get the status and other details (e.g., owner, return code) for a job, including step-data.StringJobGet. getStatusValue(String jobName, String jobId)Get the status value only for a given job name and id.StringJobGet. getStatusValueByJob(Job job)Get the status value for a given job object.booleanJobMonitor. isRunning(MonitorJobWaitForParams params)Determines if a given job is in a running state or not.JobJobSubmit. submit(String jobDataSet)Submit a job on z/OS.JobJobSubmit. submitByJcl(String jcl, String internalReaderRecfm, String internalReaderLrecl)Submit a string of JCL to runJobJobSubmit. submitCommon(SubmitJobParams params)Submit a job on z/OS.JobJobSubmit. submitJclCommon(SubmitJclParams params)Submit a JCL string to run which can contain JCL symbolic substitutionsbooleanJobMonitor. waitByMessage(String jobName, String jobId, String message)Given the jobname/jobid, wait for the given message from the job.booleanJobMonitor. waitByMessage(Job job, String message)Given a Job document (has jobname/jobid), wait for the given message from the job.JobJobMonitor. waitByOutputStatus(String jobName, String jobId)Given the jobname/jobid, wait for the status of the job to be "OUTPUT".JobJobMonitor. waitByOutputStatus(Job job)Given a Job document (has jobname/jobid), wait for the status of the job to be "OUTPUT".JobJobMonitor. waitByStatus(String jobName, String jobId, JobStatus.Type statusType)Given the jobname/jobid, wait for the given status of the job.JobJobMonitor. waitByStatus(Job job, JobStatus.Type statusType)Given a Job document (has jobname/jobid), wait for the given status of the job.booleanJobMonitor. waitMessageCommon(MonitorJobWaitForParams params, String message)Given jobname/jobid, check for the desired message continuously (based on the interval and attempts specified).JobJobMonitor. waitStatusCommon(MonitorJobWaitForParams params)Given jobname/jobid, check for the desired "status" (default is "OUTPUT") continuously (based on the interval and attempts specified). -
Uses of ZosmfRequestException in zowe.client.sdk.zoslogs.method
Methods in zowe.client.sdk.zoslogs.method that throw ZosmfRequestException Modifier and Type Method Description ZosLogReplyZosLog. issueCommand(ZosLogParams params)Issue a z/OSMF log command and return log data. -
Uses of ZosmfRequestException in zowe.client.sdk.zosmfauth.methods
Methods in zowe.client.sdk.zosmfauth.methods that throw ZosmfRequestException Modifier and Type Method Description ResponseZosmfPassword. changePassword(PasswordParams params)Change the password or passphrase for a specified User ID driven by PasswordParams object settingsZosmfLoginResponseZosmfLogin. login()Request to log into the server and obtain authentication tokensResponseZosmfLogout. logout(kong.unirest.core.Cookie cookie)Request to log out of server and delete authentication cookie token -
Uses of ZosmfRequestException in zowe.client.sdk.zosmfinfo.methods
Methods in zowe.client.sdk.zosmfinfo.methods that throw ZosmfRequestException Modifier and Type Method Description ZosmfInfoResponseZosmfStatus. get()Get z/OSMF informationZosmfSystemsResponseZosmfSystems. get()List systems defined to z/OSMF -
Uses of ZosmfRequestException in zowe.client.sdk.zostso.lifecycle
Methods in zowe.client.sdk.zostso.lifecycle that throw ZosmfRequestException Modifier and Type Method Description CollectedResponsesSendTso. getAllResponses(ZosmfTsoResponse tso)Collects responses from address space until it reaches promptSendResponseSendTso. sendDataToTsoCollect(String servletKey, String command)API method to send data to already started TSO address space, but will read TSO data until a PROMPT is reached.ZosmfTsoResponseSendTso. sendDataToTsoCommon(SendTsoParams commandParams)API method to send data to already started TSO address spaceStartStopResponsesStartTso. start(String accountNumber, StartTsoParams params)Start TSO address space with provided parameters.ZosmfTsoResponseStartTso. startCommon(StartTsoParams commandParams)Start TSO address space with provided parametersStartStopResponseStopTso. stop(String servletKey)Stop TSO address space and populates response with StartStopResponse, @see StartStopResponseZosmfTsoResponseStopTso. stopCommon(StopTsoParams commandParams)Sends REST call to z/OSMF for stopping active TSO address space -
Uses of ZosmfRequestException in zowe.client.sdk.zostso.method
Methods in zowe.client.sdk.zostso.method that throw ZosmfRequestException Modifier and Type Method Description IssueResponseIssueTso. issueCommand(String accountNumber, String command)API method to start a TSO address space, issue a command, collect responses until prompt is reached, and terminate the address space.IssueResponseIssueTso. issueCommand(String accountNumber, String command, StartTsoParams startParams)API method to start a TSO address space with provided parameters, issue a command, collect responses until the prompt is reached, and terminate the address space. -
Uses of ZosmfRequestException in zowe.client.sdk.zostso.service
Methods in zowe.client.sdk.zostso.service that throw ZosmfRequestException Modifier and Type Method Description ZosmfTsoResponseTsoResponseService. getZosmfTsoResponse()Retrieve tso response
-