Parameter
|
Description
|
Required
|
"name"
|
The connectionType name. Currently, the name must be either Cloud or Hybrid.
|
Yes
|
"category"
|
An array of one or more category definition objects. A category is a group of options for a data store that are loosely related to each other. The Hybrid Data Pipeline web interface displays each category of options on a separate tab in its data source dialogs.
A category-definition object has the format:
{ "name": <category-name>, "options": [ {option-definition} ] } |
Yes
|