priority
Sets the priority of the specified Service.
Example Request
PUT http://example.com:8080/livecluster/rest/service/priority
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
jobId |
Long |
Service ID whose priority needs to be set |
3001310211432770499 |
priority |
Int |
Priority for the Service. |
2 |
Example Response
204 no content
Result: Service priority is set to the specified value.