-
Notifications
You must be signed in to change notification settings - Fork 65
GET api v3 vip request vip_request_ids
Ederson Brilhante edited this page Aug 19, 2016
·
11 revisions
Returns a list of vip request by ids ou dict
{
"vips": [{
"business": ,
"created": ,
"environmentvip": ,
"id": ,
"ipv4": ,
"ipv6": ,
"name": ,
"options": {
"cache_group": ,
"persistence": ,
"timeout": ,
"traffic_return":
},
"ports": [{
"id": ,
"options": {
"l4_protocol": ,
"l7_protocol":
},
"pools": [{
"l7_rule": ,
"l7_value": ,
"order": ,
"server_pool":
},..],
"port":
},..],
"service":
},..]
}
URL:
/api/v3/vip-request/1;5/
Return vips request with id 1 and 5
{"vips": [{"id":1,...},{"id":5,... }]}