Add Alert/Mail contact details
POST {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/alert-contacts
Add Alert/Mail contact details
Request Body
{"company"=>"HPE", "companyCode"=>"HPE", "country"=>"US", "fax"=>"fax_id", "firstName"=>"john", "includeSvcAlerts"=>false, "lastName"=>"kevin", "notificationSeverities"=>[0, 1, 2, 3, 4, 5], "preferredLanguage"=>"en", "primaryEmail"=>"kevin.john@hpe.com", "primaryPhone"=>"98783456", "receiveEmail"=>true, "receiveGrouped"=>true, "secondaryEmail"=>"winny.pooh@hpe.com", "secondaryPhone"=>"23456789"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"taskUri":"/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c","message":"Successfully submitted","status":"SUBMITTED"}