harikrishna-patnala commented on code in PR #12296:
URL: https://github.com/apache/cloudstack/pull/12296#discussion_r2652223509


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/host/AddSecondaryStorageCmd.java:
##########
@@ -44,6 +49,9 @@ public class AddSecondaryStorageCmd extends BaseCmd {
     @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID, 
entityType = ZoneResponse.class, description = "the Zone ID for the secondary 
storage")
     protected Long zoneId;
 
+    @Parameter(name = ApiConstants.DETAILS, type = CommandType.MAP, 
description = "Details in key/value pairs using format 
details[i].keyname=keyvalue. Example: 
details[0].copytemplatesfromothersecondarystorages=true")

Review Comment:
   yes we do have both doc and UI changes for this. The reason I didnt keep it 
as parameter is, even though it is not passed, the config value will be used. 



-- 
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