cisco.dnac.assurance_events_info 模块 – 保障事件信息的信息模块

注意

此模块是 cisco.dnac 集合 (版本 6.25.0) 的一部分。

如果您使用的是 ansible 包,则可能已经安装了此集合。它不包含在 ansible-core 中。要检查是否已安装它,请运行 ansible-galaxy collection list

要安装它,请使用: ansible-galaxy collection install cisco.dnac。您需要其他要求才能使用此模块,请参阅 要求 获取详细信息。

要在 playbook 中使用它,请指定: cisco.dnac.assurance_events_info

cisco.dnac 6.15.0 中的新增功能

概要

  • 此模块表示模块 assurance_events_v1_info 的别名。

注意

此模块具有相应的 action 插件

要求

以下要求是在执行此模块的主机上所需的。

  • dnacentersdk >= 2.4.9

  • python >= 3.5

参数

参数

注释

apMac

字符串

ApMac 查询参数。接入点的 MAC 地址。此参数适用于“统一 AP”和“无线客户端”事件。此字段支持基于通配符(`*`)的搜索。例如 `*50 0F*` 或 `50 0F*` 或 `*50 0F` 示例 `apMac=50 0F 80 0F F7 E0`(请求单个 apMac) `apMac=50 0F 80 0F F7 E0&apMac=18 80 90 AB 7E A0`(请求多个 apMac)。

attribute

字符串

Attribute 查询参数。需要包含在响应中的属性列表。如果未提供此参数,则基本属性(`id`、`name`、`timestamp`、`details`、`messageType`、`siteHierarchyId`、`siteHierarchy`、`deviceFamily`、`networkDeviceId`、`networkDeviceName`、`managementIpAddress`)将成为响应的一部分。示例 `attribute=name`(请求单个属性) `attribute=name&attribute=networkDeviceName`(请求多个属性)。

clientMac

字符串

ClientMac 查询参数。客户端的 MAC 地址。此参数适用于“有线客户端”和“无线客户端”事件。此字段支持基于通配符(`*`)的搜索。例如 `*66 2B*` 或 `66 2B*` 或 `*66 2B` 示例 `clientMac=66 2B B8 D2 01 56`(请求单个 clientMac) `clientMac=66 2B B8 D2 01 56&clientMac=DC A6 32 F5 5A 89`(请求多个 clientMac)。

deviceFamily

字符串

DeviceFamily 查询参数。设备系列。请注意,不允许跨网络设备类型和客户端类型使用多个系列。例如,选择“路由器”和“无线客户端”或“统一 AP”不受支持。示例 `deviceFamily=Switches and Hubs`(请求单个 deviceFamily) `deviceFamily=Switches and Hubs&deviceFamily=Routers`(请求多个 deviceFamily)。

dnac_debug

布尔值

用于 Cisco DNA Center SDK 的标志,用于启用调试。

选项

  • false ← (默认)

  • true

dnac_host

字符串 / 必需

Cisco DNA Center 主机名。

dnac_password

字符串

用于身份验证的 Cisco DNA Center 密码。

dnac_port

整数

Cisco DNA Center 端口。

默认值: 443

dnac_username

别名:user

字符串

用于身份验证的 Cisco DNA Center 用户名。

默认值: "admin"

dnac_verify

布尔值

启用或禁用 SSL 证书验证的标志。

选项

  • false

  • true ← (默认)

dnac_version

字符串

告知 SDK 使用哪个版本的 Cisco DNA Center。

默认值: "2.3.7.6"

endTime

浮点数

EndTime 查询参数。API 查询与资源相关的日期集的结束时间。必须以毫秒为单位以 UNIX 纪元时间指定。值为包含值。如果未提供 `endTime`,则 API 将默认为当前时间。

headers

字典

附加头。

id

字符串

Id 路径参数。事件的唯一标识符。

limit

浮点数

Limit 查询参数。要返回的最大记录数。

messageType

字符串

MessageType 查询参数。事件的消息类型。示例 `messageType=Syslog`(请求单个 messageType) `messageType=Trap&messageType=Syslog`(请求多个 messageType)。

networkDeviceId

字符串

NetworkDeviceId 查询参数。网络设备 UUID 列表。(例如 `6bef213c-19ca-4170-8375-b694e251101c`)示例 `networkDeviceId=6bef213c-19ca-4170-8375-b694e251101c`(请求单个 networkDeviceId) `networkDeviceId=6bef213c-19ca-4170-8375-b694e251101c&networkDeviceId=32219612-819e-4b5e-a96b-cf22aca13dd9&networkDeviceId=2541e9a7-b80d-4955-8aa2-79b233318ba0`(使用 & 分隔符的多个 networkDeviceId)。

networkDeviceName

字符串

NetworkDeviceName 查询参数。网络设备名称。此参数适用于与网络设备相关的系列。此字段支持基于通配符(`*`)的搜索。例如 `*Branch*` 或 `Branch*` 或 `*Branch` 示例 `networkDeviceName=Branch-3-Gateway`(请求单个 networkDeviceName) `networkDeviceName=Branch-3-Gateway&networkDeviceName=Branch-3-Switch`(请求多个 networkDeviceName)。

offset

浮点数

Offset 查询参数。指定 API 返回的所有记录中的起始点。它是基于 1 的偏移量。起始值为 1。

order

字符串

Order 查询参数。字段的排序顺序,升序或降序。

severity

浮点数

Severity 查询参数。事件的严重性介于 0 和 6 之间。这仅适用于与网络设备(AP 除外)和“有线客户端”事件相关的事件。| 值 | 严重性 | | —– | ———– | | 0 | 紧急 | | 1 | 警报 | | 2 | 严重 | | 3 | 错误 | | 4 | 警告 | | 5 | 通知 | | 6 | 信息 | 示例 `severity=0`(请求单个 severity) `severity=0&severity=1`(请求多个 severity)。

siteHierarchyId

字符串

SiteHierarchyId 查询参数。站点树的完整层次结构细分,以 ID 形式表示,从全局站点 UUID 开始,到特定站点 UUID 结束。(例如:`globalUuid/areaUuid/buildingUuid/floorUuid`)此字段支持通配符星号(`*`)字符搜索。例如:`*uuid*`、`*uuid`、`uuid*` 示例 `?siteHierarchyId=globalUuid/areaUuid/buildingUuid/floorUuid`(请求单个 siteHierarchyId) `?siteHierarchyId=globalUuid/areaUuid/buildingUuid/floorUuid&siteHierarchyId=globalUuid/areaUuid2/buildingUuid2/floorUuid2`(请求多个 siteHierarchyId)。

siteId

字符串

SiteId 查询参数。站点的 UUID。(例如:`flooruuid`)示例 `?siteId=id1`(请求单个 siteId) `?siteId=id1&siteId=id2&siteId=id3`(请求多个 siteId)。

sortBy

字符串

SortBy 查询参数。响应中用于排序的字段。

startTime

浮点数

StartTime 查询参数。API 从该时间开始查询与资源相关的数集。必须以毫秒为单位的 UNIX 纪元时间指定。值为包含值。如果未提供 `startTime`,API 将默认为当前时间减去 24 小时。

validate_response_schema

布尔值

Cisco DNA Center SDK 的标志,用于启用根据 JSON 模式验证请求正文。

选项

  • false

  • true ← (默认)

view

字符串

View 查询参数。事件视图列表。请参考 `EventViews` 获取支持的列表示例 `view=network`(请求单个视图) `view=network&view=ap`(请求多个视图)。

注释

注意

  • 使用的 SDK 方法为 devices.Devices.get_details_of_a_single_assurance_event_v1、devices.Devices.query_assurance_events_v1。

  • 使用的路径为 get /dna/data/api/v1/assuranceEvents、get /dna/data/api/v1/assuranceEvents/{id}。

  • 需要注意的是,此模块是 assurance_events_v1_info 的别名。

  • 支持 check_mode

  • 插件在控制节点上运行,不使用任何 Ansible 连接插件,而是使用 Cisco DNAC SDK 的嵌入式连接管理器。

  • 以 dnac_ 开头的参数由 Cisco DNAC Python SDK 用于建立连接。

另请参阅

另请参阅

Cisco DNA Center 文档,关于 Devices GetDetailsOfASingleAssuranceEventV1

GetDetailsOfASingleAssuranceEventV1 API 的完整参考。

Cisco DNA Center 文档,关于 Devices QueryAssuranceEventsV1

QueryAssuranceEventsV1 API 的完整参考。

示例

- name: Get all Assurance Events Info
  cisco.dnac.assurance_events_info:
    dnac_host: "{{dnac_host}}"
    dnac_username: "{{dnac_username}}"
    dnac_password: "{{dnac_password}}"
    dnac_verify: "{{dnac_verify}}"
    dnac_port: "{{dnac_port}}"
    dnac_version: "{{dnac_version}}"
    dnac_debug: "{{dnac_debug}}"
    headers: "{{my_headers | from_json}}"
    deviceFamily: string
    startTime: 0
    endTime: 0
    messageType: string
    severity: 0
    siteId: string
    siteHierarchyId: string
    networkDeviceName: string
    networkDeviceId: string
    apMac: string
    clientMac: string
    attribute: string
    view: string
    offset: 0
    limit: 0
    sortBy: string
    order: string
  register: result

- name: Get Assurance Events Info by id
  cisco.dnac.assurance_events_info:
    dnac_host: "{{dnac_host}}"
    dnac_username: "{{dnac_username}}"
    dnac_password: "{{dnac_password}}"
    dnac_verify: "{{dnac_verify}}"
    dnac_port: "{{dnac_port}}"
    dnac_version: "{{dnac_version}}"
    dnac_debug: "{{dnac_debug}}"
    headers: "{{my_headers | from_json}}"
    attribute: string
    view: string
    id: string
  register: result

返回值

公共返回值已在此处记录 此处,以下是此模块独有的字段

描述

dnac_response

字典

包含 Cisco DNAC Python SDK 返回的响应的字典或列表。

返回值:始终返回

示例: {"response": {"affectedClients": ["string"], "apMac": "string", "apRadioOperationState": "string", "apRole": "string", "apSwitchId": "string", "apSwitchName": "string", "assocRssi": 0, "assocSnr": 0, "auditSessionId": "string", "authServerIp": "string", "candidateAPs": [{"apId": "string", "apMac": "string", "apName": "string", "bssid": "string", "rssi": 0}], "childEvents": [{"details": "string", "failureCategory": "string", "id": "string", "name": "string", "reasonCode": "string", "reasonDescription": "string", "resultStatus": "string", "subReasonCode": "string", "subReasonDescription": "string", "timestamp": 0, "wirelessEventType": 0}], "clientMac": "string", "connectedInterfaceName": "string", "currentRadioPowerLevel": 0, "details": "string", "deviceFamily": "string", "dhcpServerIp": "string", "duid": "string", "eventStatus": "string", "facility": "string", "failureCategory": "string", "failureIpAddress": "string", "frequency": "string", "id": "string", "identifier": "string", "invalidIeAPs": [{"apId": "string", "apMac": "string", "apName": "string", "bssid": "string", "frameType": "string", "ies": "string", "type": "string"}], "ipv4": "string", "ipv6": "string", "isPrivateMac": true, "lastApDisconnectReason": "string", "lastApResetType": "string", "managementIpAddress": "string", "messageType": "string", "missingResponseAPs": [{"apId": "string", "apMac": "string", "apName": "string", "bssid": "string", "frameType": "string", "type": "string"}], "mnemonic": "string", "name": "string", "networkDeviceId": "string", "networkDeviceName": "string", "newRadioChannelList": "string", "newRadioChannelWidth": "string", "oldRadioChannelList": "string", "oldRadioChannelWidth": "string", "previousRadioPowerLevel": 0, "radioChannelSlot": 0, "radioChannelUtilization": "string", "radioInterference": "string", "radioNoise": "string", "reasonDescription": "string", "replacedDeviceSerialNumber": "string", "replacingDeviceSerialNumber": "string", "resultStatus": "string", "roamType": "string", "severity": 0, "siteHierarchy": "string", "siteHierarchyId": "string", "ssid": "string", "subReasonDescription": "string", "switchNumber": "string", "timestamp": 0, "udnId": "string", "udnName": "string", "username": "string", "vlanId": "string", "wirelessClientEventEndTime": 0, "wirelessClientEventStartTime": 0, "wlcId": "string", "wlcName": "string"}, "version": "string"}

作者

  • Rafael Campos (@racampos)