Esta página aún no está disponible en su idioma local. Estamos trabajando arduamente para agregar más versiones de idiomas. Gracias por tu apoyo.

Link to NAS/SFS (to Be Brought Offline)

Updated on 2022-09-15 GMT+08:00

Description

By creating a NAS link, you can extract files from or load files to the NAS server. Currently, the link supports the SMB, CIFS, and NFS protocols, as well as cloud services that provide file systems supporting the SMB, CIFS, and NFS protocols, such as Scalable File Service (SFS). Files in CSV, JSON, and binary formats are supported.

Sample Link

{
    "links": [
        {
            "link-config-values": {
                "configs": [
                    {
                        "inputs": [
                            {
                                "name": "linkConfig.protocol",
                                "value": "CIFS"
                            },
                            {
                                "name": "linkConfig.server",
                                "value": "\\\\10.121.16.20\\data"
                            },
                            {
                                "name": "linkConfig.username",
                                "value": "username"
                            },
                            {
                                "name": "linkConfig.password",
                                "value": "Add password here"
                            }
                        ],
                        "name": "linkConfig"
                    }
                ]
            },
            "name": "nas_link",
            "connector-name": "nas-connector"
        }
    ]
}

Link Parameters

Parameter

Mandatory

Type

Description

linkConfig.protocol

Yes

String

NAS file protocol. Currently, only the SMB, CIFS, and NFS protocols are supported.

linkConfig.server

Yes

String

Shared path of the NAS server, in which \\\\ is converted into \\

linkConfig.username

Yes

String

Username for accessing the NAS server

linkConfig.password

Yes

String

Password for accessing the NAS server

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback