cisco.dnac.interfaces_count_info 模块 – 接口计数信息的信息模块
注意
此模块是 cisco.dnac 集合(版本 6.25.0)的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install cisco.dnac
。您需要进一步的要求才能使用此模块,有关详细信息,请参阅 要求。
要在 playbook 中使用它,请指定:cisco.dnac.interfaces_count_info
。
cisco.dnac 6.15.0 中的新增功能
概要
此模块表示模块 interfaces_count_v1_info 的别名
注意
此模块具有对应的 操作插件。
要求
执行此模块的主机需要以下要求。
dnacentersdk >= 2.4.9
python >= 3.5
参数
参数 |
注释 |
---|---|
用于 Cisco DNA Center SDK 以启用调试的标志。 选项
|
|
Cisco DNA Center 主机名。 |
|
用于验证的 Cisco DNA Center 密码。 |
|
Cisco DNA Center 端口。 默认值: |
|
用于验证的 Cisco DNA Center 用户名。 默认值: |
|
启用或禁用 SSL 证书验证的标志。 选项
|
|
通知 SDK 要使用的 Cisco DNA Center 的版本。 默认值: |
|
EndTime 查询参数。API 查询与资源相关的数据集的结束时间。必须以毫秒为单位的 UNIX 时间戳指定。值是包含的。 |
|
其他标头。 |
|
InterfaceId 查询参数。接口 UUID 列表。(例如 `6bef213c-19ca-4170-8375-b694e251101c`)示例:`interfaceId=6bef213c-19ca-4170-8375-b694e251101c`(单个接口 UUID),`interfaceId=6bef213c-19ca-4170-8375-b694e251101c&32219612-819e-4b5e-a96b-cf22aca13dd9&2541e9a7-b80d-4955-8aa2-79b233318ba0`(多个接口 UUID,用 & 分隔)。 |
|
InterfaceName 查询参数。接口名称列表(例如,`GigabitEthernet1/0/1`)。此字段支持基于通配符(`*`)字符的搜索。例如,`*1/0/1*` 或 `1/0/1*` 或 `*1/0/1` 示例:`interfaceNames=GigabitEthernet1/0/1`(单个接口名称),`interfaceNames=GigabitEthernet1/0/1&GigabitEthernet2/0/1&GigabitEthernet3/0/1`(多个接口名称,用 & 分隔)。 |
|
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,用 & 分隔)。 |
|
NetworkDeviceIpAddress 查询参数。网络设备管理 IP 地址列表。(例如,`121.1.1.10`)。此字段支持基于通配符(`*`)字符的搜索。例如,`*1.1*` 或 `1.1*` 或 `*1.1` 示例:`networkDeviceIpAddress=121.1.1.10` `networkDeviceIpAddress=121.1.1.10&networkDeviceIpAddress=172.20.1.10&networkDeviceIpAddress=10.10.20.10`(多个网络设备 IP 地址,用 & 分隔)。 |
|
NetworkDeviceMacAddress 查询参数。网络设备 MAC 地址列表。(例如,`64 f6 9d 07 9a 00`)。此字段支持基于通配符(`*`)字符的搜索。例如,`*AB AB AB*` 或 `AB AB AB*` 或 `*AB AB AB` 示例:`networkDeviceMacAddress=64 f6 9d 07 9a 00` `networkDeviceMacAddress=64 f6 9d 07 9a 00&networkDeviceMacAddress=70 56 9d 07 ac 77`(多个网络设备 MAC 地址,用 & 分隔)。 |
|
SiteHierarchy 查询参数。站点树的完整分层细分,从全局站点名称开始,到特定站点名称结束。根站点名为“Global”(例如,`Global/AreaName/BuildingName/FloorName`)。此字段支持通配符星号(`*`)字符搜索。例如,`*/San*`,`*/San`,`/San*` 示例:`?siteHierarchy=Global/AreaName/BuildingName/FloorName`(请求单个 siteHierarchy),`?siteHierarchy=Global/AreaName/BuildingName/FloorName&siteHierarchy=Global/AreaName2/BuildingName2/FloorName2`(请求多个 siteHierarchy)。 |
|
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 查询参数。站点的 UUID。(例如,`flooruuid`)。示例:`?siteId=id1`(请求单个 ID),`?siteId=id1&siteId=id2&siteId=id3`(请求多个 ID)。 |
|
StartTime 查询参数。API 查询与资源相关的数据集的起始时间。必须以毫秒为单位的 UNIX 时间戳指定。值是包含的。如果未提供 `startTime`,API 将默认为当前时间。 |
|
用于 Cisco DNA Center SDK 以启用针对 JSON 模式验证请求体的标志。 选项
|
说明
注意
使用的 SDK 方法是 devices.Devices.gets_the_total_network_device_interface_counts_in_the_specified_time_range_when_there_is_no_start_and_end_time_specified_returns_the_latest_interfaces_total_count_v1,
使用的路径是 get /dna/data/api/v1/interfaces/count,
应该注意的是,此模块是 interfaces_count_v1_info 的别名
支持
check_mode
该插件在控制节点上运行,不使用任何 Ansible 连接插件,而是使用 Cisco DNAC SDK 中的嵌入式连接管理器。
以 dnac_ 开头的参数由 Cisco DNAC Python SDK 用于建立连接。
参见
另请参阅
- Cisco DNA Center 文档,关于设备在没有指定开始时间和结束时间时,获取指定时间范围内网络设备接口总数的 GetsTheTotalNetworkDeviceInterfaceCountsInTheSpecifiedTimeRangeWhenThereIsNoStartAndEndTimeSpecifiedReturnsTheLatestInterfacesTotalCountV1
GetsTheTotalNetworkDeviceInterfaceCountsInTheSpecifiedTimeRangeWhenThereIsNoStartAndEndTimeSpecifiedReturnsTheLatestInterfacesTotalCountV1 API 的完整参考。
示例
- name: Get all Interfaces Count Info
cisco.dnac.interfaces_count_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}}"
startTime: 0
endTime: 0
siteHierarchy: string
siteHierarchyId: string
siteId: string
networkDeviceId: string
networkDeviceIpAddress: string
networkDeviceMacAddress: string
interfaceId: string
interfaceName: string
register: result
返回值
常见的返回值记录在这里,以下是此模块特有的字段
键 |
描述 |
---|---|
一个字典或列表,包含 Cisco DNAC Python SDK 返回的响应 返回值: 总是 示例: |