Interfaces
Returns a specific interface for a specific interface id
get/interfaces/{interface_id}/
Path parameters
interface_idstring required
Interface ID
Response
Interface details
Example response
{
"id": 12,
"name": "em1",
"bios_id": "nic1",
"mac_address": "aa:00:bb:11:cc:22",
"switch_ip": "10.1.1.18",
"switch_port": "xt-0-0/1",
"speed": 1000,
"vendor": "Intel",
"pxe_boot": true,
"host_id": 10
}