Home
F5 Networks
F5 Networks Createnode Example
F5 Networks Createnode Example
API Gateway Application Delivery Automation Edge Computing Kubernetes Load Balancing Multi-Cloud NGINX Security WAF
F5 Networks Createnode Example is an example object payload from F5 Networks, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "createNode",
"method": "POST",
"path": "/ltm/node",
"summary": "Create a Node",
"requestExamples": [
{
"contentType": "application/json",
"name": "CreatenodeRequestExample",
"example": {
"name": "Example Title",
"address": "example_value",
"partition": "example_value",
"description": "A sample description.",
"connectionLimit": 10,
"monitor": "example_value",
"rateLimit": "example_value",
"ratio": 10,
"fqdn": {
"addressFamily": "ipv4",
"autopopulate": "enabled",
"downInterval": 10,
"interval": "example_value",
"tmName": "example_value"
}
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Createnode200Example",
"example": {
"kind": "example_value",
"name": "Example Title",
"fullPath": "example_value",
"generation": 10,
"selfLink": "https://www.example.com",
"address": "example_value",
"connectionLimit": 10,
"description": "A sample description.",
"dynamicRatio": 10,
"ephemeral": "true",
"fqdn": {
"addressFamily": "ipv4",
"autopopulate": "enabled",
"downInterval": 10,
"interval": "example_value",
"tmName": "example_value"
},
"logging": "enabled",
"monitor": "example_value",
"partition": "example_value",
"rateLimit": "example_value",
"ratio": 10,
"session": "user-enabled",
"state": "user-up"
}
}
]
}