REST API - setPriority
The table summarizes the REST API - setPriority.
Request
Format | PUT <baseurl>/process/set/priority/<processid>/<priority> |
Path parameters |
|
Response
JSON | If successful, returns 204 No Content in the response header, and OK in the response body. |
XML | If successful, returns 204 No Content in the response header, and OK in the response body. |
Example
Request | GET <baseurl>/process/set/priority/pvm:0a12n/300 |
Response | OK |