Query Information in the Task Center
You can call a GES API to query information in the task center. The sample code is as follows:
private static void queryJobs(GesClient client) throws GesSdkException { JobsResp jobResp = client.queryJobs(); System.out.println(jobResp); }
Asynchronous APIs that are used to stop, start, restore, and delete graphs, as well as create backups will return job IDs after commands are sent. You can query the job execution status using the job IDs.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot