https://github.com/mikej81/xc-maintenance-scripts
Simple scripts to demonstrate API interactions with F5 Distributed Cloud
https://github.com/mikej81/xc-maintenance-scripts
Last synced: 6 months ago
JSON representation
Simple scripts to demonstrate API interactions with F5 Distributed Cloud
- Host: GitHub
- URL: https://github.com/mikej81/xc-maintenance-scripts
- Owner: Mikej81
- Created: 2024-10-29T13:28:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T19:44:58.000Z (7 months ago)
- Last Synced: 2025-06-10T19:47:14.601Z (7 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F5 Distributed Cloud Example Scripts
Simple scripts to demonstrate API interactions with F5 Distributed Cloud
Scripts:
- get_ce_sites.sh: will query a list of all sites, then call ce_site_upgrade.sh to update SW and OS on every site.
- ce_site_upgrade.sh: can be used to upgrade individual sites SW and OS.
- api_cred_cleanup.sh: will query a list of expired API credentials and revoke / delete. Does not touch kube configs.
- service_cred_cleanup.sh: similiar to api credential cleanup, but for service credentials.
To Run:
```bash
./scriptname.sh
```
Example:
```bash
./get_ce_sites.sh abcdefg8675309= customer-tenant
```