You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/data-development/apex/oci-service-integration-rest-apis/README.md
+1-38Lines changed: 1 addition & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,12 @@
2
2
3
3
REST APIs are used to integrate with OCI Cloud Services from APEX. understanding the nuances of the APIs and OCI authentication can be somewhat complex. The main challenge in our experience has been translating Documentation into Implementation.
4
4
5
-
To simplify the creation of the REST Data Sources, we are assembling REST Source artifacts into a Catalog as we gain experience using the APIs ourselves.
6
-
7
-
Hopefully, this will simplify your project implementations as you work with these services.
8
-
9
-
The first set of samples will provide REST Data Sources for the OCI Document Understanding and Vision services.
-[Oracle Documentation - Developers Guide](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/devguidesetupprereq.htm"Setting User with Required Keys and OCIDs")
41
-
42
-
### Import the REST Catalog into the APEX Workspace
43
-
- From the relevant application
44
-
- [] Navigate to REST Data Sources *from Shared Components*
45
-
- [] Create a a new REST Data Source *from a REST Source Catalog*
46
-
- [] Use the *+* to select the REST Data Source and click *Next*
47
-
- [] Select *Create New* from the Credentials field
48
-
49
-
### Create a new Web Credential
50
-
- Provide
51
-
- [] Name
52
-
- [] Static ID
53
-
- [] Authentication Type => *Oracle Cloud Infrastructure (OCI)*
54
-
- [] OCI User ID => *OCI User OCID*
55
-
- [] OCI Private Key => *Entire contents Private Key associated with the uploaded Public PEM file in the User's API Keys*
56
-
- [] OCI Tenancy ID => *OCI Tenant OCID*
57
-
- [] OCI Public Key Fingerprint => *Fingerprint of the uploaded Public Key PEM file in the User's API Keys*
58
-
59
-
60
25
# License
61
26
62
27
Copyright (c) 2024 Oracle and/or its affiliates.
63
-
64
28
Licensed under the Universal Permissive License (UPL), Version 1.0.
65
-
66
29
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
0 commit comments