Options

axapi wildcard

Hi all,

I've begun to use the axapi. Here's the question:

First, I got the authentification token.

Then I'm seeking the virtual servers inforation.
curl -k GET https://1...7/axapi/v3/slb/virtual-server -H "Content-Type:application/json" -H "Authorization: A10 3a7ff8596db0249f25761b09548437"

I'm after the oper status of each virtual servers.

curl -k GET https://1...7/axapi/v3/slb/virtual-server/name_vip/oper -H "Content-Type:application/json" -H "Authorization: A10 3a7ff8596db0249f25761b09548437"

So, to me I've to do an oper request for each virtual server. Is there the way to get the data once and for all? Like a wildcard? Or a parameters list? Thanks, W.
Tagged:
Sign In or Register to comment.