PATCH– Update event service properties
Use the PATCH method to update the event service resource properties.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/EventService
Request body
Field | Type | Description | |
---|---|---|---|
DeliveryRetryAttempts | Integer | Range: 1~10 | |
DeliveryRetryIntervalSeconds | Integer | Range: 5~300 | |
SMTP | Object | Expanded. | |
Authentication | String | The authentication method for the SMTP server. | |
FromAddress | String | The 'from' email address of the outgoing email. | |
Password | String | The password for authentication with the SMTP server. The value is `null` in responses. | |
Port | Number | The destination SMTP port. | |
ServerAddress | String | The address of the SMTP server. | |
Username | String | The username for authentication with the SMTP server. |
Response
The response returns same content as GET operation with updated properties.
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback