Examples

GET /api/hosts/host2478/interfaces/31
200
{
  "subnet_id": null,
  "subnet_name": null,
  "subnet6_id": null,
  "subnet6_name": null,
  "domain_id": null,
  "domain_name": null,
  "created_at": "2021-11-26 11:11:36 UTC",
  "updated_at": "2021-11-26 11:11:36 UTC",
  "managed": true,
  "identifier": "eth914",
  "id": 31,
  "name": null,
  "ip": "0.0.0.198",
  "ip6": null,
  "mac": "00:33:45:ab:01:3d",
  "mtu": null,
  "fqdn": null,
  "primary": false,
  "provision": false,
  "type": "interface",
  "virtual": false
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

host_id
required

ID or name of host

Validations:

  • Must be a String

id
required

ID or name of interface

Validations:

  • Must be a String