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

Link to NAS/SFS (to Be Brought Offline)

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