5.112.2. end POST
외부 작업 실행이 종료된 것으로 표시합니다.
예를 들어 식별자 4.6.1이 있는 작업을 종료하려면
다음 요청을 보냅니다.
POST /ovirt-engine/api/jobs/end
POST /ovirt-engine/api/jobs/end
다음 요청 본문에서 다음을 수행합니다.
<action> <force>true</force> <status>finished</status> </action>
<action>
<force>true</force>
<status>finished</status>
</action>