Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
375 views

I am attempting to use the OCI module for Python to connect to my Oracle OCI databases to retrieve a list of backups for the database. I have copied some code a colleague used to do another task with ...
elahren's user avatar
  • 21
1 vote
1 answer
264 views

Please find the error update_volume_response = core_client.update_instance(instance_id=i.id, update_instance_details = oci.core.models.UpdateInstanceDetails(freeform_tags)) TypeError: ...
Levun's user avatar
  • 37
0 votes
1 answer
212 views

Latest 2.88.1 (updated 11/15) documentation site under API reference, it does not list all service clients for navigation and search. oci sdk 2.88.0 lists dozens of service clients. oci sdk 2.88.1 ...
ardai's user avatar
  • 58
1 vote
1 answer
2k views

I am trying to deploy my RandomForestClassifier on Amazon Sagemaker using Python SDK. I have been following this example https://github.com/aws/amazon-sagemaker-examples/blob/main/sagemaker-script-...
Jojo's user avatar
  • 53
4 votes
1 answer
6k views

I am trying to get the list of all compartments (including child compartments) in OCI Tenancy using Python SDK. But the below OCI API does not give the root compartment details. Is there a way to get ...
Ibprof's user avatar
  • 43
1 vote
1 answer
720 views

The response.data attribute seems to return a Python list type object, with just one entry. To get the response data into a Python dict object I have to strip out the list contents before using the ...
mikey's user avatar
  • 135
0 votes
1 answer
215 views

How do we remove the assigned backup policy of boot volume attached to an instance using python sdk OCI package Didn't find with UpdateBootVolume https://docs.oracle.com/en-us/iaas/api/#/en/iaas/...
RV.'s user avatar
  • 3
0 votes
1 answer
327 views

How do we find boot volume backups of the particular instance using python oci package list_boot_volume_backups function will return all the backups in the compartment. ref: https://docs.oracle.com/en-...
RV.'s user avatar
  • 3
0 votes
1 answer
921 views

I am using OCI notebook session for model deployment. cloned oci-python-sdk in the env. env: Python [conda env:generalmachinelearningforgpusv1] (/home/datascience/conda/generalmachinelearningforgpusv1)...
Himani Pandey's user avatar
0 votes
1 answer
882 views

I want to create a compute instance using oci-python-sdk in the same way as I would by clicking 'launch instance' in the "compute >> instance configurations >> instance configuration ...
Maciej Zwoliński's user avatar
0 votes
1 answer
507 views

I am trying to read and pass the response of work requests in OCI for my compartment. import oci import configparser import json from oci.work_requests import WorkRequestClient DEFAULT_CONFIG = "...
Rebecca's user avatar
  • 57
0 votes
1 answer
242 views

The OCI Phyton SDK has functions, like GenerateAutonomousDatabaseWalletDetails and generate_autonomous_database_wallet, to generate the database wallet. Is there any function that allows adding user ...
Joao Paiva's user avatar
-1 votes
1 answer
2k views

I am using Python SDK for OCI. I tried the Upload manager example and its working perfectly fine when i try to upload files from file system. But i have to expose this python code as REST service (...
user1945183's user avatar
0 votes
1 answer
2k views

I want to create pre-authenticated request for an object inside a bucket in the OCI object storage using python SDK. I found out that I can use get_preauthenticated_request for the bucket to put ...
msaei's user avatar
  • 13
0 votes
3 answers
2k views

I want to use python oci package to get information about environment. how to list all IPs addresses (both public or private) attached to compute node? list_instances() does not provide this part ...
habakuk's user avatar
  • 15

15 30 50 per page