Skip to content

Commit 57790a3

Browse files
committed
JE-70971 [VAP & VHI Joint Networks] Prepare docs and Describe new properties in CloudScripting
1 parent 256b409 commit 57790a3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/creating-manifest/events.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,37 @@ The event is executed after setting cloudlet count, which implies changing the n
700700
- `${event.response.}`:
701701
- `result` - result code. The successful action result is *'0'*
702702

703+
### onBeforeSetCrossServiceNetworkIpCount
704+
705+
The event is executed before setting the <a href="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 <a href="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+
703734
### onBeforeChangeEngine
704735

705736
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

Comments
 (0)