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"
        }
    ],
    "startTime": 0,
    "state": "string",
    "type": "string"
}
integer As int64 As int64
endTime
Optional

The end time of the operation

string
errorCode
Optional

The error code of the operation

Possible values are : 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

Collection of Content Operation Summaries

integer As int64 As int64
startTime
Optional

The start time of the operation

string
state
Required

The current state of the operation

Possible values are : NOT_INITIALIZED, INITIALIZED, RUNNING, FAILED, FINISHED, UNKNOWN,
string
type
Optional

The type of operation

Possible values are : NOT_INITIALIZED, IMPORT, EXPORT, UNKNOWN,