You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!