mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 00:11:48 -05:00
/api/v1/ping/ was added in 2.1.0
This commit is contained in:
@@ -130,6 +130,7 @@ class ApiV1PingView(APIView):
|
||||
permission_classes = (AllowAny,)
|
||||
authentication_classes = ()
|
||||
view_name = 'Ping'
|
||||
new_in_210 = True
|
||||
|
||||
def get(self, request, format=None):
|
||||
"""Return some basic information about this Tower instance.
|
||||
|
||||
Reference in New Issue
Block a user