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):