ServiceGraph connector for Jamf Pro failing with error : Error: Unable to make a connection to JAMF API callIssue ServiceGraph connector for Jamf is failing with error org.mozilla.javascript.JavaScriptException: Error: Unable to make a connection to JAMF API call. Please check your credential configuration. Check system log for more details. HTTP return status code was 401 (sys_script_include.3fa7da3673b210104ae4b41afaf6a727.script; line 57)There was no change of credential on JAMF end, Jamf team mentioned that their system was upgraded to Jamf Pro 11.6.1CauseThe input['resource_path_prefix'] = ''/uapi/auth/tokens'; in the computersinventory data stream action. --> Service Graph Connector for Jamf Jamf Pro 10.35 or higher and The Jamf connection shows below checkboxes are checkedUse JAMF Pro APIJamf Pro 10.35 or higher--> With the Jamf Pro 10.35 or higher check box selected, the Bearer Token authentication is used to authenticate the Jamf API.Else, the basic authentication is used. Resolution--> We have seen the issue is due to the input['resource_path_prefix'] = ''/uapi/auth/tokens'; in the computersinventory data stream action. --> After updating it to '/api/v1/auth/token' issue is resolved. https://instancename.service-now.com/now/workflow-studio/builder?builderId=datastream&sysId=e1630147537101109f66ddeeff7b129c&tableName=sys_hub_action_type_definition -->-A PRB1754132 was already created for fixing this in flow action "computersinvestory". - It is fixed in v2.12.2, which has a planned release in July month. - Upgrading to v2.12.2 also will resolve the issue.