Parameter
|
Description
|
Valid Values
|
{datasourceId}
|
The ID of the data source.
|
The ID is auto-generated when the data source is created and cannot be changed.
|
Parameter
|
Description
|
Usage
|
Valid Values
|
"user"
|
The user ID needed to connect to the back end data store (for example, Oracle Database or Salesforce)
|
Optional
|
If the data source does not contain the user needed to connect to the back end data store, the user ID must be supplied in the payload.
|
"password"
|
The user password needed to connect to the back end data store (for example, Oracle Database or Salesforce)
|
Optional
|
If the data source does not contain the user needed to connect to the back end data store, the user password must be supplied in the payload.
|
"restart"
|
Specifies the behavior of the data access service when a create or refresh request is submitted while an OData model is being built for the specified data source.
If "restart" is not set to true and a model is currently being generated, a 409 status error is returned, indicating that the OData Model for this data source is currently being built.
|
Optional
|
true | false
If set to true, any OData model that is currently being built is discarded and the Connectivity Service builds a new OData Model for the data source.
If set to false and a model is currently being generated, a 409 status error is returned, indicating that the OData Model for this data source is currently being built.
|