MXS-1929: Clarify service destruction
The prgress of service destruction can be monitored via the `sessions` endpoint.
This commit is contained in:
@ -331,6 +331,10 @@ they are allowed to gracefully close before the service is destroyed. This means
|
|||||||
that the destruction of a service can be acknowledged via the REST API before
|
that the destruction of a service can be acknowledged via the REST API before
|
||||||
the destruction process has fully completed.
|
the destruction process has fully completed.
|
||||||
|
|
||||||
|
To find out whether a service is still in use after it has been destroyed, the
|
||||||
|
[`sessions`](./Resources-Session.md) resource should be used. If a session for
|
||||||
|
the service is still open, it has not yet been destroyed.
|
||||||
|
|
||||||
#### Response
|
#### Response
|
||||||
|
|
||||||
Service is destroyed:
|
Service is destroyed:
|
||||||
|
|||||||
Reference in New Issue
Block a user