oci sdk invoke
Summary:
I have an existing python process that calls SDK objects, for example list_refresh_activities. I want to put this in to a function and invoke it as a rest endpoint but cannot find any useful examples.
How to I invoke list_refresh_activities and what does the payload look like for the fn ?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25D
Code Snippet (add any code snippets that support your topic, if applicable):
import io
import json
import logging
import oci
import csv
import sys
import os
from fdk import response
Tagged:
0