To setup Cloudflare, you'll need your API Token generated from your Cloudflare User Profile 'API Token' Page.
LB_Events = {success: Bool,errors: [],messages: [],result: [{id: Int,timestamp: Datetime,pool: {id: String,name: String,healthy: Bool,changed: Bool,minimum_origins: Int},origins: [{name: String,address: String,ip: String,enabled: Bool,healthy: Bool,failure_reason: String,changed: Bool}]}]}
Billing_History = {success: Bool,errors: [],messages: [],result: [{id: String,type: String,action: String,description: String,occurred_at: Datetime,amount: Float,currency: String,zone: {name: String}}]}
User_Audit_Logs = {success: Bool,errors: String,messages: [],result: [{id: String,action: {type: String,result: Bool},actor: {id: String,email: String,type: String,ip: String},newValue: String,oldValue: String,owner: {id: String},resource: {type: String,id: String},interface: String,metadata: {zone_name: String,type: String,name: String,value: String},when: String}]}
All_Zones = {success: true,errors: [],messages: [],result: [{id: String,name: String,development_mode: Int,original_name_servers: [ String ],original_registrar: String,original_dnshost: String,created_on: Datetime,modified_on: Datetime,activated_on: Datetime,owner: {id: { },email: { },type: String},account: {id: String,name: String},permissions: [ String ],plan: {id: String,name: String,price: Float,currency: String,frequency: String,legacy_id: String,is_subscribed: Bool,can_subscribe: Bool},plan_pending: {id: String,name: String,price: Float,currency: String,frequency: String,legacy_id: String,is_subscribed: Bool,can_subscribe: Bool},status: String,paused: Bool,type: String,name_servers: [ String ]}]}
Cloudflare Account ID - Your account Identifier. Needs permissions: com.cloudflare.edge.worker.script.list
All_Workers = {success: Bool,errors: [],messages: [],result: [{id: String,etag: String,created_on: Datetime,modified_on: Datetime}]}