@@ -9,7 +9,6 @@ def api_v4(self):
99 user_load_balancers (self )
1010 user_load_balancing_analytics (self )
1111 user_tokens_verify (self )
12- user_virtual_dns (self )
1312 user_workers (self )
1413
1514 # The API commands for /zones/
@@ -35,11 +34,6 @@ def api_v4(self):
3534 # The API commands for /railguns/
3635 railguns (self )
3736
38- # The API commands for /organizations/
39- organizations (self )
40- organizations_audit_logs (self )
41- organizations_virtual_dns (self )
42-
4337 # The API commands for /certificates/
4438 certificates (self )
4539
@@ -234,23 +228,6 @@ def railguns(self):
234228 self .add ('AUTH' , "railguns" )
235229 self .add ('AUTH' , "railguns" , "zones" )
236230
237- def organizations (self ):
238- """ API core commands for Cloudflare API"""
239-
240- self .add ('AUTH' , "organizations" )
241- self .add ('AUTH' , "organizations" , "members" )
242- self .add ('AUTH' , "organizations" , "invites" )
243- self .add ('AUTH' , "organizations" , "railguns" )
244- self .add ('AUTH' , "organizations" , "railguns" , "zones" )
245- self .add ('AUTH' , "organizations" , "roles" )
246- self .add ('VOID' , "organizations" , "firewall" )
247- self .add ('VOID' , "organizations" , "firewall/access_rules" )
248- self .add ('AUTH' , "organizations" , "firewall/access_rules/rules" )
249- self .add ('VOID' , "organizations" , "load_balancers" )
250- self .add ('AUTH' , "organizations" , "load_balancers/monitors" )
251- self .add ('AUTH' , "organizations" , "load_balancers/pools" )
252- self .add ('AUTH' , "organizations" , "load_balancers/pools" , "health" )
253-
254231def certificates (self ):
255232 """ API core commands for Cloudflare API"""
256233
@@ -336,28 +313,12 @@ def user_load_balancers(self):
336313 self .add ('AUTH' , "user/load_balancers/pools" , "health" )
337314 self .add ('AUTH' , "user/load_balancers/pools" , "preview" )
338315
339- def user_virtual_dns (self ):
340- """ API core commands for Cloudflare API"""
341-
342- self .add ('AUTH' , "user/virtual_dns" )
343- self .add ('VOID' , "user/virtual_dns" , "dns_analytics" )
344- self .add ('AUTH' , "user/virtual_dns" , "dns_analytics/report" )
345- self .add ('AUTH' , "user/virtual_dns" , "dns_analytics/report/bytime" )
346-
347316def user_workers (self ):
348317 """ API core commands for Cloudflare API"""
349318
350319 self .add ('VOID' , "user/workers" )
351320 self .add ('AUTH' , "user/workers/scripts" )
352321
353- def organizations_virtual_dns (self ):
354- """ API core commands for Cloudflare API"""
355-
356- self .add ('AUTH' , "organizations" , "virtual_dns" )
357- self .add ('VOID' , "organizations" , "virtual_dns" , "dns_analytics" )
358- self .add ('AUTH' , "organizations" , "virtual_dns" , "dns_analytics/report" )
359- self .add ('AUTH' , "organizations" , "virtual_dns" , "dns_analytics/report/bytime" )
360-
361322def user_audit_logs (self ):
362323 """ API core commands for Cloudflare API"""
363324
@@ -378,11 +339,6 @@ def user_tokens_verify(self):
378339 self .add ('AUTH' , "user/tokens/verify" )
379340 self .add ('AUTH' , "user/tokens" , "value" )
380341
381- def organizations_audit_logs (self ):
382- """ API core commands for Cloudflare API"""
383-
384- self .add ('AUTH' , "organizations" , "audit_logs" )
385-
386342def accounts (self ):
387343 """ API core commands for Cloudflare API"""
388344
0 commit comments