Data Integration
- Data Integration
- All Products
For example, you might use the following request:/api/v2/connector
GET <serverUrl>/api/v2/connector Content-Type: application/xml Accept: application/xml icSessionId: <icSessionId>
Field
| Type
| Description
|
---|---|---|
name
| String
| Name of the connector.
|
type
| String
| Type of connector. Includes the following values:
|
publisher
| String
| Name of the entity that published the connector.
|
connectorVersion
| Int
| Connector version.
|
shortName
| String
| Connector short name.
|
isPublic
| Boolean
| Whether the connector is a public or private connector. If you are interested in a connector that is private, contact Informatica Global Customer Support.
|
/api/v2/connector/metadata?connectorName=<connectorName>
GET <serverUrl>/api/v2/connector/metadata?connectorName=SQLServer Content-Type: application/xml Accept: application/xml icSessionId: <icSessionId>
Field
| Type
| Description
|
---|---|---|
type
| String
| Type of connector, such as Salesforce or Oracle.
|
isStandardConnType
| Boolean
| Whether the connector is standard or custom. A "True" value indicates the connector is standard.
|
attributes
| Connector attributes for the specified connector type. Includes information in the attribute object for each connector object.
| |
name
| String
| Included in the attribute object.
Name of the attribute, such as database or codePage.
|
label
| String
| Included in the attribute object.
Label.
|
id
| String
| Included in the attribute object.
ID.
|
value
| String
| Included in the attribute object.
Value of the attribute.
|
isMandatory
| Boolean
| Included in the attribute object.
Whether the attribute is mandatory.
|
visible
| Boolean
| Included in the attribute object.
Whether the attribute is visible.
|
list
| String
| Included in the attribute object.
A list of types for the selected connector type. For example, SQL Server includes the types SqlServer2000, SqlServer2005, SqlServer2008, and so on.
|