https://github.com/f5devcentral/f5-automation-config-converter
Convert BIG-IP configs to AS3 and DO declarations
https://github.com/f5devcentral/f5-automation-config-converter
acc automation bigip devops-tools docker-image tmsh
Last synced: 3 days ago
JSON representation
Convert BIG-IP configs to AS3 and DO declarations
- Host: GitHub
- URL: https://github.com/f5devcentral/f5-automation-config-converter
- Owner: f5devcentral
- License: apache-2.0
- Created: 2020-10-08T16:34:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T19:47:51.000Z (over 1 year ago)
- Last Synced: 2025-04-11T20:53:05.153Z (2 months ago)
- Topics: acc, automation, bigip, devops-tools, docker-image, tmsh
- Language: JavaScript
- Homepage: https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/
- Size: 1.52 MB
- Stars: 36
- Watchers: 11
- Forks: 13
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing/acc_analytics.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-f5 - F5 BIG-IP Automation Config Converter - F5 BIG-IP Automation Config Converter (BIG-IP ACC) is an app written in Node.js that converts a BIG-IP configuration into an AS3 declaration, distributed as an easy-to-use docker image. (Automation Toolchain)
README
# F5 BIG-IP Automation Config Converter (BIG-IP ACC)
[Documentation](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/getting_started.html) |
[Installation](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/install.html) |
[Usage](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/using_acc.html) |
[Classes](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/classes.html) |
[FAQ](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/faq.html) |
[Contributing](https://github.com/f5devcentral/f5-automation-config-converter/blob/main/SUPPORT.md)[](https://hub.docker.com/r/f5devcentral/f5-automation-config-converter)
[](https://hub.docker.com/r/f5devcentral/f5-automation-config-converter)
[](https://hub.docker.com/r/f5devcentral/f5-automation-config-converter)
[](https://github.com/f5devcentral/f5-automation-config-converter/issues)
[](https://github.com/f5devcentral/f5-automation-config-converter/blob/main/LICENSE)## Introduction
F5 BIG-IP Automation Config Converter (BIG-IP ACC) is an app written in Node.js that converts a BIG-IP configuration into an AS3 declaration, distributed as an easy-to-use docker image.
## Quick Start
```docker
docker pull f5devcentral/f5-automation-config-converter:latest
docker run --rm -v "$PWD":/app/data f5-automation-config-converter:latest --ucs /app/data/.ucs
```## Support
ACC is a community-supported offering, your feedback is greatly appreciated. If you come across a bug please [submit an issue](https://github.com/f5devcentral/f5-automation-config-converter/issues) to our team.