Application Programming Interface Guide > Web Services Operations > Operations Reference > updateDataSourcePort
 
updateDataSourcePort
Update the definition of a TDV data source port container.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: A fully qualified path to the resource.
detail: The level of detail of resources in the response. Valid values are NONE, SIMPLE, and FULL.
authMethods (optional): A space-separated list containing one or more authentication methods that data service clients can use to authenticate to the server: HTTP_BASIC, HTTP_DIGEST, HTTPS_X509_CERT, WSS_USERNAME_TOKEN, WSS_X509_CERT_BINARY_TOKEN.
requireAllAuthMethods (optional): If TRUE, all selected authentication methods are required. If FALSE, any selected authentication method is allowed.
transportSecurity (optional): The transport security level of the port. It must be one of the following: NONE, HTTPS, HTTPS_WITH_X509_CERT_AUTH.
bindingType (optional)
bindingProfileType (optional)
bindingProperties (optional)
correlationType (optional)
isConnectorGroup (optional)
connector (optional)
attributes (optional): List of attributes. See Attributes Element.
annotation (optional): A description of the resource. If not provided, the annotation is left unaltered.
timeout (optional)
inputPipeline (optional)
version
type
proprietaryModel (optional)
inputMappingType (optional)
inputMappingOptions (optional)
outputPipeline (optional)
version
type
proprietaryModel (optional)
outputMappingType (optional)
outputMappingOptions (optional)
Response Elements
resources: List of the updated resources. See Resources Element.
Faults
IllegalArgument: If the path is malformed, or the detail or attributes are illegal.
NotAllowed: If an attempt is made to update an input or output pipeline with an insufficient license.
NotFound: If the resource or any portion of path does not exist.
Security: If the user does not have READ access on all items in path other than 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.