/tasks/reboot

GET /tasks/reboot/ (int: id) **

Mevcut bir analiz kimliğinden veritabanına bir yeniden başlatma görevi ekleyin.

Örnek request:

curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/reboot/1

Örnek response:

{
    "task_id": 1,
    "reboot_id": 3
}

Parametreler:

Durum kodları:


Revision #1
Created 4 January 2024 12:01:13 by Ertan Sözer
Updated 4 January 2024 12:01:51 by Ertan Sözer