HP OneView REST API Reference
tasks
tasks.html[10/17/2013 10:35:11 AM]
type: description: Identifies the resource type. This field must be set to
'TaskResourcePaginatedCollectionV2'.
type: string
TaskTreeV2
type: object
Properties
resource: TaskResourceV2
children: description: Child TaskResourceV2 while populating the tree
Items
taskOutput: description: Output resulting from the running of the task
type: array
completedSteps: description: Number of steps currently completed by the task
type: integer
uri: description: The canonical URI of the resource
type: string
taskErrors: description: Error messages associated with the task
type: array
Items
errorSource: description: A reference to the resource or
attribute that applies to an
error
type: string
recommendedActions: description: A description of what can be
done to rectify the problem
type: array
nestedError: description: An array of task errors used
when there are multiple errors
type: object
errorCode: description: A string code which uniquely
identifies the specific error
allowing clients to switch on
specific errors without having
to parse the error message
type: string
details: description: Optional verbose description
of the error with additional