Add Alert/Mail contact details
POST {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/alert-contacts
Add Alert/Mail contact details
Request Body
{"company"=>"<string>", "companyCode"=>"<string>", "country"=>"<string>", "fax"=>"<string>", "firstName"=>"<string>", "includeSvcAlerts"=>"<boolean>", "lastName"=>"<string>", "notificationSeverities"=>["<integer>", "<integer>"], "preferredLanguage"=>"<string>", "primaryEmail"=>"<string>", "primaryPhone"=>"<string>", "receiveEmail"=>"<boolean>", "receiveGrouped"=>"<boolean>", "secondaryEmail"=>"<string>", "secondaryPhone"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"taskUri":"\u003cstring\u003e","message":"\u003cstring\u003e","status":"\u003cstring\u003e"}