cisco.dnac.swim_image_details_v1_info 模块 – Swim镜像详细信息V1信息模块

注意

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

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

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

要在剧本中使用它,请指定: cisco.dnac.swim_image_details_v1_info

cisco.dnac 3.1.0 中的新增功能

概要

  • 获取所有 Swim 镜像详细信息 V1。

  • 根据筛选条件返回软件镜像列表。例如,“filterbyName = cat3k%”。

注意

此模块具有相应的 动作插件

要求

执行此模块的主机需要以下要求。

  • dnacentersdk >= 2.4.9

  • python >= 3.5

参数

参数

注释

applicationType

字符串

ApplicationType 查询参数。

createdTime

整数

CreatedTime 查询参数。以毫秒为单位的时间(纪元格式)。

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"

family

字符串

Family 查询参数。

headers

字典

附加标头。

imageIntegrityStatus

字符串

ImageIntegrityStatus 查询参数。ImageIntegrityStatus - FAILURE, UNKNOWN, VERIFIED。

imageName

字符串

ImageName 查询参数。镜像名称。

imageSeries

字符串

ImageSeries 查询参数。镜像系列。

imageSizeGreaterThan

整数

ImageSizeGreaterThan 查询参数。大小以字节为单位。

imageSizeLesserThan

整数

ImageSizeLesserThan 查询参数。大小以字节为单位。

imageUuid

字符串

ImageUuid 查询参数。

isCCOLatest

布尔值

IsCCOLatest 查询参数。是否来自 cisco.com 的最新版本。

选项

  • false

  • true

isCCORecommended

布尔值

IsCCORecommended 查询参数。是否来自 cisco.com 的推荐版本。

选项

  • false

  • true

isTaggedGolden

布尔值

IsTaggedGolden 查询参数。是否标记为黄金版本。

选项

  • false

  • true

limit

整数

Limit 查询参数。

name

字符串

Name 查询参数。

offset

整数

Offset 查询参数。

sortBy

字符串

SortBy 查询参数。按此字段排序结果。

sortOrder

字符串

SortOrder 查询参数。排序顺序 - ‘asc’ 或 ‘des’。默认为 asc。

validate_response_schema

布尔值

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

选项

  • false

  • true ← (默认)

version

字符串

Version 查询参数。软件镜像版本。

备注

注意

  • 使用的 SDK 方法是 software_image_management_swim.SoftwareImageManagementSwim.get_software_image_details_v1,

  • 使用的路径是 get /dna/intent/api/v1/image/importation,

  • 支持 check_mode

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

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

另请参阅

另请参阅

Cisco DNA Center 软件镜像管理 (SWIM) GetSoftwareImageDetailsV1 文档

GetSoftwareImageDetailsV1 API 的完整参考。

示例

- name: Get all Swim Image Details V1
  cisco.dnac.swim_image_details_v1_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}}"
    imageUuid: string
    name: string
    family: string
    applicationType: string
    imageIntegrityStatus: string
    version: string
    imageSeries: string
    imageName: string
    isTaggedGolden: True
    isCCORecommended: True
    isCCOLatest: True
    createdTime: 0
    imageSizeGreaterThan: 0
    imageSizeLesserThan: 0
    sortBy: string
    sortOrder: string
    limit: 0
    offset: 0
  register: result

返回值

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

描述

dnac_response

字典

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

返回:始终

示例: {"response": [{"applicableDevicesForImage": [{"mdfId": "字符串", "productId": ["字符串"], "productName": "字符串"}], "applicationType": "字符串", "createdTime": "字符串", "extendedAttributes": {}, "family": "字符串", "feature": "字符串", "fileServiceId": "字符串", "fileSize": "字符串", "imageIntegrityStatus": "字符串", "imageName": "字符串", "imageSeries": ["字符串"], "imageSource": "字符串", "imageType": "字符串", "imageUuid": "字符串", "importSourceType": "字符串", "isTaggedGolden": true, "md5Checksum": "字符串", "name": "字符串", "profileInfo": [{"description": "字符串", "extendedAttributes": {}, "memory": 0, "productType": "字符串", "profileName": "字符串", "shares": 0, "vCpu": 0}], "shaCheckSum": "字符串", "vendor": "字符串", "version": "字符串"}], "version": "字符串"}

作者

  • Rafael Campos (@racampos)