AI Service Graph Connector for OCI
The AI Service Graph Connector for OCI enables you to discover and import AI assets from your OCI environment into ServiceNow AI Control Tower.
The AI Service Graph Connector for OCI integrates with your OCI account to catalog AI systems, agents, models, and prompts. Usage data is automatically collected and populated into the AI Control Tower value dashboard, providing comprehensive visibility and governance of your AI operations.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Supported ServiceNow versions
- Zurich (Patch 8)
- Australia (Patch 1)
User roles
- sn_ai_disc.discovery_admin
- sn_cmdb_int_util.sgc_admin
ServiceNow prerequisites
Complete the following setup steps when configuring the connector for the first time.
The connector requires write permissions to the Data Source table to create data sources.
- Select Global from the application picker.
- Navigate to Application Access.
- Select the Can create, Can update, and Can delete check boxes.
- Select Update.
- Switch to the connector application scope.
Clear the cached data for the Data Source and Tables.
- Navigate to .
- Enter the following script in the Run Script text box:
GlideTableManager.invalidateTable('sys_data_source'); GlideCacheManager.flushTable('sys_data_source'); GlideTableManager.invalidateTable('sys_db_object'); GlideCacheManager.flushTable('sys_db_object'); - Select Run Script.Note:The script might take several minutes to complete. After completion, switch to the connector application scope.
OCI prerequisites
Create a Java KeyStore (JKS) certificate, configure OCI IAM policies, bind the policies to the OCI user, and configure the connection in your ServiceNow instance. For setup instructions and API details, see the Service Graph Connector for OCI - Setup Instructions [KB2898105] article in the Now Support Knowledge Base.
After completing the OCI setup requirements, register the connector in your ServiceNow instance.