jmac
jmac
CDCloudflare Developers
Created by jmac on 10/27/2024 in #general-help
firewallEventsAdaptive API
Hi all, beginner here. I tried to ask in community support w/o an answer, but I think the question was too long (https://community.cloudflare.com/t/firewalleventsadaptive-api-and-related-question/725459/1) For each firewallEventsAdaptive "event", I am trying to get the RuleSet/RuleId to ultimately get the array of "category/tags". If there was a database (or blog post) of all RuleIds I could import the data and not have to do a network call for each firewallEventsAdaptive that I want to show (say 10 or 20...). Since I am a beginner and had good luck with codementor on other projects, I tried to find somebody with cloudflare and graphql experience w/o success. If anyone uses codementor and knows of a user, just let me know! Other than that, looking for suggestions on how to get a list like "Security->Events->Activity Log", but add the category/tag from the specific RuleId. Maybe it just isn't worth doing it, but seems like it would be cool if possible 🙂 Thanks for reading!
1 replies
CDCloudflare Developers
Created by jmac on 9/26/2024 in #general-help
Upgrade to Pro Plan didn't go through (2 days ago)
But I did check my CC statement and the charge shows up there. I tried to create a support inquiry and got an email, but can't log into it to see any updates: (https://billing.support.cloudflare.com/support/case/_REMOVED_) I seem stuck thx!
5 replies
CDCloudflare Developers
Created by jmac on 8/21/2024 in #general-help
API and graphql and following 2 blog posts
Hi all, beginner here. I am working on these 2 blog posts to get the graphql from the cloudflare console: https://developers.cloudflare.com/analytics/graphql-api/tutorials/capture-graphql-queries-from-dashboard/ and using curl as the client https://developers.cloudflare.com/analytics/graphql-api/getting-started/execute-graphql-query/ I am just trying to get the "Overview" section of a website. I used Chrome and followed the fist blog post to get the query. Here is the graphql: I removed the type annotations “: String”, replaced the zone and token, and also put in realistic dates. Here is the full command (sorry it is long, but it is the main view so seemed like a good place to start!) thx for any pointers/help!!! Had to upload the curl as a file...Hope I do this right 🙂
3 replies