This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import socket | |
| import oci | |
| import json | |
| import base64 | |
| # ================================================================= | |
| # CONFIGURACIÓN DE ORACLE CLOUD INFRASTRUCTURE (OCI) | |
| # ================================================================= | |
| # 1. Cargar el archivo de autenticación local generado con (~/.oci/config) 'oci setup config' | |
| config = oci.config.from_file() |