F5负载均衡的rest接口拓展查询

时间:2019-10-19 17:36:38   收藏:0   阅读:222

F5负载均衡的rest接口拓展查询

问题描述:

{"profilesReference": 
      {
          "link":"https://localhost/mgmt/tm/ltm/virtual/~Common~Test_77.66_80/profiles?ver=11.6.1",
          "isSubcollection": true
      }
  }

解决方案:

{
    "profilesReference":
  {
      "link": "https://localhost/mgmt/tm/ltm/virtual/~Common~Test_77.66_80/profiles?ver=11.6.1",
      "isSubcollection": true,
      "items": [
                  {
                  "kind": "tm:ltm:virtual:profiles:profilesstate",
                  "name": "HTTP",
                    "partition": "Common",
                    "fullPath": "/Common/HTTP",
                    "generation": 1,
                    "selfLink": "https://localhost/mgmt/tm/ltm/virtual/~Common~Test_77.66_80/profiles/~Common~HTTP?ver=11.6.1",
                    "context": "all"
                   }
              ]
  }
}

总结:

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!