Skip to content

Commit

Permalink
/live added - but does not response yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Dec 13, 2023
1 parent 5b7b386 commit f445051
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def api_v4(self):
# The API commands for /ips/
ips(self)

# The API commands for /live/
live(self)

# The API commands for /accounts/
accounts(self)
accounts_access(self)
Expand Down Expand Up @@ -269,6 +272,11 @@ def ips(self):

self.add('OPEN', 'ips')

def live(self):
""" live """

self.add('AUTH', 'live')

def zones_argo(self):
""" zones argo """

Expand Down Expand Up @@ -659,6 +667,7 @@ def accounts_extras(self):

self.add('VOID', 'accounts', 'ai')
self.add('AUTH', 'accounts', 'ai/run')
self.add('AUTH', 'accounts', 'ai/run/proxy')

self.add('VOID', 'accounts', 'alerting')
self.add('VOID', 'accounts', 'alerting/v3')
Expand Down

0 comments on commit f445051

Please sign in to comment.