# /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ı