v1

latestOpenAPI 3.1.02026-07-26102158206.8 KB
CVMs
cvms-network-config

Get port mappings

Returns persisted port mappings for this CVM.

get/api/v1/cvms/{cvm_id}/ports

Path parameters

cvm_idstring required

Response

Port mappings

idstring hashid required

A hashed identifier that maps to an internal database ID

host_portinteger required
vm_portinteger required
protocolstring required
host_addressstring required

Example response

[
  {
    "id": "pm_0123abcd"
  }
]