This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a commit to branch fix-trafficType-response
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 7d666c1502e76cf31d55ba1fdbc383d3d371f6b0
Author: Pearl Dsilva <[email protected]>
AuthorDate: Mon Oct 20 11:13:54 2025 -0400

    Fix Traffic type response object
---
 .../apache/cloudstack/api/command/admin/usage/ListTrafficTypesCmd.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/api/src/main/java/org/apache/cloudstack/api/command/admin/usage/ListTrafficTypesCmd.java
 
b/api/src/main/java/org/apache/cloudstack/api/command/admin/usage/ListTrafficTypesCmd.java
index d106a736fca..c204c67d465 100644
--- 
a/api/src/main/java/org/apache/cloudstack/api/command/admin/usage/ListTrafficTypesCmd.java
+++ 
b/api/src/main/java/org/apache/cloudstack/api/command/admin/usage/ListTrafficTypesCmd.java
@@ -26,14 +26,13 @@ import org.apache.cloudstack.api.BaseListCmd;
 import org.apache.cloudstack.api.Parameter;
 import org.apache.cloudstack.api.response.ListResponse;
 import org.apache.cloudstack.api.response.PhysicalNetworkResponse;
-import org.apache.cloudstack.api.response.ProviderResponse;
 import org.apache.cloudstack.api.response.TrafficTypeResponse;
 
 import com.cloud.network.PhysicalNetworkTrafficType;
 import com.cloud.user.Account;
 import com.cloud.utils.Pair;
 
-@APICommand(name = "listTrafficTypes", description = "Lists traffic types of a 
given physical network.", responseObject = ProviderResponse.class, since = 
"3.0.0",
+@APICommand(name = "listTrafficTypes", description = "Lists traffic types of a 
given physical network.", responseObject = TrafficTypeResponse.class, since = 
"3.0.0",
         requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
 public class ListTrafficTypesCmd extends BaseListCmd {
 

Reply via email to