Gets specific Cloud Storage Link
get
                    /data-tools/cloud-storage-links/{owner},{storage_link_name}
Gets specific Cloud Storage Link
                Request
Path Parameters
                - 
                    owner(required):  string
                    
                    Owner for the Cloud Storage Link.
 - 
                    storage_link_name(required):  string
                    
                    Name of Cloud Storage Link to get
 
There's no request body for this operation.
Back to TopResponse
200 Response
Multiple Cloud Storage Links
                            
                            
                                Nested Schema : cloud-storage-link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    credential_name: string
                    
                    
                     
                    
                
                
                Credential name used to access bucketExample:
MYCRED - 
                
                    
                    sql_statements: array
                    
                    
                
                
                    sql_statements
                
                
                SQL statements to perform database operation
 - 
                
                    
                    storage_link_description: string
                    
                    
                     
                    
                
                
                Description of Cloud Storage LinkExample:
My bucket for CSV files - 
                
                    
                    storage_link_name: string
                    
                    
                     
                    
                
                
                Name of Cloud Storage LinkExample:
MY-BUCKET - 
                
                    
                    uri: string
                    
                    
                     
                    
                
                
                URI of bucket for Cloud Storage LinksExample:
https://objectstorage.us-ashburn-1.oraclecloud.com/n/kdnmfs3kdj2x/b/my-bucket/o/ 
Nested Schema : sql_statements
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySQL statements to perform database operation
    
    
    
    
    
        Show Source
        - 
            Array of: 
                string
            
            SQL statement
 
Example:
    
    
[
    "CREATE TABLE \"MYSCHEMA\".\"EXAMPLE_TABLE\"(\"ID\" NUMBER, \"DATE_RECV\" DATE);"
]404 Response
Cloud Storage Link not found