cisco.dnac.event_api_status – Manage EventApiStatus objects of EventManagement¶
Note
This plugin is part of the cisco.dnac collection (version 2.0.7).
To install it use: ansible-galaxy collection install cisco.dnac.
To use it in a playbook, specify: cisco.dnac.event_api_status.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Get the Status of events API calls with provided executionId as mandatory path parameter.
Note
This module has a corresponding action plugin.
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.event_api_status
 The official documentation on the cisco.dnac.plugins.module_utils.definitions.event_api_status module.
- EventApiStatus reference
 Complete reference of the EventApiStatus object model.
- EventApiStatus reference
 SDK reference.
Examples¶
- name: get_status_api_for_events
  cisco.dnac.event_api_status:
    state: query  # required
    execution_id: SomeValue  # string, required
  register: nm_get_status_api_for_events
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)