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: 2 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:34:01.000Z (8 months ago)
- Last Synced: 2025-02-12T17:31:47.664Z (4 months ago)
- Language: Shell
- Size: 3.91 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
```