NetworkInteraction
NetworkInteraction provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-networkinteraction-get | List Network Interactions By Script. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
id | ID script ID. | - |
namespace | Namespace Namespace. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
end_time | X-required format: unix epoch timestamp in seconds… | - |
start_time | X-required format: unix epoch timestamp in seconds… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with NetworkInteraction resources:
Get NetworkInteraction Details
Section titled “Get NetworkInteraction Details”“Get details of the networkInteraction named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/csd/namespaces/$${PARAM}/scripts/${PARAM}/networkInteractions" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"