rohityadavcloud commented on issue #7837:
URL: https://github.com/apache/cloudstack/issues/7837#issuecomment-1765737385

   To make it clear, the list API current returns this:
   ```
   > list traffictypes physicalnetworkid=6a20338e-f16f-4333-a96f-2d110888d016
   {
     "count": 2,
     "traffictype": [
       {
         "id": "8d785d45-c198-45b7-a857-1bddccb6e3bf",
         "kvmnetworklabel": "cloudbr0",
         "physicalnetworkid": "6a20338e-f16f-4333-a96f-2d110888d016",
         "traffictype": "Guest"
       },
       {
         "id": "9f6bf8c0-f834-46e6-9edf-bdeb22e00629",
         "kvmnetworklabel": "cloudbr0",
         "physicalnetworkid": "6a20338e-f16f-4333-a96f-2d110888d016",
         "traffictype": "Public"
       }
     ]
   }
   ```
   
   The issue/task is to add the following fields in response of the above API 
(that are request parameters of the add API 
https://cloudstack.apache.org/api/apidocs-4.18/apis/addTrafficType.html)
   
   vlan | The VLAN id to be used for Management traffic by VMware host | false
   isolationmethod | Used if physical network has multiple isolation types and 
traffic type is public. Choose which isolation method. Valid options currently 
'vlan' or 'vxlan', defaults to 'vlan'. | false
   
   
   hypervnetworklabel | The network name label of the physical device dedicated 
to this traffic on a Hyperv host | false
   kvmnetworklabel | The network name label of the physical device dedicated to 
this traffic on a KVM host | false
   ovm3networklabel | The network name of the physical device dedicated to this 
traffic on an OVM3 host | false
   vmwarenetworklabel | The network name label of the physical device dedicated 
to this traffic on a VMware host | false
   xennetworklabel
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to