Set log profiles through the API
You can use F5 NGINX One Console API to manage log profiles. With our API, you can:
- List log profiles
- Returns WAF log profiles.
- Create a log profile
- Creates WAF log profile.
- Get log profile details
- Returns WAF log profile details, including the JSON configuration contents.
- Update log profile details
- Updates WAF log profile details.
- Delete a log profile
- Deletes WAF log profile.
- List log profile deployments
- Returns WAF log profile deployments, providing details such as:
- Target of the deployment, either an instance or CSG
- Time of deployment
- Deployment status
- Returns WAF log profile deployments, providing details such as:
- Compile a log profile
- Compiles the log profile into a bundle (.tgz) for a specific WAF compiler version. Use
download=trueto download the compiled bundle, ordownload=falseto retrieve the compilation status (whether the bundle is already compiled or compilation is pending).
- Compiles the log profile into a bundle (.tgz) for a specific WAF compiler version. Use