PUT v1/bunits/{bunitId}/nodedeliveryconfig
Save changes to a node report delivery config
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
integer |
Required |
Body Parameters
NodeReportDeliveryConfigName | Description | Type | Additional information |
---|---|---|---|
OnlySendOnError |
Only send report when node status is not OK |
boolean |
None. |
InlineWarnings |
Inline the warnings of the backup node |
boolean |
None. |
InlineEvents |
Inline the events of the backup node |
boolean |
None. |
InlineActivities |
Inline the activities of the backup node |
boolean |
None. |
InlineActivityLogs |
Inline the activitylogs of the backup node |
boolean |
None. |
AttachOverview |
Attach the overview of the backup node report |
boolean |
None. |
AttachWarnings |
Attach the warnings of the backup node |
boolean |
None. |
AttachEvents |
Attach the events oft the backup node |
boolean |
None. |
AttachActivities |
Attach the activities of the backup node |
boolean |
None. |
AttachActivityLogs |
Attach the activity logs of the backup node |
boolean |
None. |
EmailCsv |
Attach a CSV-file with the requested data. |
boolean |
None. |
EmailJson |
Attach a JSON-file with the requested data. |
boolean |
None. |
Inherited |
Gets or sets a value indicating whether this |
boolean |
None. |
DecimalMark |
string |
None. |
|
DateFormat |
string |
None. |
|
TimeFormat |
string |
None. |
|
DateTimeFormat |
string |
None. |
|
CsvDelimiter |
string |
None. |
|
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<NodeReportDeliveryConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>18</Id> <CreatedDate>2024-09-16T22:12:08.5592232+02:00</CreatedDate> <ArchivedDate>2024-09-16T22:12:08.5592232+02:00</ArchivedDate> <OnlySendOnError>true</OnlySendOnError> <InlineWarnings>true</InlineWarnings> <InlineEvents>true</InlineEvents> <InlineActivities>true</InlineActivities> <InlineActivityLogs>true</InlineActivityLogs> <AttachOverview>true</AttachOverview> <AttachWarnings>true</AttachWarnings> <AttachEvents>true</AttachEvents> <AttachActivities>true</AttachActivities> <AttachActivityLogs>true</AttachActivityLogs> <EmailCsv>true</EmailCsv> <EmailJson>true</EmailJson> <Inherited>true</Inherited> <DecimalMark>sample string 14</DecimalMark> <DateFormat>sample string 15</DateFormat> <TimeFormat>sample string 16</TimeFormat> <CsvDelimiter>sample string 17</CsvDelimiter> </NodeReportDeliveryConfig>
Response Information
Resource Description
NodeReportDeliveryConfigName | Description | Type | Additional information |
---|---|---|---|
OnlySendOnError |
Only send report when node status is not OK |
boolean |
None. |
InlineWarnings |
Inline the warnings of the backup node |
boolean |
None. |
InlineEvents |
Inline the events of the backup node |
boolean |
None. |
InlineActivities |
Inline the activities of the backup node |
boolean |
None. |
InlineActivityLogs |
Inline the activitylogs of the backup node |
boolean |
None. |
AttachOverview |
Attach the overview of the backup node report |
boolean |
None. |
AttachWarnings |
Attach the warnings of the backup node |
boolean |
None. |
AttachEvents |
Attach the events oft the backup node |
boolean |
None. |
AttachActivities |
Attach the activities of the backup node |
boolean |
None. |
AttachActivityLogs |
Attach the activity logs of the backup node |
boolean |
None. |
EmailCsv |
Attach a CSV-file with the requested data. |
boolean |
None. |
EmailJson |
Attach a JSON-file with the requested data. |
boolean |
None. |
Inherited |
Gets or sets a value indicating whether this |
boolean |
None. |
DecimalMark |
string |
None. |
|
DateFormat |
string |
None. |
|
TimeFormat |
string |
None. |
|
DateTimeFormat |
string |
None. |
|
CsvDelimiter |
string |
None. |
|
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<NodeReportDeliveryConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>18</Id> <CreatedDate>2024-09-16T22:12:08.5749608+02:00</CreatedDate> <ArchivedDate>2024-09-16T22:12:08.5749608+02:00</ArchivedDate> <OnlySendOnError>true</OnlySendOnError> <InlineWarnings>true</InlineWarnings> <InlineEvents>true</InlineEvents> <InlineActivities>true</InlineActivities> <InlineActivityLogs>true</InlineActivityLogs> <AttachOverview>true</AttachOverview> <AttachWarnings>true</AttachWarnings> <AttachEvents>true</AttachEvents> <AttachActivities>true</AttachActivities> <AttachActivityLogs>true</AttachActivityLogs> <EmailCsv>true</EmailCsv> <EmailJson>true</EmailJson> <Inherited>true</Inherited> <DecimalMark>sample string 14</DecimalMark> <DateFormat>sample string 15</DateFormat> <TimeFormat>sample string 16</TimeFormat> <CsvDelimiter>sample string 17</CsvDelimiter> </NodeReportDeliveryConfig>