cis tasks: get spec

The get_spec structure describes what data should be included when retrieving information about a task. This structure was added in vSphere API 6.7.1.

Representation:

{
    "exclude_result"true,
    "return_all"true
}

Attributes:

Name Type Description
Optional
return_all boolean If true, all data, including operation-specific data, will be returned, otherwise only the data described in cis.task.info will be returned. This attribute was added in vSphere API 6.7.1.

Optional. If unset, only the data described in cis.task.info will be returned.

exclude_result boolean If true, the result will not be included in the task information, otherwise it will be included. This attribute was added in vSphere API 6.7.1.

Optional. If unset, the result of the operation will be included in the task information.