POST v1/bunits/{bunitId}/jobSeverityConfig

Create a job error config for a business unit

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId ID of the business unit the config should be related to integer

Required

Body Parameters

The config to create

JobSeverityConfig
NameDescriptionTypeAdditional information
Inherited boolean

None.

Succeeded JobSeverity

None.

SucceededWithWarnings JobSeverity

None.

SucceededWithUnprocessedFiles JobSeverity

None.

CompletedWithErrors JobSeverity

None.

Failed JobSeverity

None.

Missed JobSeverity

None.

Blocked JobSeverity

None.

Severed JobSeverity

None.

FailedNoRestart JobSeverity

None.

Canceled JobSeverity

None.

Unknown JobSeverity

None.

Expired JobSeverity

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:
<JobSeverityConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>2</Id>
  <CreatedDate>2024-05-20T18:40:17.3362843+02:00</CreatedDate>
  <ArchivedDate>2024-05-20T18:40:17.3362843+02:00</ArchivedDate>
  <Inherited>true</Inherited>
  <Succeeded>NotSet</Succeeded>
  <SucceededWithWarnings>NotSet</SucceededWithWarnings>
  <SucceededWithUnprocessedFiles>NotSet</SucceededWithUnprocessedFiles>
  <CompletedWithErrors>NotSet</CompletedWithErrors>
  <Failed>NotSet</Failed>
  <Missed>NotSet</Missed>
  <Blocked>NotSet</Blocked>
  <Severed>NotSet</Severed>
  <FailedNoRestart>NotSet</FailedNoRestart>
  <Canceled>NotSet</Canceled>
  <Unknown>NotSet</Unknown>
  <Expired>NotSet</Expired>
</JobSeverityConfig>

Response Information

Resource Description

The created config

JobSeverityConfig
NameDescriptionTypeAdditional information
Inherited boolean

None.

Succeeded JobSeverity

None.

SucceededWithWarnings JobSeverity

None.

SucceededWithUnprocessedFiles JobSeverity

None.

CompletedWithErrors JobSeverity

None.

Failed JobSeverity

None.

Missed JobSeverity

None.

Blocked JobSeverity

None.

Severed JobSeverity

None.

FailedNoRestart JobSeverity

None.

Canceled JobSeverity

None.

Unknown JobSeverity

None.

Expired JobSeverity

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:
<JobSeverityConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>2</Id>
  <CreatedDate>2024-05-20T18:40:17.3362843+02:00</CreatedDate>
  <ArchivedDate>2024-05-20T18:40:17.3362843+02:00</ArchivedDate>
  <Inherited>true</Inherited>
  <Succeeded>NotSet</Succeeded>
  <SucceededWithWarnings>NotSet</SucceededWithWarnings>
  <SucceededWithUnprocessedFiles>NotSet</SucceededWithUnprocessedFiles>
  <CompletedWithErrors>NotSet</CompletedWithErrors>
  <Failed>NotSet</Failed>
  <Missed>NotSet</Missed>
  <Blocked>NotSet</Blocked>
  <Severed>NotSet</Severed>
  <FailedNoRestart>NotSet</FailedNoRestart>
  <Canceled>NotSet</Canceled>
  <Unknown>NotSet</Unknown>
  <Expired>NotSet</Expired>
</JobSeverityConfig>