This state is useful for sending messages to Hipchat during state runs.
The property api_url is optional. By defaul will use the public HipChat API at https://api.hipchat.com
New in version 2015.5.0.
hipchat-message: hipchat.send_message: - room_id: 123456 - from_name: SuperAdmin - message: 'This state was executed successfully.' - api_url: https://hipchat.myteam.com - api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15 - api_version: v1
The api key can be specified in the master or minion configuration like below:
hipchat: api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15 api_version: v1
Send a message to a Hipchat room.
hipchat-message: hipchat.send_message: - room_id: 123456 - from_name: SuperAdmin - message: 'This state was executed successfully.' - api_url: https://hipchat.myteam.com - api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15 - api_version: v1 - message_color: green - notify: True
The following parameters are required:
The following parameters are optional:
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.hipchat.html