The type code is DI
| cluster | string  <= 255 characters   | 
| typedId | string  | 
| calculationMessages | string  | 
| configuration | string  | 
| targetDate | string <date-time>   | 
| archiveName | string  <= 255 characters   | 
| lastUpdateDate | string <date-time>   | 
| label | string  <= 255 characters   | 
| locale | string  <= 255 characters   | 
| sourceArchive | string  <= 255 characters   | 
| calculationDate | string <date-time>   | 
| version | integer  | 
| keepUnknownMetaLinks | boolean  | 
| createdBy | integer  | 
| startDate | string <date-time>   | 
| calculationStartDate | string <date-time>   | 
| createDate | string <date-time>   | 
| lastUpdateBy | integer  | 
| status | string  <= 255 characters   Possible values: "DRAFT" "PENDING" "SCHEDULED" "PROCESSING" "SCHEDULED_DIRTY" "ERROR" "READY" "CANCELLED"    | 
{- "cluster": "string",
 - "typedId": "string",
 - "calculationMessages": "string",
 - "configuration": "string",
 - "targetDate": "2019-08-24T14:15:22Z",
 - "archiveName": "string",
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "label": "string",
 - "locale": "string",
 - "sourceArchive": "string",
 - "calculationDate": "2019-08-24T14:15:22Z",
 - "version": 0,
 - "keepUnknownMetaLinks": true,
 - "createdBy": 0,
 - "startDate": "2019-08-24T14:15:22Z",
 - "calculationStartDate": "2019-08-24T14:15:22Z",
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0,
 - "status": "DRAFT"
 
}