We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d76d75 commit 9da6e32Copy full SHA for 9da6e32
chapters/06Jobs.tex
@@ -319,6 +319,20 @@ \section{View Qstat Output}
319
\end{description}
320
321
322
+\section{View Queue Load}
323
+\begin{description}
324
+\item [URL] \servicesurl{services/cluster/loads/\{queueId\}}
325
+\item [URL Variables] \
326
+ \begin{description}
327
+ \item [queueId] \type{Integer} The ID of the queue to view.
328
+ \end{description}
329
+\item [Method] GET
330
+\item [Parameter Encoding] N/A
331
+\item [Description] Gets a representation of the LoadBalanceMonitor for the given queue.
332
+\item [Returns] A plaintext string that shows the load values for the given queue.
333
+\end{description}
334
+
335
336
\section{Delete Jobs}
337
\begin{description}
338
\item [URL] \servicesurl{services/delete/job}
0 commit comments