Bulk Poll
This request returns the tasks that are specified in the body. Use this API for efficient task polling. Note: The specified tasks are filtered - which is not considered critical. The task execution continues as normal.
Optional site to retrieve the task from. Could be a remote site or the local one.
site1
Operation ID for correlating logs across multiple services
List of task UUIDs
[
"03275f31-92eb-49dc-b4cc-41d7ddc8f00f"
]
OK
{
"propertyNames": [
"workflowInfo.type"
],
"values": []
}
A list of property names.
A list of values.
The returned error codes include (but are not limited to): BadUserInput
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): NotAuthenticated, RemoteAuthenticationFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): SiteNotFound, TaskNotFound
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.