API Insights properties
Summarize
Summary of API Insights properties
API Insights properties are integral to configuring the behavior of the API Insights application within ServiceNow. These system properties allow users to control various aspects of API data import and machine learning functionalities, enhancing the management and visibility of APIs in the workspace.
Show less
Key Features
- Import Control: Properties like
snapiinsightsws.importoutboundrestapiandsnapiinsightsws.importoutboundsoapapienable or disable the import of outbound REST and SOAP APIs, respectively. - Scripted API Import: The properties
snapiinsightsws.importscriptedrestapiandsnapiinsightsws.importscriptedsoapapimanage scripted API imports and recent activity timeframes. - Machine Learning Settings:
snapiinsightsws.mlminclusterqualitysets the minimum quality for displaying machine learning recommendations, whilesnapiinsightsws.showmlclusteringrecscontrols visibility of clustering recommendations. - Search Limit: The
snapiinsightsws.searchapilimitproperty sets a limit on the results returned for API searches. - Access and Workflow Management: Properties like
snapiinsightsws.settingsgrantaccessworkflowdefine the workflow for access requests in API Insights. - Preferred Tools: Define the preferred tool for creating APIs and its URL through
snapiinsightsws.settingspreferredtoolandsnapiinsightsws.settingspreferredtoolurl. - Support Group Representation: The
snapiinsightsws.settingssupportgroupcolumnindicates the support group column on the Configuration item table for dashboards. - Metrics Display: The
snapiinsightsws.showoverviewmetricswidgetsproperty enables metrics widgets display on overview pages.
Key Outcomes
By configuring these properties, ServiceNow customers can optimize API management processes, enhance visibility into API usage and performance, and ensure that their API Insights workspace aligns with organizational needs. This control leads to improved decision-making based on data-driven insights and efficient API governance.
API Insights properties control the behavior of the application.
System properties
| Property | Description |
|---|---|
|
sn_api_insights_ws.import_outbound_rest_api |
Set the property to enable or disable the import of outbound REpresentational State Transfer (REST) APIs from your ServiceNow instance to the API Insights workspace.
|
|
sn_api_insights_ws.import_outbound_soap_api |
Set the property to enable or disable the import of outbound Simple Object Access Protocol Application Programming Interface (SOAP) APIs from your ServiceNow instance to the API Insights workspace.
|
|
sn_api_insights_ws.import_scripted_rest_api |
Set the property to enable or disable the import of scripted REST APIs from your ServiceNow instance to the API Insights workspace, and set the timeframe for recent activity.
|
|
sn_api_insights_ws.import_scripted_soap_api |
Set the property to enable or disable the import of scripted SOAP APIs from your ServiceNow instance to the API Insights workspace, and set the timeframe for recent activity.
|
|
sn_api_insights_ws.ml_min_cluster_quality |
Enter the minimum cluster quality to display in machine learning recommendations, ranging from 0 to 100.
|
|
sn_api_insights_ws.search_api_limit |
Enter the desired limit on results for API and API component searches.
|
|
sn_api_insights_ws.settings_api_to_business_app_service |
Set the property to the relationship model between APIs and business context.
|
|
sn_api_insights_ws.settings_grant_access_workflow |
Set the property to the sys ID of the workflow to be executed when an access request is submitted in API Insights.
|
|
sn_api_insights_ws.settings_preferred_tool |
Set the preferred tool for the creation of new APIs in API Insights.
|
|
sn_api_insights_ws.settings_preferred_tool_url |
Set the URL for the preferred API authoring tool inAPI Insights. This property value is used when the settings_preferred_tool property is set to API Authoring Tool.
|
|
sn_api_insights_ws.settings_support_group_column |
Set the column on the Configuration item [cmdb_ci] table that will represent the support group in the API Insights dashboards.
|
|
sn_api_insights_ws.show_ml_clustering_recs |
Set the property to false to disable the clustering recommendations for orphan API components.
|
|
sn_api_insights_ws.show_overview_metrics_widgets |
Set the property to true to enable showing the Metric Base widgets on the API and API Component Overview pages.
|