본문으로 건너뛰기

ConnectorTypeInfoResponse

Connector type info plus built-in templates for that type.

typeType (string)필수
functionsstring[]필수
templateTemplate (string)필수
builtin_templates object[]
  • Array [
  • is_builtinIs Builtin (boolean)
    기본값: true
    nameName (string)필수
    description object
    하나 이상(anyOf)
    string
    driver object

    Bindable native driver id for a managed connector; send as ConnectorCreate.driver.

    하나 이상(anyOf)
    string
    options object
    property name*any
    packagesstring[]
    metadata object
    하나 이상(anyOf)
    object
  • ]
  • ConnectorTypeInfoResponse
    {
    "type": "string",
    "functions": [
    "string"
    ],
    "template": "string",
    "builtin_templates": [
    {
    "is_builtin": true,
    "name": "string",
    "description": "string",
    "driver": "string",
    "options": {},
    "packages": [
    "string"
    ],
    "metadata": {}
    }
    ]
    }