Update a Notification Profile by ID
put
                    /api/notification/Profiles/{id}
Updates the properties of the specified notification profile.
                Request
Path Parameters
                - 
                    id(required):  integer(int32)
                    
                    The notification profile ID.Example:1
Supported Media Types
                            - application/json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    BackupEmailPass: string
                    
                    
                     
                    
                
                
                Backup Email Password. If not defined, the Backup value will be the same as the corresponding Primary value.Example:password
- 
                
                    
                    BackupEmailPort: integer
                    
                    
                     
                    
                
                
                Backup Email Port. If not defined, the Backup value will be the same as the corresponding Primary value.Example:25
- 
                
                    
                    BackupEmailServer: string
                    
                    
                     
                    
                
                
                Backup Email Server. If not defined, the Backup value will be the same as the corresponding Primary value.Example:backup.server.com
- 
                
                    
                    BackupEmailTypeID: integer
                    
                    
                     
                    
                
                
                Backup Email Type ID. If not defined, the Backup value will be the same as the corresponding Primary value.Example:1
- 
                
                    
                    BackupEmailUser: string
                    
                    
                     
                    
                
                
                Backup Email User. If not defined, the Backup value will be the same as the corresponding Primary value.Example:backup@email.com
- 
                
                    
                    ConnectionSecurity: integer
                    
                    
                     
                    
                
                
                Email Connection Security Flag. If ProfileTypeID is 1 (Email), ConnectionSecurity is required. Allowed Values: - 0 => Plaintext/None - 1 => SSL (Secure on Connect) - 2 => TLS (Negotiated)Example:0
- 
                
                    
                    PrimaryEmailPass: string
                    
                    
                     
                    
                
                
                Primary Email Password. If ProfileTypeID is 1 (Email), PrimaryEmailPass is required.Example:xyzABC123@
- 
                
                    
                    PrimaryEmailPort: integer
                    
                    
                     
                    
                
                
                Primary Email Port. If ProfileTypeID is 1 (Email), PrimaryEmailPort is required.Example:25
- 
                
                    
                    PrimaryEmailServer: string
                    
                    
                     
                    
                
                
                Primary Email Server. If ProfileTypeID is 1 (Email), PrimaryEmailServer is required.Example:primary.server.com
- 
                
                    
                    PrimaryEmailTypeID: integer
                    
                    
                     
                    
                
                
                Primary Email Type ID. If ProfileTypeID is 1 (Email), PrimaryEmailTypeID is required.Example:1
- 
                
                    
                    PrimaryEmailUser: string
                    
                    
                     
                    
                
                
                Primary Email User. If ProfileTypeID is 1 (Email), PrimaryEmailUser is required.Example:primary@email.com
- 
                
                    
                    ProfileDescription: string
                    
                    
                     
                    
                
                
                Profile DescriptionExample:This is the Generic Unified Assurance Profile for Email
- 
                
                    
                    ProfileName: string
                    
                    
                     
                    
                
                
                The notification profile name.
 To avoid confusion with numeric IDs, the name value cannot be integers only or integers prefixed with the + or - symbols only. It must contain letters or other characters. For example, 1234, +1234, and -1234 are not valid, but US1234, US+1234 and US_1234 are.Example:Generic Email
- 
                
                    
                    ProfileTypeID: integer
                    
                    
                     
                    
                
                
                Profile Type ID Allowed values: - 1 => Email - 2 => Syslog - 3 => TrapExample:1
- 
                
                    
                    ProfileTypeName: string
                    
                    
                     
                    
                
                
                Profile Type Name Allowed values: - Email - Syslog - TrapExample:Email
- 
                
                    
                    SSLVerify: boolean
                    
                    
                     
                    
                
                
                Email SSL Verification indicator. If ProfileTypeID is 1 (Email), SSLVerify is required.Example:1
- 
                
                    
                    Timeout: integer
                    
                    
                     
                    
                
                
                Email Connection Timeout. If ProfileTypeID is 1 (Email), Timeout is required.Example:30
Response
Supported Media Types
                - application/json
200 Response
Successful operation
                            
                            
                                Root Schema : schema
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    
        
    
        
    
    Show Source
    - 
                
                object 
                
                
             SuccessfulUpdateOperation
                
            The response body for a successful update operation.
- 
                
                object 
                
                
             type
                
            
Nested Schema : SuccessfulUpdateOperation
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe response body for a successful update operation.
    
    
    
    
        Show Source
        - 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Updated record
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:true
Nested Schema : type
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    data: array
                    
                    
                
                
                    data
                
                
                
- 
                
                    
                    total: integer
                    
                    
                     
                    
                
                
                The total number of results regardless of paging.Example:1
Nested Schema : notificationProfilesRead
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    BackupEmailPass: string
                    
                    
                     
                    
                
                
                Password for the Backup Email Server userExample:password
- 
                
                    
                    BackupEmailPort: integer
                    
                    
                     
                    
                
                
                Backup Email Server portExample:25
- 
                
                    
                    BackupEmailServer: string
                    
                    
                     
                    
                
                
                FQDN of Backup Email ServerExample:backup.server.com
- 
                
                    
                    BackupEmailTypeID: integer
                    
                    
                     
                    
                
                
                Backup Email Type IDExample:1
- 
                
                    
                    BackupEmailUser: string
                    
                    
                     
                    
                
                
                User for the Backup Email ServerExample:backup@email.com
- 
                
                    
                    ConnectionSecurity: integer
                    
                    
                     
                    
                
                
                Email Connection Security Flag Allowed Values: - 0 => Plaintext/None - 1 => SSL (Secure on Connect) - 2 => TLS (Negotiated)Example:0
- 
                
                    
                    PrimaryEmailPass: string
                    
                    
                     
                    
                
                
                Password for the Primary Email Server userExample:xyzABC123@
- 
                
                    
                    PrimaryEmailPort: integer
                    
                    
                     
                    
                
                
                Primary Email Server portExample:25
- 
                
                    
                    PrimaryEmailServer: string
                    
                    
                     
                    
                
                
                FQDN of Primary Email ServerExample:primary.server.com
- 
                
                    
                    PrimaryEmailTypeID: integer
                    
                    
                     
                    
                
                
                Primary Email Type IDExample:1
- 
                
                    
                    PrimaryEmailUser: string
                    
                    
                     
                    
                
                
                User for the Primary Email ServerExample:primary@email.com
- 
                
                    
                    ProfileDescription: string
                    
                    
                     
                    
                
                
                Profile DescriptionExample:This is the Generic Unified Assurance Profile for Email
- 
                
                    
                    ProfileID: integer
                    
                    
                     
                    
                
                
                Profile IDExample:1
- 
                
                    
                    ProfileName: string
                    
                    
                     
                    
                
                
                Name for the Notification Profile.Example:Generic Email
- 
                
                    
                    ProfileTypeID: integer
                    
                    
                     
                    
                
                
                ID of Notification Profile Type. Possible values: - 1 => Email - 2 => Syslog - 3 => SNMP TrapExample:1
- 
                
                    
                    ProfileTypeName: string
                    
                    
                     
                    
                
                
                Name of Notification Profile Type.Example:Email
- 
                
                    
                    SSLVerify: boolean
                    
                    
                     
                    
                
                
                Flag to indicate whether SSL certificate authentication is neededExample:1
- 
                
                    
                    SyslogPort: integer
                    
                    
                     
                    
                
                
                Syslog server portExample:80
- 
                
                    
                    SyslogServers: string
                    
                    
                     
                    
                
                
                FQDN of Syslog Servers. If more than one server, the value is presented in comma separated list.Example:
- 
                
                    
                    Timeout: integer
                    
                    
                     
                    
                
                
                Timeout (in seconds) for Email server connectionExample:30
- 
                
                    
                    TrapPort: integer
                    
                    
                     
                    
                
                
                Trap Servers portExample:
- 
                
                    
                    TrapServers: string
                    
                    
                     
                    
                
                
                FQDN of Trap Servers. If more than one server, the value is presented in comma separated list.Example:
Default Response
Failed operation
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errors: array
                    
                    
                
                
                    errors
                
                
                The list of errors reported. Validation errors will be keyed by record field.
- 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Exception thrown
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:false
Nested Schema : errors
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of errors reported. Validation errors will be keyed by record field.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  items
            
            An error.
Nested Schema : items
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAn error.