2.24. Data-Class: OperationHistoryRest
Denotes the outcome of an operation that has been scheduled to run.
Copy linkLink copied to clipboard!
| Name | Type | Description | 
|---|---|---|
| status | String | The status of the history | 
| result | Map<String,Object> | Map with key/value pairs for the operation result | 
| errorMessage | String | Error message if the operation was not successful | 
| links | List<Link> | |
| operationName | String | Name of the operation that was run | 
| resourceName | String | Name of the resource the operation was run on | 
| lastModified | long | |
| jobId | String | Job-ID of this history item |