operation-details

operation-details
operation-details

Operation Details in Content Management

JSON Example
{
    "operationSummaries": [
        {}
    ],
    "errorMessages": [
        "string"
    ],
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "id": "string",
    "type": "string",
    "state": "string",
    "startTime": 0,
    "endTime": 0,
    "lastUpdatedTime": 0,
    "errorCode": "string"
}
operationSummaries
Optional

operationSummaries

array of string
errorMessages
Optional

errorMessages

array of link
links
Optional

links

string
id
Optional

The id of operation

string
type
Optional

List of types of content operation

Possible values are : NOT_INITIALIZED, IMPORT, EXPORT, UNKNOWN,
string
state
Required

List of states of content operation

Possible values are : NOT_INITIALIZED, INITIALIZED, RUNNING, FAILED, FINISHED, UNKNOWN,
integer As int64 As int64
startTime
Optional

The start time of the operation

integer As int64 As int64
endTime
Optional

The end time of the operation

integer As int64 As int64
lastUpdatedTime
Optional

The last update time of the operation

string
errorCode
Optional

List of content operation's error codes

Possible values are : NONE, INVALID_FILE_FORMAT, INVALID_ENCRYPTION_KEY, OPERATION_FAILED, UNKNOWN,