Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- Demote To Admin
- Join Group
- Create Group
- Get Groups
- Join Info Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
- š Auth Actions
Overview
This node provides an operation to stop an observability server. It allows users to gracefully stop the server or force an immediate termination. This is useful in scenarios where you need to halt monitoring or observability services, either gently to preserve state or immediately to quickly free resources or stop malfunctioning services.
Use Case Examples
- Stopping an observability server gracefully during maintenance.
- Forcing an immediate stop of the observability server in case of critical failure.
Properties
| Name | Meaning |
|---|---|
| Force | Determines whether to forcefully terminate the server immediately or stop it gracefully. |
| Request Options | Additional HTTP request options to customize the stop request, including batching, SSL handling, proxy settings, and timeout. |
Output
JSON
success- Indicates whether the stop operation was successful.message- Additional information or status message about the stop operation.
Dependencies
- Requires connection to the observability server API, potentially using API authentication credentials.
Troubleshooting
- If the server does not stop, check if the 'Force' option is set correctly to force termination if needed.
- Timeout errors may occur if the server is unresponsive; adjust the 'Timeout' setting accordingly.
- SSL certificate validation errors can be bypassed by enabling 'Ignore SSL Issues', but this reduces security.
- Proxy settings must be correctly configured if a proxy is required for network access.