This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ def api_v4(self):
4848 # The API commands for /ips/
4949 ips (self )
5050
51+ # The API commands for /live/
52+ live (self )
53+
5154 # The API commands for /accounts/
5255 accounts (self )
5356 accounts_access (self )
@@ -269,6 +272,11 @@ def ips(self):
269272
270273 self .add ('OPEN' , 'ips' )
271274
275+ def live (self ):
276+ """ live """
277+
278+ self .add ('AUTH' , 'live' )
279+
272280def zones_argo (self ):
273281 """ zones argo """
274282
@@ -659,6 +667,7 @@ def accounts_extras(self):
659667
660668 self .add ('VOID' , 'accounts' , 'ai' )
661669 self .add ('AUTH' , 'accounts' , 'ai/run' )
670+ self .add ('AUTH' , 'accounts' , 'ai/run/proxy' )
662671
663672 self .add ('VOID' , 'accounts' , 'alerting' )
664673 self .add ('VOID' , 'accounts' , 'alerting/v3' )
You can’t perform that action at this time.
0 commit comments