Private Network Interfaces
A Private Network Interface is the network interface that connects an Instance to a Private Network. An Instance can have multiple private network interfaces at the same time, but each private network interface must belong to a different Private Network.
List private network interfaces
List all private network interfaces.
path Parameters
zoneThe zone you want to target
query Parameters
project_idFilter by Project ID.
page_tokenToken for pagination.
page_sizeNumber of items to return per page.
order_byField to order results by.
server_idsFilter by server IDs.
private_network_idsFilter by Private Network IDs.
tagsFilter by tags.
List private network interfaces › Responses
List of private network interfaces.
next_page_tokenToken for the next page.
total_countTotal number of items.
Create a private network interface
Create a private network interface linked to a Private Network. It can be attached to an Instance.
path Parameters
zoneThe zone you want to target
Create a private network interface › Request Body
private_network_idID of the Private Network to attach to.
project_idProject ID for the private network interface.
server_idID of the Instance to attach the interface to.
ip_idsList of IP IDs to attach to the interface.
tagsTags to assign to the private network interface.
Create a private network interface › Responses
idUnique ID of the private network interface.
private_network_idID of the Private Network this interface is attached to.
project_idProject ID the private network interface belongs to.
server_idID of the Instance this interface is attached to.
mac_addressMAC address of the private network interface.
statusCurrent status of the private network interface.
ip_idsList of IP IDs attached to this interface.
tagsTags associated with the private network interface.
created_atCreation timestamp of the private network interface. (RFC 3339 format)
updated_atLast update timestamp of the private network interface. (RFC 3339 format)
Get a private network interface
Get details of a specified private network interface.
path Parameters
zoneThe zone you want to target
private_network_interface_idID of the private network interface to retrieve.
Get a private network interface › Responses
idUnique ID of the private network interface.
private_network_idID of the Private Network this interface is attached to.
project_idProject ID the private network interface belongs to.
server_idID of the Instance this interface is attached to.
mac_addressMAC address of the private network interface.
statusCurrent status of the private network interface.
ip_idsList of IP IDs attached to this interface.
tagsTags associated with the private network interface.
created_atCreation timestamp of the private network interface. (RFC 3339 format)
updated_atLast update timestamp of the private network interface. (RFC 3339 format)
Delete a private network interface
Delete a specified private network interface.
path Parameters
zoneThe zone you want to target
private_network_interface_idID of the private network interface to delete.
Delete a private network interface › Responses
Update a private network interface
Update the properties of a specified private network interface.
path Parameters
zoneThe zone you want to target
private_network_interface_idID of the private network interface to update.
Update a private network interface › Request Body
tagsNew tags to assign to the private network interface.
Update a private network interface › Responses
idUnique ID of the private network interface.
private_network_idID of the Private Network this interface is attached to.
project_idProject ID the private network interface belongs to.
server_idID of the Instance this interface is attached to.
mac_addressMAC address of the private network interface.
statusCurrent status of the private network interface.
ip_idsList of IP IDs attached to this interface.
tagsTags associated with the private network interface.
created_atCreation timestamp of the private network interface. (RFC 3339 format)
updated_atLast update timestamp of the private network interface. (RFC 3339 format)