getDataSourceTypeAttributeDefs

Get the attribute definitions for the given data source type. These attribute definitions are used to interpret the attributes of the data source type itself, such as where to find a JDBC driver and what CLASSPATH to use. Also see getDataSourceAttributeDefs which defines attributes that are used when creating and updating data source resources.

Location

/services/webservices/system/admin/resource/operations/

Request Elements

dataSourceType: Valid input value is a resource:name from getDataSourceTypes .

Response Elements

attributeDefs: List of attribute definitions. See Attribute Definitions Element.

Faults

NotFound: The given data source type does not exist.

Security: If the user does not have the ACCESS_TOOLS right.