Create Connection
Creates a new connections object with the specified parameters.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The connections entity to post
The name of the data connection.
The id of the Workspace.
The name of the ADO.NET provider for the data connection.
The class name of the ADO.NET provider for the data connection.
The connection string for the data connection.
The error message in loading current provider.
The time of creation.
The version number of connection.
The last modified.
The connection state.
The last time the connection was tested.
The verbosity of the connection log, where 0 represents None, 1 represents Error, 2 represents Info, 3 represents Transfer, and 5 represents Verbose.
The Callback URL used, with 1 represents"Use" and 0 represents "Do not use".
The Sync Proxy Settings used, with true represents"Use" and false represents "Do not use".
The refresh interval of metadata cache, -1 equals Never, 0 equals Start of Job, 3600 equals Hourly and 86400 equals Daily.
Whether the connection is valid or invalid based on the license.
Details for why the connection is invalid.
Whether the current entity can be updated by current user.
Whether the current entity can be removed by current user.
Whether the current connection supports destination.
Response
connections created
The name of the data connection.
The id of the Workspace.
The name of the ADO.NET provider for the data connection.
The class name of the ADO.NET provider for the data connection.
The connection string for the data connection.
The error message in loading current provider.
The time of creation.
The version number of connection.
The last modified.
The connection state.
The last time the connection was tested.
The verbosity of the connection log, where 0 represents None, 1 represents Error, 2 represents Info, 3 represents Transfer, and 5 represents Verbose.
The Callback URL used, with 1 represents"Use" and 0 represents "Do not use".
The Sync Proxy Settings used, with true represents"Use" and false represents "Do not use".
The refresh interval of metadata cache, -1 equals Never, 0 equals Start of Job, 3600 equals Hourly and 86400 equals Daily.
Whether the connection is valid or invalid based on the license.
Details for why the connection is invalid.
Whether the current entity can be updated by current user.
Whether the current entity can be removed by current user.
Whether the current connection supports destination.