-
Notifications
You must be signed in to change notification settings - Fork 66
POST api v3 vip request
Ederson Brilhante edited this page Aug 19, 2016
·
3 revisions
URL:
/api/v3/vip-request/
Request body:
{
"vips": [{
"business": [string],
"created": [boolean],
"environmentvip": [environmentvip_id],
"id": [vip_id],
"ipv4": [ipv4_id],
"ipv6": [ipv6_id],
"name": [string],
"options": {
"cache_group": [optionvip_id],
"persistence": [optionvip_id],
"timeout": [optionvip_id],
"traffic_return": [optionvip_id]
},
"ports": [{
"id": [vip_port_id],
"options": {
"l4_protocol": [optionvip_id],
"l7_protocol": [optionvip_id]
},
"pools": [{
"l7_rule": [optionvip_id],
"l7_value": [string],
"order": [interger],
"server_pool": [server_pool_id]
},..],
"port": [integer]
},..],
"service": [string]
},..]
}
URL Example:
/api/v3/vip-request/