Platform O&M/Cloud Monitoring/Monitoring and Alarm/SNS/SNS Operations
PUTSNS OperationsSince 3.7.0SynchronousAuth Required
UpdateEmailAddressOfSNSEmailEndpoint
UpdateEmailAddressOfSNSEmailEndpoint
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
updateemailaddressofsnsemailendpointObjectRequiredupdateemailaddressofsnsemailendpoint request body object.
emailAddressUuidStringRequiredThe email address UUID.
endpointUuidStringRequiredThe endpoint UUID.
emailAddressStringRequiredThe address of the new email.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/sns/application-endpoints/emails/email-addresses
/zstack/v1/sns/application-endpoints/emails/email-addresses
Request Example
curl -X PUT 'http://{host}/zstack/v1/sns/application-endpoints/emails/email-addresses' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updateemailaddressofsnsemailendpoint":{"emailAddressUuid":"<emailAddressUuid>","endpointUuid":"<endpointUuid>","emailAddress":"<emailAddress>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "4d5bf84154764c9fb6e91c6739081bcf", "emailAddress": "example@zstack.io", "endpointUuid": "aac215a1d95d43c4ba4cad7ed3ad1670", "createDate": "Dec 25, 2023 2:07:43 PM", "lastOpDate": "Dec 25, 2023 2:07:43 PM" } }Change History
This API has no change history records yet.
