Skip to main content

Update email profile

PUT 

/logging-service/logforwarding/v1/email-profiles/:profileId

Update an email profile using the etag obtained from retrieving the email profile by its profile ID. You can change only the destination and logtype fields. You can not change the profileType.

Request

Path Parameters

    profileId stringrequired

    The ID of the profile you want to update.

Header Parameters

    etag string

    Tag required to update the profile.

Body

required

New profile value

    destination objectrequired

    Profile name and email recipient information.

    bcc string[]

    Additional addresses to receive the emails. Max of 10.

    displayName stringrequired

    Name of the profile.

    subject stringrequired

    Subject to appear in the emails.

    to stringrequired

    Email address of the recipient.

    logtypes object[]required

    The parameters used to specify the logs that you want to send.

  • Array [
  • allColumns boolean

    True sends all log fields. False sends a subset of log fields.

    excludedColumns string[]

    The specific log fields you do not want to send. Does nothing if the same field is present in includedColumns.

    filter string

    The filter query used to send a subset of logs.

    includedColumns string[]

    The specific log fields you want to send. Does nothing if allColumns is True.

    logtype string

    The log type that you want to send.

  • ]

Responses

Request successfully processed

Loading...