Link to OBS
Description
By creating an OBS link, you can extract files from or load files to OBS. Files in CSV, JSON, and binary format are supported.
Sample Link
{
    "links": [
        {
            "link-config-values": {
                "configs": [
                    {
                        "inputs": [
                            {
                                "name": "linkConfig.storageType",
                                "value": "OBS"
                            },
                            {
                                "name": "linkConfig.server",
                                "value": "10.121.16.183"
                            },
                            {
                                "name": "linkConfig.port",
                                "value": "443"
                            },
                            {
                                "name":"linkConfig.accessKey",
                                "value": "RSO6TTEZMJ6TTFBBAACE"
                            },
                            {
                                "name":"linkConfig.securityKey",
                                "value":"Add password here"
                            }
                        ],
                        "name": "linkConfig"
                    }
                ]
            },
            "name": "obs_link",
            "connector-name": "obs-connector"
        }
    ]
}
 Link Parameters
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        linkConfig.storageType  | 
      
        Yes  | 
      
        String  | 
      
        Storage class of an object  | 
     
| 
        linkConfig.server  | 
      
        Yes  | 
      
        String  | 
      
        Endpoint of the OBS server. You can enter a bucket-level domain name.  | 
     
| 
        linkConfig.port  | 
      
        Yes  | 
      
        String  | 
      
        Data transmission port. The HTTPS port number is 443 and the HTTP port number is 80.  | 
     
| 
        linkConfig.accessKey  | 
      
        Yes  | 
      
        String  | 
      
        AK  | 
     
| 
        linkConfig.securityKey  | 
      
        Yes  | 
      
        String  | 
      
        SK  | 
     
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.