sureshanaparti commented on code in PR #10381: URL: https://github.com/apache/cloudstack/pull/10381#discussion_r2075184355
########## api/src/main/java/org/apache/cloudstack/api/response/HostResponse.java: ########## @@ -302,6 +302,22 @@ public class HostResponse extends BaseResponseWithAnnotations { @Param(description = "CPU Arch of the host", since = "4.20") private String arch; + @SerializedName(ApiConstants.STORAGE_ACCESS_GROUPS) + @Param(description = "comma-separated list of storage access groups for the host", since = "4.20.1") + private String storageAccessGroups; + + @SerializedName("clusterstorageaccessgroups") + @Param(description = "comma-separated list of storage access groups on the cluster", since = "4.20.1") + private String clusterStorageAccessGroups; + + @SerializedName("podstorageaccessgroups") + @Param(description = "comma-separated list of storage access groups on the pod", since = "4.20.1") + private String podStorageAccessGroups; + + @SerializedName("zonestorageaccessgroups") Review Comment: can add zone/pod/clusterstorageaccessgroups to ApiConstants and use them wherever applicable -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org