VMware Workspace ONE Community
Franck_75014
Contributor
Contributor

Using VMware AirWatch REST API v9_1 with Python and certificate mode

I have read this book "VMware AirWatch REST API v9_1" and I also had a look in the sample code provided by WMWare and didn't find the answer.

I would like to use some API in language Python but using authentication based on certificate and not basic (login /password).

I see the Sample code for calling the APIs with CMSURL authorization in Java, but is it possible to have the same thing in Python ?

Best regards,

Franck

Labels (1)
Reply
0 Kudos
5 Replies
chengtmskcc
Expert
Expert

Just curious. Is that the latest REST API guide you can find?

Reply
0 Kudos
Franck_75014
Contributor
Contributor

Reply
0 Kudos
Aldo97410
Contributor
Contributor

Hi guys,

where can I find this sample code in java ?

Thanks in advance

Aldo

Reply
0 Kudos
Franck_75014
Contributor
Contributor

Inside the guide

Reply
0 Kudos
jevans1029
Contributor
Contributor

I've written two examples in python for the CMSURL authentication method here: https://jevans1029.github.io/PythonAWMDMAPIExample/

You can explore the API documentation at the /api/help/#!/apis path on your airwatch host. 

Reply
0 Kudos