Application Programming Interface Guide > Web Services Operations > Operations Reference > createConnector
 
createConnector
Create a connector.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
connector: The connector to create. See Connector Element.
detail: The level of detail about the resources to include in the response. Valid values are NONE, SIMPLE, and FULL.
Response Elements
connector: The connector created.
Faults
IllegalArgument: If the path is malformed, or the detail or attributes are illegal.
DuplicateName: If a connector with the same name already exists.
Security: If the user does not have READ access on all items in path except the last one.
Security: If the user does not have WRITE access to the last item in path.
Security: If the user does not have the ACCESS_TOOLS right.