【问题标题】:How to get Vlan ID details when a new VLAN order is placed in IBM Cloud using softlayer REST API使用 softlayer REST API 在 IBM Cloud 中下新 VLAN 订单时如何获取 Vlan ID 详细信息
【发布时间】:2019-08-13 11:03:15
【问题描述】:

我在 IBM Cloud 中下了一个新的 VLAN 订单。作为回应,我有“订单 ID”。使用订单 ID 我需要获取 VLAN ID 详细信息。

请让我知道是否有任何 REST API 参考可以得到相同的结果。

【问题讨论】:

    标签: rest api ibm-cloud ibm-cloud-infrastructure


    【解决方案1】:

    尝试使用以下示例:

    方法 GET

    https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getNetworkVlans?objectMask=mask[billingItem[id,orderItem[id,order[id]]]]&objectFilter={"networkVlans": {"billingItem":{"orderItem":{"order":{"id":{"operation": 999999}}}}}} 
    

    999999 更改为您的订单 ID

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-01-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多