Top Reason Code
Top Reason Code provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-top-reason-code-create | Peergroup Top Reason Codes. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Top Reason Code resources:
Create Top Reason Code
Section titled “Create Top Reason Code”“Create a top-reason-code named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/shape/bot/reporting/peers/top-reason-codes" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @top_reason_code.json