Listing all registered tasks

Format

MethodGET
URL

/tasks

Request contentsEmpty
Successful answerArray dictionary for every Task type
Non-successful answerErrorMessage Object
Unexpected errorHTTP 500

JSON example

 

{
    "volume_delete": [],
    "host_delete": [],
    "image_release": [],
    "dpolicy_delete": [],
    "dpolicy_create": [],
    "volume_create": [],
    "dstorage_create": [],
    "dstorage_modify": [],
    "guest_import": [],
    "pool_create": [],
    "tpolicy_create": [],
    "image_delete": [],
    "mstorage_create": [],
    "tpolicy_modify": [],
    "release_disk": [],
    "guest_copy": [],
    "mstorage_modify": [],
    "tpolicy_action": [],
    "guest_clone": [],
    "pool_modify": [],
    "guest_export": [],
    "tpolicy_delete": [],
    "pool_delete": [],
    "pool_action": [],
    "istorage_create": [],
    "guest_change_iso": [],
    "istorage_delete": [],
    "evolume_delete": [],
    "mstorage_delete": [],
    "guest_action": [],
    "istorage_modify": [],
    "guest_migrate": [],
    "host_modify": [],
    "guest_delete": [],
    "host_action": [],
    "guest_insert_tools": [],
    "guest_create": [],
    "guest_modify": [],
    "dpolicy_modify": [],
    "dstorage_delete": [],
    "image_create": [],
    "evolume_create": [],
    "image_copy": []
}