Endpoint
/v2/network/interfaces/{interface_id}
GET
Get configuration of an interface.
Parameters
Name |
Description |
Required |
interface_id |
The unique ID of the network interface |
Yes |
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema
PUT
Set configuration of an interface. Changes in interface MTU will be applied to the untagged STATIC network as well as the interface.
Parameters
Name |
Description |
Required |
interface_id |
The unique ID of the network interface |
Yes |
If-Match |
ETag for expected version |
No |
Request
Schema
Response
Codes
Code |
Description |
202 |
Return value on success |
PATCH
Update a subset of an interface configuration. Changes in interface MTU will be applied to the untagged STATIC network as well as the interface.
Parameters
Name |
Description |
Required |
interface_id |
The unique ID of the network interface |
Yes |
If-Match |
ETag for expected version |
No |
Request
Schema
Response
Codes
Code |
Description |
202 |
Return value on success |