This gem involves extracting data from ServiceNow and securely transferring it to a specified Oracle Cloud Object Storage bucket. This gem ensures efficient and reliable storage of ServiceNow data in a scalable cloud environment, facilitating easy access, backup and further analysis.
Setup Guide
This gem will pull the data from each ServiceNow object specified in the Object List
parameter. The gem will then generate a CSV file for each object and upload all files to the Oracle Cloud Object Storage. The uploaded files will be named Object_currentdate
.
To run this gem and connect ServiceNow to Oracle Cloud Object Storage, you need to specify the parameters below
ServiceNow
Server Host
Required. Specify the correctinstance
in the server host URL.Username
Required. Specify the username.Password
Required. Specify the password.Object List
Required. This parameter accepts comma-separated values to pull data from multiple ServiceNow objects.Batch Size
Required. The default is set to 200.Query Parameter
Optional. Multiple query parameters are separated by a new line.Compression
Optional. The default is set to false.
Oracle Cloud Object Storage
Server Host
Required. Specify correctbucketnamespace
andregion
in the server host URLhttps://[bucketnamespace].compat.objectstorage.[region].oraclecloud.com
.Access Key
Required. Specify the access key.Secret Key
Required. Specify the secret key.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash.