AlertmanagerConfig.spec.receivers[].wechatConfigs.httpConfig.tlsConfig.spec.receivers.wechatConfigs
wechatConfigs defines the list of WeChat configurations.
| Field / Type | Description |
|---|---|
agentID | agentID defines the application agent ID within WeChat Work. This identifies which WeChat Work application will send the notifications.
|
apiSecret defines the secret's key that contains the WeChat API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
apiURL | apiURL defines the WeChat API URL. When not specified, defaults to the standard WeChat Work API endpoint.
|
corpID | corpID defines the corp id for authentication. This is the unique identifier for your WeChat Work organization.
|
httpConfig defines the HTTP client configuration for WeChat API requests. | |
message | message defines the API request data as defined by the WeChat API. This contains the actual notification content to be sent.
|
messageType | messageType defines the type of message to send. Valid values include "text", "markdown", and other WeChat Work supported message types.
|
sendResolved | sendResolved defines whether or not to notify about resolved alerts. |
toParty | toParty defines the target department(s) to receive the notification. Can be a single department ID or multiple department IDs separated by '|'.
|
toTag | toTag defines the target tag(s) to receive the notification. Can be a single tag ID or multiple tag IDs separated by '|'.
|
toUser | toUser defines the target user(s) to receive the notification. Can be a single user ID or multiple user IDs separated by '|'.
|