Basic architecture questions - APEX -> OCI Automation
From: Ethan Post <post.ethan_at_gmail.com>
Date: Thu, 5 Sep 2024 08:26:42 -0500
Message-ID: <CAMNhnU3k+VB3Q4n8-Kp1+5WvfjLUXzDvynf23i4hS53jK+M_PQ_at_mail.gmail.com>
Prototype project idea is to be able to deploy Prometheus and Grafana from PL/SQL within a DB (which will host an APEX application).
Date: Thu, 5 Sep 2024 08:26:42 -0500
Message-ID: <CAMNhnU3k+VB3Q4n8-Kp1+5WvfjLUXzDvynf23i4hS53jK+M_PQ_at_mail.gmail.com>
Prototype project idea is to be able to deploy Prometheus and Grafana from PL/SQL within a DB (which will host an APEX application).
The application will manage multiple Prom/Graf compute instances.
OCI API docs here: https://docs.oracle.com/en-us/iaas/api/
Ideally I would like to call the OCI API directly from the DB to clone the new instances from an existing template but if that is not possible (I don't see an API for Compute) then I could call a function and perhaps use the Python SDK, or maybe can trigger a pipeline that uses Terraform or something like that.
Looking for the simplest solution and examples if they exist.
Thanks,
Ethan
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Sep 05 2024 - 15:26:42 CEST