API list

Virtual server (network interface operation)

Item API Name Description
1 POST /v2/{tenant_id}/servers/{server_id}/os-interface

Create interface

Creates and uses a port for connecting to a server instance
2 GET /v2/{tenant_id}/servers/{server_id}/os-interface

List interfaces

Lists the ports
3 GET /v2/{tenant_id}/servers/{server_id}/os-interface/{attachment_id}

Show attached interface information

Displays information related to the specified port
4 DELETE /v2/{tenant_id}/servers/{server_id}/os-interface/{attachment_id}

Detach interface

Detaches the specified port
5 GET /v2/{tenant_id}/servers/{server_id}/os-instance-actions

List actions for server

Lists the action execution history of the specified server
6 GET /v2/{tenant_id}/servers/{server_id}/os-instance-actions/{action_id}

Show server action details

Lists the details of action execution results for the specified server
>