View Source XenAPI.HostCrashdump (XenAPI v0.3.0)
Represents a host crash dump
Link to this section Summary
Functions
Add the given key-value pair to the other_config field of the given host_crashdump.
Add the given key-value pair to the other_config field of the given host_crashdump. (Raise error on XMLRPC failure)
Destroy specified host crash dump, removing it from the disk.
Destroy specified host crash dump, removing it from the disk. (Raise error on XMLRPC failure)
Return a list of all the host_crashdumps known to the system.
Return a list of all the host_crashdumps known to the system. (Raise error on XMLRPC failure)
Return a map of host_crashdump references to host_crashdump records for all host_crashdumps known to the system.
Return a map of host_crashdump references to host_crashdump records for all host_crashdumps known to the system. (Raise error on XMLRPC failure)
Get a reference to the host_crashdump instance with the specified UUID.
Get a reference to the host_crashdump instance with the specified UUID. (Raise error on XMLRPC failure)
Get the host field of the given host_crashdump.
Get the host field of the given host_crashdump. (Raise error on XMLRPC failure)
Get the other_config field of the given host_crashdump.
Get the other_config field of the given host_crashdump. (Raise error on XMLRPC failure)
Get a record containing the current state of the given host_crashdump. Returns XenAPI.HostCrashdump
struct.
Get a record containing the current state of the given host_crashdump. Returns XenAPI.HostCrashdump
struct. (Raise error on XMLRPC failure)
Get the size field of the given host_crashdump.
Get the size field of the given host_crashdump. (Raise error on XMLRPC failure)
Get the timestamp field of the given host_crashdump.
Get the timestamp field of the given host_crashdump. (Raise error on XMLRPC failure)
Get the uuid field of the given host_crashdump.
Get the uuid field of the given host_crashdump. (Raise error on XMLRPC failure)
Remove the given key and its corresponding value from the other_config field of the given host_crashdump. If the key is not in that Map, then do nothing.
Remove the given key and its corresponding value from the other_config field of the given host_crashdump. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)
Set the other_config field of the given host_crashdump.
Set the other_config field of the given host_crashdump. (Raise error on XMLRPC failure)
Upload the specified host crash dump to a specified URL
Upload the specified host crash dump to a specified URL (Raise error on XMLRPC failure)
Link to this section Functions
Add the given key-value pair to the other_config field of the given host_crashdump.
Add the given key-value pair to the other_config field of the given host_crashdump. (Raise error on XMLRPC failure)
Destroy specified host crash dump, removing it from the disk.
Destroy specified host crash dump, removing it from the disk. (Raise error on XMLRPC failure)
Return a list of all the host_crashdumps known to the system.
Return a list of all the host_crashdumps known to the system. (Raise error on XMLRPC failure)
Return a map of host_crashdump references to host_crashdump records for all host_crashdumps known to the system.
Return a map of host_crashdump references to host_crashdump records for all host_crashdumps known to the system. (Raise error on XMLRPC failure)
Get a reference to the host_crashdump instance with the specified UUID.
Get a reference to the host_crashdump instance with the specified UUID. (Raise error on XMLRPC failure)
Get the host field of the given host_crashdump.
Get the host field of the given host_crashdump. (Raise error on XMLRPC failure)
Get the other_config field of the given host_crashdump.
Get the other_config field of the given host_crashdump. (Raise error on XMLRPC failure)
Get a record containing the current state of the given host_crashdump. Returns XenAPI.HostCrashdump
struct.
Get a record containing the current state of the given host_crashdump. Returns XenAPI.HostCrashdump
struct. (Raise error on XMLRPC failure)
Get the size field of the given host_crashdump.
Get the size field of the given host_crashdump. (Raise error on XMLRPC failure)
Get the timestamp field of the given host_crashdump.
Get the timestamp field of the given host_crashdump. (Raise error on XMLRPC failure)
Get the uuid field of the given host_crashdump.
Get the uuid field of the given host_crashdump. (Raise error on XMLRPC failure)
Remove the given key and its corresponding value from the other_config field of the given host_crashdump. If the key is not in that Map, then do nothing.
Remove the given key and its corresponding value from the other_config field of the given host_crashdump. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)
Set the other_config field of the given host_crashdump.
Set the other_config field of the given host_crashdump. (Raise error on XMLRPC failure)
Upload the specified host crash dump to a specified URL
Upload the specified host crash dump to a specified URL (Raise error on XMLRPC failure)