Ports
Get port detail by port ID.
get/v1/ports/{id}
Path parameters
idstring required
Database ID created for a port.
Response
OK
Example response
{
"id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"created_at": "2017-07-10T14:36:58.014Z",
"updated_at": "2017-07-10T14:36:58.014Z",
"storage_id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"native_port_id": "Port_A",
"native_parent_id": "Controller_A"
}