You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDragovichAlertLogic edited this page Feb 3, 2020
·
1 revision
Here is list of questions that you should ask yourself about an API before building a PAWS based collector for it.
Does the API have a NodeJs SDK?
What is the authentication method(oauth, etc.)?
Is there a rate limit? Are there call quotas that might stop collection?
Do different log types have different endpoints?
How is pagination handled in the SDK/API? Can you control the number of pages returned? How can you split results with multiple pages across invocations?