Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printabletrue

FAQ to get started with API Management

What is SnapLogic API Management?

SnapLogic API Management is a feature that allows you to expose your pipelines as RESTful APIs, making it easier to integrate your SnapLogic workflows with other applications and systems. SnapLogic APIs being tasks based act like containers for the SnapLogic Assets. Learn More.

How can I make the SnapLogic APIs available to users outside SnapLogic?

To make your APIs available to users outside SnapLogic, you can publish those APIs in a Developer Portal that is customized with your own branding. You can also create proxies to allow you to integrate with third-party APIs. Learn More.

Can I monitor and analyze usage of my APIs with SnapLogic API Management?

Yes, SnapLogic API Dashboard provides monitoring and analytics features that allow you to track the usage of your APIs, including metrics such as request/response times, error rates, and traffic volume. Learn More.

How do I use SnapLogic API Management?

To use SnapLogic API Management, you first need to create a pipeline that you want to expose as an API. Then, you can configure the API settings, such as authentication, URL path, and request/response formats, in the SnapLogic Manager. Learn More.

Generic FAQs

Why my Snaplex is not showing up?

Snaplex must be in global shared folder and Cloudplex must have a configured load balancer. Learn More.

Why I can't see new policies?

All the Snaplex need to be latest version during the first month of the GA release to view new policies. Learn More.

Which endpoints are supported?

SnapLogic Snaps can be configured as endpoints. See the "Snaps" topic in the sidebar. Learn More.

Do the application endpoints / APIs have anti-automation controls? i.e., rate limiting protection/CAPTCHA.

Yes. Each Org has a concurrent and daily API limit. Any request over the limit receives an HTTP Status Code 429 response.

Is there any maximum message size for API for response and request?

No set limit. We do limit the response cache to have a response less than the MAX_CACHE_BYTES which is a value of 90000000 bytes which is equivalent to 85.83 MB.

Who can provide access in the Subscription Manager?

Only Org admins can provide access in the Subscription Manager as of now. Learn More.

Do we support OpenAPI Specification (OAS) 3.0?

Yes we do support OAS 3.0 from February release 2024. Learn More.