Physical Connector REST Endpoints

Resource/Physical Connector
Create, get, update and delete physical connectors.
Create a Physical Connector
Method: post
Path: /physicalConnector
Delete a Physical Connector
Method: delete
Path: /physicalConnector/{id}
Get a Physical Connector by ID
Method: get
Path: /physicalConnector/{id}
Get Physical Connectors
Method: get
Path: /physicalConnector
Update a Physical Connector
Method: patch
Path: /physicalConnector/{id}