You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create a new snapshot resource for an Analytics instance

Summary:

For creating a new snapshot BAR file in Oracle Cloud Infrastructure (OCI) storage of Oracle Analytics instance below is the JSON payload:
{
"type": "CREATE",
"name": "myfirstsnapshot",
"storage": {
"type": "OCI_NATIVE",
"bucket": "mysnapshot-bucket",
"bucketOciRegion": "uk-london-1",
"bucketOciNamespace": "idaabb1122xxyyzz",
"auth": {
"type": "OCI_RESOURCE_PRINCIPAL"
}
},
"bar": {
"uri": "file:///myfolder/myfirstsnapshot.bar",
"password": "snapshotPassword123"
}
}

Here URI is specifying the analytic cloud path or OCI object storage path?

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!