Skip to content

Session

Session provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-session-createGet Devices By Session.

Ask Claude to help you work with Session resources:

“Create a session named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/shape/dip/namespaces/system/dashboard/session" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @session.json