@ -2,3 +2,11 @@
Ansible modules for Digital Energy Orchestration Technology (DECORT) platform v3.4.2 and above
Note that this module may produce unreliable results when used with older DECORT API versions.
Requirements:
- Ansible 2.7 or higher
- Python 2.6 or higher
- PyJWT Python module
- requests Python module
- netaddr Python module
- DECORT cloud platform version 3.4.2 or higher
@ -26,8 +26,9 @@ author:
- Sergey Shubin <sergey.shubin@digitalenergy.online>
requirements:
- python >= 2.6
- PyJWT module
- requests module
- decort_utils utility library (module)
notes:
@ -28,8 +28,9 @@ author:
@ -29,8 +29,9 @@ author:
- DECORT cloud platform version 3.4.2 or higher.
@ -22,6 +22,13 @@ method with properly configured arguments.
NOTE: this utility library requires DECORT platform version 3.4.0 or higher.
It is not compatible with older versions.
"""
import copy