Physical Device REST Endpoints

Resource/Physical Device
Create, get, update and delete logical devices.
Create a Physical Device
Method: post
Path: /physicalDevice
Delete a Physical Device
Method: delete
Path: /physicalDevice/{id}
Get a Physical Device by ID
Method: get
Path: /physicalDevice/{id}
Get Physical Devices
Method: get
Path: /physicalDevice
Update a Physical Device
Method: patch
Path: /physicalDevice/{id}