HP OneView REST API Reference

tasks
tasks.html[10/17/2013 10:35:11 AM]
type: string
details: description: Optional verbose description of the error with
additional information
type: string
message: description: Description of the error condition
type: string
data: description: Contains extra data defined for the particular
error
type: object
associatedTaskUri: description: If the current task is associated with another task, this represents the URI of
another task. And if the current task is not associated with any other task, it
signifies with NULL
type: string
percentComplete: description: Percentage of task currently completed. If TaskState of this task currently
belongs to any of the TERMINAL states (Terminated, Killed, Completed,
Error or Warning), percentComplete and computedPercentComplete will be
set to 100
type: integer
taskType: description: Current type of the task
enum: User
Appliance
Background
type: string
owner: description: The name of the user under whose authority the task is running
type: string
userInitiated: description: If task is the result of an user initiated command, it is TRUE. Otherwise
FALSE.
default: false
type: boolean
category: description: Resource category used for authorizations and resource type groupings
type: string
taskStatus: description: Short summary of the current execution/completion status
type: string
parentTaskUri: description: URI of the parent task. NULL if no parent exists
type: string
stateReason: description: Contains the reason for changing to current state of the task
type: string
type: description: Identifies the resource type. This field must be set to 'TaskResourceV2'.