sureshanaparti commented on issue #10697: URL: https://github.com/apache/cloudstack/issues/10697#issuecomment-2841725452
the usage id for the network offering (usage type 13) is to is to indicate default Nic (1) or not (0). https://github.com/apache/cloudstack/blob/9d9737ae040978d73a322479e16dd866a087dc10/usage/src/main/java/com/cloud/usage/parser/NetworkOfferingUsageParser.java#L158-L162 https://github.com/apache/cloudstack/blob/9d9737ae040978d73a322479e16dd866a087dc10/server/src/main/java/com/cloud/api/ApiResponseHelper.java#L4192-L4197 It is no where referenced as resource_id / offering id. Maybe, this requires some doc update as it returns as Default in the usage response ? what do you think, any thoughts @rajujith @winterhazel cc @DaanHoogland -- 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]
