Gets Cloud Storage Links
get
                    /data-tools/cloud-storage-links/
Gets Cloud Storage Links
                Request
There are no request parameters for this operation.
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
No Cloud Storage Links found