Skip to content

NetworkInteraction

NetworkInteraction provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-networkinteraction-getList Network Interactions By Script.
ParameterDescriptionExample
idID script ID.-
namespaceNamespace Namespace.system
ParameterDescriptionExample
end_timeX-required format: unix epoch timestamp in seconds…-
start_timeX-required format: unix epoch timestamp in seconds…-

Ask Claude to help you work with NetworkInteraction resources:

“Get details of the networkInteraction named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/csd/namespaces/$${PARAM}/scripts/${PARAM}/networkInteractions" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"