[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Save Notification Global Configuration Data V2
DescriptionThis API is used to save Notifications Global Configuration.
Request
URLURL
https://localhost:8080/lcm/lcops/api/v2/settings/globalSetting
Request Body
Request Body
NotificationGlobalConfigurationDTO
of type(s) application/json
Required
notificationGlobalConfigurationDTO
{
"description": "string",
"emailRecipients": [
"string"
],
"integrationName": "string",
"notificationFrequency": "DAILY",
"properties": {},
"webhookRecipients": [
"string"
]
}
string
description
Optional
array of
string
emailRecipients
Optional
string
integrationName
Optional
string
notificationFrequency
Optional
Possible values are: DAILY , WEEKLY , MONTHLY
object
properties
Optional
array of
string
webhookRecipients
Optional
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
201 Created returns
NotificationGlobalConfigurationDTO
of type(s) application/json
{
"description": "string",
"emailRecipients": [
"string"
],
"integrationName": "string",
"notificationFrequency": "DAILY",
"properties": {},
"webhookRecipients": [
"string"
]
}
string
description
Optional
array of
string
emailRecipients
Optional
string
integrationName
Optional
string
notificationFrequency
Optional
Possible values are: DAILY , WEEKLY , MONTHLY
object
properties
Optional
array of
string
webhookRecipients
Optional
Errors
401
Unauthorized
403
Forbidden
404
Not Found
Code Samples
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"description":"string","emailRecipients":["string"],"integrationName":"string","notificationFrequency":"DAILY","properties":{},"webhookRecipients":["string"]}' https://localhost:8080/lcm/lcops/api/v2/settings/globalSetting
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Settings Controller Operations
delete
delete
delete
delete