GET /api/hosts/host744/interfaces 200 { "total": 3, "subtotal": 3, "page": 1, "per_page": 20, "search": null, "sort": { "by": null, "order": null }, "results": [ { "subnet_id": null, "subnet_name": null, "subnet6_id": null, "subnet6_name": null, "domain_id": null, "domain_name": null, "created_at": "2022-03-29 08:36:21 UTC", "updated_at": "2022-03-29 08:36:21 UTC", "managed": true, "identifier": null, "id": 99, "name": "host744", "ip": null, "ip6": null, "mac": null, "mtu": null, "fqdn": "host744", "primary": true, "provision": true, "type": "interface", "virtual": false }, { "subnet_id": null, "subnet_name": null, "subnet6_id": null, "subnet6_name": null, "domain_id": null, "domain_name": null, "created_at": "2022-03-29 08:36:21 UTC", "updated_at": "2022-03-29 08:36:21 UTC", "managed": true, "identifier": "eth260", "id": 100, "name": null, "ip": "0.0.0.36", "ip6": null, "mac": "00:33:45:ab:00:30", "mtu": null, "fqdn": null, "primary": false, "provision": false, "type": "interface", "virtual": false }, { "subnet_id": null, "subnet_name": null, "subnet6_id": null, "subnet6_name": null, "domain_id": null, "domain_name": null, "created_at": "2022-03-29 08:36:21 UTC", "updated_at": "2022-03-29 08:36:21 UTC", "managed": true, "identifier": "eth261", "id": 101, "name": null, "ip": "0.0.0.37", "ip6": null, "mac": "00:33:45:ab:00:31", "mtu": null, "fqdn": null, "primary": false, "provision": false, "type": "bond", "mode": "balance-rr", "attached_devices": "", "bond_options": "", "virtual": true } ] }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
host_id required |
ID or name of host Validations:
|
domain_id optional |
ID or name of domain Validations:
|
subnet_id optional |
ID or name of subnet Validations:
|
page optional |
Page number, starting at 1 Validations:
|
per_page optional |
Number of results per page to return, ‘all’ to return all results Validations:
|