This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
After retrieving a list of assets a user has created via the log API, I would like to make another API call to delete them.
Is this possible using public or private APIs?
I’m getting errors when calling the migrate project to org, e.g. "The asset does not exist: projects/source"
Does anybody have examples of successful endpoints and JSON requests?
Before I saved my pipeline into my projects folder, the default location for new pipelines and accounts/credentials was a shared folder.
Can this be changed to that anything a new user creates is private by default?
After setting up SAML SSO using Okta for some of our users:
Current and former password == Yes users get taken to the “login / password” page after click on the snaplogic tile in okta
** Workaround is to just click the tile again and it works / takes...
Are there any options to suppress the welcome email when creating users via the API?
We’ve got SnapLogic configured for Okta SSO and don’t want the default emails sent out that instruct users to login via the default link.
I’m hoping there’s an alter...
I’m having trouble using the HTTP method for deleting ACCOUNT assets because the asset_id is used in the call.
That asset_id is only available in the SnapLogic List snap and not via the API.
Is there another API method or path I can use to delete acc...
Outstanding, thank you. I would love to see that included in the API documentation.
My solution will be to query the Activity API for activities in a project/Dir, and use the HTTP DELETE method for anything in the directory before deleting the direct...
Using SnapLogic to manage SnapLogic assets is not an option for me.
The activity API has to arguments: filter_asset and filter_project but there’s no example usage in the document.
Which values are compatible with those filters?
“url”: “https://elastic.snaplogic.com/api/1/rest/public/project/migrate/projects/source”,
“method”: “POST”
Returns:
“The asset does not exist: /projects/source”
“url”: “https://elastic.snaplogic.com/api/1/rest/public/project/migrate/{{OrgName}}/proje...