Function updateDirectAccessAgentConnectorFile

  • Completely replaces the contents of the connector's configuration file. Partial updates are not supported. Requestor must be assigned the TenantAdmin role and needs to be either a Gateway's space owner or a member in the Gateway's space with Can Consume Data role. Available in Direct Access Gateway V1.7.4+.

    Parameters

    • agentId: string

      The agent ID

    • connectorType: string

      The connector type to update

    • fileType: string

      The file type to update

    • query: Record<string, unknown>

      an object with query parameters

    • body: UpdateConfigurationFlatFileRequest

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<UpdateDirectAccessAgentConnectorFileHttpResponse>

    UpdateDirectAccessAgentConnectorFileHttpError