CreateSNSEmailEndpoint
Creates an email endpoint. For example,
CreateSNSEmailEndpoint name=operator email=operator@zstack.org
Parameters
| Name | Description | Optional | Valid Value | Starting Version |
|---|---|---|---|---|
| The email address. | 2.3.0 | |||
| emails | Yes | 3.7.0 | ||
| name | The resource name. | 2.3.0 | ||
| description | The detailed description of the resource. | Yes | 2.3.0 | |
| platformUuid | The application platform UUID. | Yes | 2.3.0 | |
| resourceUuid | Yes | 2.3.0 | ||
| tagUuids | The tag UUID list. | Yes | 3.7.0 | |
| userTags | The user tags. For more information, see CreateUserTag. | Yes | 2.3 | |
| systemTags | The system tags. For more information, see CreateSystemTag. | Yes | 2.3 | |
| timeout | Yes |
{
"inventory": {
"createDate": "Jan 25, 2018 8:57:14 PM",
"email": "operator@zstack.org",
"lastOpDate": "Jan 25, 2018 8:57:14 PM",
"name": "operator",
"platformUuid": "bec03e2d93224c7381782833e8b685ca",
"state": "Enabled",
"type": "Email",
"uuid": "b03b125230b0406ea198919954ae3928"
},
"success": true
}
- email: the email address to receive the email
- platformUuid: the email server UUID
