create application deployment events for appdynamics.
Version added: 0.4.0
- create application deployment events for appdynamics.
- https://docs.appdynamics.com/21.10/en/extend-appdynamics/appdynamics-apis/alert-and-respond-api/events-and-action-suppression-api#EventsandActionSuppressionAPI-CreateEvents
The below requirements are needed on the host that executes this module.
- requests
- name: create application deployment event to AppDynamics
community.missing_collection.appd_event:
scheme: 'https'
host: 'demo.appdynamics.com'
port: '443'
user: 'testUser'
password: 'testPassword'
id: 'test_application'
summary: 'new release of application 0.0.1'
eventtype: 'APPLICATION_DEPLOYMENT'
severity: 'INFO'
comment: 'deployed by ansible automation'
- Davinder Pal (@116davinder) <dpsangwal@gmail.com>