3 years ago
LM PY SDK error on swagger_client
Hi,
Im working on a script in python to add website checks. but the sdk documentation (https://www.logicmonitor.com/support-files/rest-api-developers-guide/sdks/docs/#api-LM-addWebsite) uses the following:
for instance in addWebsite:
```
body = swagger_client.models.Website(
```
it then gives me the following error: "swagger_client" is not defined
and i cannot find documentation on how to set this up.
Hope someone can help me.