Gets specific Cloud Storage Link
get
                    /ords/_/db-api/stable/data-tools/cloud-storage-links/{owner},{storage_link_name}
Request
Path Parameters
                - 
                    owner: string
                    
                    Owner for the Cloud Storage Link.
 - 
                    storage_link_name: string
                    
                    Name of Cloud Storage Link to get
 
Response
200 Response
Multiple Cloud Storage Links
                
                
                    Nested Schema : cloud-storage-link
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            credential_name(optional): 
            string
            Credential name used to access bucketExample:
MYCRED - 
            sql_statements(optional): 
            array  sql_statements
            
            SQL statements to perform database operation
 - 
            storage_link_description(optional): 
            string
            Description of Cloud Storage LinkExample:
My bucket for CSV files - 
            storage_link_name(optional): 
            string
            Name of Cloud Storage LinkExample:
MY-BUCKET - 
            uri(optional): 
            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