Skip to content

Suspicious User

Suspicious User provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-servicemesh-suspicious-user-getGet Status of Suspicious users.
ParameterDescriptionExample
nameName fetch suspicious users based on a given app setting.example-resource
namespaceNamespace…system
ParameterDescriptionExample
end_timeFetch suspicious users during timestamp <= end_time format: unix_timestamp|RFC 3339…-
queryBlogging_app”}” query is used to specify the list of matchers…-
start_timeFetch suspicious users during timestamp >= start_time format: unix_timestamp|RFC 3339…-
topnThe topn parameter…-

Ask Claude to help you work with Suspicious User resources:

“Get details of the suspicious-user named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/ml/data/namespaces/$${PARAM}/app_settings/$${PARAM}/suspicious_users" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"