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: docs/creating-manifest/events.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -700,6 +700,37 @@ The event is executed after setting cloudlet count, which implies changing the n
700
700
-`${event.response.}`:
701
701
-`result` - result code. The successful action result is *'0'*
702
702
703
+
### onBeforeSetCrossServiceNetworkIpCount
704
+
705
+
The event is executed before setting the <ahref="https://www.virtuozzo.com/application-platform-ops-docs/cross-network-overview/"target="_blank">Cross-Service Network</a> IP address count, which implies changing the number of allocated cross-service IPs per any layer in the environment.
706
+
707
+
**Event Placeholders:**
708
+
709
+
-`${event.params.}`:
710
+
-`count` - number of cross-service IPs
711
+
-`session` - current user session
712
+
-`envName` - environment unique appid
713
+
-`appid` - application unique appid
714
+
-`nodeid` - node identifier for attaching external IP address
715
+
-`nodeGroup` - node group
716
+
-`${event.response.}`: parameters are absent
717
+
718
+
### onAfterSetCrossServiceNetworkIpCount
719
+
720
+
The event is executed after setting the <ahref="https://www.virtuozzo.com/application-platform-ops-docs/cross-network-overview/"target="_blank">Cross-Service Network</a> IP address count, which implies changing the number of allocated cross-service IPs per any layer in the environment.
721
+
722
+
**Event Placeholders:**
723
+
724
+
-`${event.params.}`:
725
+
-`count` - number of cross-service IPs
726
+
-`session` - current user session
727
+
-`envName` - environment unique appid
728
+
-`appid` - application unique appid
729
+
-`nodeid` - node identifier for attaching external IP address
730
+
-`nodeGroup` - node group
731
+
-`${event.response.}`:
732
+
-`result` - result code. The successful action result is *'0'*
733
+
703
734
### onBeforeChangeEngine
704
735
705
736
The event is performed before changing the engine's version (e.g. from *php 7* to *php 7.1*) in the required environment. The *onBeforeChangeEngine* event is not compatible with Docker-based environments.
0 commit comments