We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c58de commit c9ddd5dCopy full SHA for c9ddd5d
dataikuapi/dssclient.py
@@ -785,6 +785,18 @@ def create_personal_api_key(self, label):
785
return self._perform_json("POST", "/auth/personal-api-keys",
786
params={"label": label})
787
788
+ ########################################################
789
+ # Licensing
790
791
+
792
+ def get_licensing_status(self):
793
+ """
794
+ Returns a dictionary with information about licensing status of this DSS instance
795
796
+ :rtype dict
797
798
+ return self._perform_json("GET", "/admin/licensing/status")
799
800
########################################################
801
# Internal Request handling
802
0 commit comments