- Subcategories:
 - Associated Resources
 
Physical Device REST Endpoints
            
            Resource/Physical Device
            
        
        
    Create, get, update and delete logical devices.
- Create a Physical Device
 - Method: postPath:
/physicalDevice - Delete a Physical Device
 - Method: deletePath:
/physicalDevice/{id} - Get a Physical Device by ID
 - Method: getPath:
/physicalDevice/{id} - Get Physical Devices
 - Method: getPath:
/physicalDevice - Update a Physical Device
 - Method: patchPath:
/physicalDevice/{id}