Skip to content

Attachment

Attachment provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-ddos-attachment-listEvent attachments.
ParameterDescriptionExample
event_idEvent ID ID of the event we want to GET attachments for.-
namespaceNamespace This request is supported only in system namespace.system

Ask Claude to help you work with Attachment resources:

“List all attachments in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/event/${PARAM}/attachments" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"