Suspicious User
Suspicious User provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-servicemesh-suspicious-user-get | Get Status of Suspicious users. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name fetch suspicious users based on a given app setting. | example-resource |
namespace | Namespace… | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
end_time | Fetch suspicious users during timestamp <= end_time format: unix_timestamp|RFC 3339… | - |
query | Blogging_app”}” query is used to specify the list of matchers… | - |
start_time | Fetch suspicious users during timestamp >= start_time format: unix_timestamp|RFC 3339… | - |
topn | The topn parameter… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Suspicious User resources:
Get Suspicious User Details
Section titled “Get Suspicious User Details”“Get details of the suspicious-user named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/ml/data/namespaces/$${PARAM}/app_settings/$${PARAM}/suspicious_users" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"