Physical Port REST Endpoints

Resource/Physical Port
Create, get, update and delete physical ports.
Create a Physical Port
Method: post
Path: /physicalPort
Delete a Physical Port
Method: delete
Path: /physicalPort/{id}
Get Physical Port by ID
Method: get
Path: /physicalPort/{id}
Get Physical Ports
Method: get
Path: /physicalPort
Update a Physical Port
Method: patch
Path: /physicalPort/{id}