/machines/view GET /machines/view/   (str: name) Verilen adla ilişkili analiz makinesindeki ayrıntıları döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/machines/view/cuckoo1 Örnek response: {     "machine": {         "status": null,         "locked": false,         "name": "cuckoo1",         "resultserver_ip": "192.168.56.1",         "ip": "192.168.56.101",         "tags": [                     "32bit",                     "acrobat_6",                 ],         "label": "cuckoo1",         "locked_changed_on": null,         "platform": "windows",         "snapshot": null,         "interface": null,         "status_changed_on": null,         "id": 1,         "resultserver_port": "2042"     } } Durum kodları: 200 - hata yok 404 - makine bulunamadı