-
Amazon S3
- S3 Bucket Acl Operations
- S3 Bucket Cors Operations
- S3 Bucket Is Stale Allowed Operations
- S3 Bucket Lifecycle Operation
- S3 Bucket List Uploads Operations
- S3 Bucket Location Operations
- S3 Bucket Operations
- S3 Bucket Versioning Operations
- S3 Bucket Versions Operations
- S3 Data Node Operation
- S3 Metadata Key List Operations
- S3 Metadata Key System List Operation
- S3 Metadata Search Operation
- S3 Multi Object Delete Operations
- S3 Object Acl Operations
- S3 Object Init Uploads Operations
- S3 Object Operations
- S3 Object Uploads Operations
- S3 Options Operations
- S3 Ping Operation
- EMC Atmos
- OpenStack SWIFT
- All Changes
-
Modified Services
- Data Store
- Password Group (Swift)
- S3 Bucket Acl Operations
- S3 Bucket Lifecycle Operation
- S3 Bucket Location Operations
- S3 Bucket Operations
- S3 Bucket Versioning Operations
- S3 Object Operations
- S3 Object Uploads Operations
- Secret Key
- Secret Key Self-Service
- Swift Account Operations
- Swift Container Operations
- Swift File Access Operations
- Swift Object Operations
- User (Object)

Send Alert
Creates and sends an alert event with error logs attached as an aid to troubleshooting customer issues.
Query Parameters
event_id | Event id for these alerts
|
Required Roles
SYSTEM_ADMIN
Prerequisites
The following conditions must be met in order to call this operation.
ConnectEMC should be configured and system should be licensed
Request Payload
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
<event_create> | |||
<user_str> | User written string | String | |
<contact> | Contact details | String | |
<namespace> | namespace | String | |
<channel> | channel | String | |
<severity> | severity | String | |
</event_create> |
Response Body
Alert response to sent this alert to ConnectEMC
Field | Description | Type | Notes |
<alert> | |||
<id> | Event id | String | |
<type> | alert type | String | |
<severity> | alert severity | String | |
<userId> | User id for this event | String | |
<serviceType> | Service type | String | |
<resourceId> | Resource id | String | |
<timestamp> | Event creating time of yyyy-MM-dd'T'HH:mm format. | String | |
<namespace> | Namespace for this event | String | |
<description> | Description for this alert | String | |
<acknowledged> | acknowledgement state of alert | Boolean | |
</alert> |
Examples
Request
POST https://192.168.0.0:4443/vdc/callhome/alert HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> <event_create> <user_str>str</user_str> <contact>contact</contact> </event_create>
Response
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <alert> <id>urn:storageos:Alert:96a47d83-42c0-4b7f-bcab-958485b4b81d</id> </alert>