operation-details

operation-details
operation-details

Operation Details in Content Management

JSON Example
{
    "endTime": 0,
    "errorCode": "string",
    "errorMessages": [
        "string"
    ],
    "id": "string",
    "lastUpdatedTime": 0,
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "operationSummaries": [
        {
            "contentType": "string",
            "state": "string",
            "type": "string",
            "errorMessages": [
                "string"
            ],
            "failed": 0,
            "imported": 0,
            "infoMessages": [
                "string"
            ],
            "skipped": 0,
            "total": 0
        }
    ],
    "startTime": 0,
    "state": "string",
    "type": "string"
}
integer As int64 As int64
endTime
Optional

The end time of the operation

string
errorCode
Optional

List of content operation's error codes

Enumeration: NONE, INVALID_FILE_FORMAT, INVALID_ENCRYPTION_KEY, OPERATION_FAILED, UNKNOWN
array of string
errorMessages
Optional

errorMessages

string
id
Optional

The id of operation

integer As int64 As int64
lastUpdatedTime
Optional

The last update time of the operation

array of link
links
Optional

links

operationSummaries
Optional

operationSummaries

integer As int64 As int64
startTime
Optional

The start time of the operation

string
state
Required  

List of states of content operation

Enumeration: NOT_INITIALIZED, INITIALIZED, RUNNING, FAILED, FINISHED, UNKNOWN
string
type
Optional

List of types of content operation

Enumeration: NOT_INITIALIZED, IMPORT, EXPORT, UNKNOWN