You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/event-bus/webhook/src/main/java/org/apache/cloudstack/mom/webhook/api/response/WebhookResponse.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ public class WebhookResponse extends BaseResponse implements ControlledViewEntit
54
54
@Param(description = "The name of the domain in which the Webhook exists")
55
55
privateStringdomainName;
56
56
57
+
@SerializedName(ApiConstants.DOMAIN_PATH)
58
+
@Param(description = "path of the domain to which the Webhook belongs")
59
+
privateStringdomainPath;
60
+
57
61
@SerializedName(ApiConstants.ACCOUNT)
58
62
@Param(description = "The account associated with the Webhook")
59
63
privateStringaccountName;
@@ -107,6 +111,11 @@ public void setDomainId(String domainId) {
0 commit comments