/yarn_rm/move_app
Gets the status code for a moved YARN app.
Request
GET http://unravel-host
:3000/api/api/v1/yarn_rm/move_app?clusterid={cluster_id}&appid={app_id}&queue={queue_name}
Path parameters
None.
Query parameters
Name of the cluster on which the AutoAction occurred.
Name | Type | Description |
---|---|---|
| string | Cluster ID. |
| string | App ID. |
| string | Queue name. |
Response body
Name | Type | Description |
---|---|---|
| integer | |
| integer | |
| string | |
| string |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/yarn_rm/move_app?clusterid=ignite1&appid=application_1550764666755_0668&queue=root.users.root" -H "accept: application/json" -H "Authorization: JWT token
"
Response:
200