# /machines/list

**GET /machines/list**

Cuckoo için mevcut olan analiz makinelerinin ayrıntılarını içeren bir liste döndürür.

Örnek request:

> curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/machines/list

Örnek response:

> {  
>  "machines": \[  
>  {  
>  "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