{"id":22191279,"url":"https://github.com/dunderrrrrr/prime-exportap","last_synced_at":"2026-03-13T19:32:02.644Z","repository":{"id":50196848,"uuid":"172207955","full_name":"dunderrrrrr/prime-exportAP","owner":"dunderrrrrr","description":"Export accesspoint data from Cisco Prime API to csv","archived":false,"fork":false,"pushed_at":"2025-06-18T18:32:38.000Z","size":7,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-20T14:49:34.496Z","etag":null,"topics":["accesspoint","ap","api","cisco","jinja2","prime","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dunderrrrrr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-23T11:46:48.000Z","updated_at":"2024-05-18T08:25:20.000Z","dependencies_parsed_at":"2025-08-20T14:36:42.122Z","dependency_job_id":"8b62d872-a1d4-41f8-9ef1-8f95e2a98bff","html_url":"https://github.com/dunderrrrrr/prime-exportAP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dunderrrrrr/prime-exportAP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunderrrrrr%2Fprime-exportAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunderrrrrr%2Fprime-exportAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunderrrrrr%2Fprime-exportAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunderrrrrr%2Fprime-exportAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunderrrrrr","download_url":"https://codeload.github.com/dunderrrrrr/prime-exportAP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunderrrrrr%2Fprime-exportAP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274487231,"owners_count":25294480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accesspoint","ap","api","cisco","jinja2","prime","python"],"created_at":"2024-12-02T12:15:16.369Z","updated_at":"2026-03-13T19:31:57.592Z","avatar_url":"https://github.com/dunderrrrrr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prime-exportAP\nExport accesspoint data from Cisco Prime API.\n\nBest used with virtualenv like below.\n```\nmkvirtualenv --python=/usr/bin/python3 prime-exportAP\n```\n\n## Installation\n`git clone git@github.com:dunderrrrrr/prime-exportAP.git`  \n\nThen install requirements with pip.\n```\npip install -r requirements.txt\n```\nEdit exportAP.py\n```\nprime_server = 'http://prime.domain.com' #prime url\nprime_user = 'user_read' #prime user with read permissions\nprime_passwd = 'user_passwd' #prime user passwd\n* Add/remove data in def format_apdata() for custom export fields\n```\nRun script with args\n\n```\n$ python exportAP.py --aplist list.txt\n['FDW0000ABCD', 'APName_01', 'AP', 'AP', 'Cisco', 'AIR-AP2802I-E-K9', '00:00:00:00:00:00']\n['FDW0001ABCD', 'APName_02', 'AP', 'AP', 'Cisco', 'AIR-AP2802I-E-K9', '00:00:00:00:00:01']\n['APName_03 not found in Prime!']\nExporting csv...\nDone, exported csv: /home/user/dev/prime-exportAP/output_2019-02-21_10-26-24.csv\n```\n\n```\n$ cat output_2019-02-21_10-26-24.csv\nFDW0000ABCD,APName_01,AP,AP,Cisco,AIR-AP2802I-E-K9,00:00:00:00:00:00\nFDW0001ABCD,APName_02,AP,AP,Cisco,AIR-AP2802I-E-K9,00:00:00:00:00:01\nAPName_03 not found in Prime!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunderrrrrr%2Fprime-exportap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunderrrrrr%2Fprime-exportap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunderrrrrr%2Fprime-exportap/lists"}