Storage methods.
| Service. | Storage methods. |
| Functions | |
| sync | sync an environment from one container to a set of containers |
| cloneEnvironment | Clone the root dir of one environment to another. |
sync an environment from one container to a set of containers
| id | EnvironmentId to sync (idx: 1, type: Types.EnvironmentId) |
| source | the source container (idx: 2, type: Types.ContainerId) |
| dests | the destination containers (idx: 3, type: Thrift.list (Types.ContainerId)) |
Exceptions.InvalidArguments (idx: 1)
Clone the root dir of one environment to another. The source and target containers will be the master container for each environment.
| source | no docs (idx: 1, type: Types.EnvironmentId) |
| target | no docs (idx: 2, type: Types.EnvironmentId) |
Exceptions.InvalidArguments (idx: 1)