Physical Port REST Endpoints
Resource/Physical Port
Create, get, update and delete physical ports.
- Create a Physical Port
- Method: postPath:
/physicalPort
- Delete a Physical Port
- Method: deletePath:
/physicalPort/{id}
- Get Physical Port by ID
- Method: getPath:
/physicalPort/{id}
- Get Physical Ports
- Method: getPath:
/physicalPort
- Update a Physical Port
- Method: patchPath:
/physicalPort/{id}