PROJECT_OPERATION

<< Click to Display Table of Contents >>

Navigation:  Development > Project Artifacts >

PROJECT_OPERATION

 

The PROJECT_OPERATION collection contains a log of all operations performed on DTS projects in the form of the request headers and the resolution.

 

{

 "_id" : "",

 "key" : "",

 "projectName" : "",

 "payload" : {

         "payloadRecord" : {},

         "payloadMetadata" : {

                 "payloadClassKey" : "",

                 "arrayPayload" : false

         }

 },

 "status" : "",

 "createdAt" : 1970-01-01 00:00:00.000Z,

 "completedAt" : 1970-01-01 00:00:00.000Z

}

 

Attribute

Value

Note

_id

A unique identifier for the project operation.

 

key

The _id of the request message for this operation.

Also the _correlationId of the response.

payload

An abridged version of the request message's payload

 

 

payloadRecord

An abridged version of the actual request command (indentification info only)

 

 

payloadMetadata

The metadata for the request payload

 

 


payloadClassKey

The class key for the request command

Identifies the operation command

 


arrayPayload

Whether or not the payload was an array

False for all project operations

status

The resolution status of the command

 

createdAt

The timestamp of the request

 

completedAt

The timestamp of the response