Recent Discussions
API without parameters returns empty JSON
I have a triggered task that pulls data from a database and formats the JSON to be returned by an http request. I added a parameter called 'dataset_name' so users making an api call can select just one record from the database: I pass the value '_dataset_name' to a filter snap and the API returns the record. This works as expected, when a user queries the endpoint and specifies the dataset_name parameter, they get a JSON with one record. https://elastic.snaplogic.com/api/1/rest/slsched/feed/.../my_pipeline%20Task?dataset_name=<my_dataset> However, when a user doesn't specify a parameter, I'd like the API to return all the records in the table. Right now, if you don't specify a "dataset_name" parameter, the http request returns an empty JSON. I'm assuming the issue is with how I've implemented the filtering. Can someone explain what I did wrong?Solvedmaahutch5 months agoNew Contributor804Views0likes1CommentHTTP snap pagination Not Working
Hi Everyone, I hope you're doing well. I need some assistance with implementing pagination in SnapLogic for the Google Search Console API. Currently, there's a row limit of 25,000, making it challenging to load the data on a daily basis. If the data exceeds this limit, we risk losing valuable information. To avoid this, I’m looking for a way to implement a loop within the API calls to handle pagination efficiently. Given the urgency of this task, any guidance or suggestions on how to achieve this would be greatly appreciated. Here is the snap config now we need to update the startRow to +25000 in every execution and it should be end once it is completed api result : Can anyone help me in thisSolvedmohit_jain10 months agoNew Contributor III4.3KViews1like10CommentsPublic API to List all Assets in an Organization / Environment
I checked the Public API page for Snaplogic but I couldn't find any API to get all the assets path in an Organization/Environment. Do we have any such API that I might have missed? If not all assets just an API to list Project Space paths in an Environment and then an API to list all the projects based on Project Space, will also work. Thankyou for your help !satishKumar11 months agoNew Contributor1.1KViews0likes1CommentRequired APIM Migration Steps
Hi Team, Can anyone help on how to do the APIM Migration from one org to another org. We have created few of the API's along with the policies. We need to move these to another org . Please let us know if there is any documentation on this.anilkumar2 years agoEmployee1.9KViews0likes2CommentsPolicy to configure Basic Auth
Dear APIM Community, We have a requirement of source sending the request to Snaplogic APIM via Basic Auth, They are not able to send it via Bearer. What is the Policy that can be used for such scenario. If we pass the values via URL as parameters what should be the policy in APIM. Thanks in advance. Regards, VamsiVamsik2 years agoNew Contributor II1.6KViews0likes1CommentAPI end point not giving a security dialog box
There is an existing API end point where there are existing Ultra tasks along with other assets like pipelines etc. when I browse the API end point URL in a browser it will prompt a dialog box "sign into access this site" as oAuth2clientcrendtial along with Authorize by role added as a policy, I added a new pipeline and associated ultra task under the same API end point but it will not prompt for the security login dialog box which it does for other ultra pipelines tasks, what configuration am i missing?KrishnaKanth2 years agoNew Contributor1.8KViews0likes0CommentsGeneric Oauth2 with ADFS of organization
Hi all, I was wondering if anyone has experience with having MFA or Generic oauth2 https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1246924052/Generic+OAuth2 What I am trying to do is that when consumers want to acces apis they first need to authenticate with MFA and I was wondering how you do this with ADFS I only saw documentation of Okta and PingIdentity. So snaplogic is here the service provider and ADFS (Identity provider) If anyone has experience or some info about I'm all ears. Regards Jens JensJensDeveloper2 years agoContributor II1.6KViews0likes1Commentexpose pipeline as API using APIM
Hi All, We want to expose a pipeline using Snaplogic internal APIM by applying oauth2 policy so that any user without access to snaplogic can also trigger that pipeline using the API url. But its not working. PFB the snapshots of error for your reference error in the API developer portal: when trying to hit the API url from chrome its working & giving the desired result. Can someone please help on this. Thanks in advance.yashasvit742 years agoNew Contributor1.6KViews0likes1Comment