| getsystembackupResult Structure Definition |
The getsystembackupResult structure defines the return type for getsystembackup API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
systembackupList |
List of systembackups |
| systembackup Structure Definition |
The systembackup structure defines the actual return type values for getsystembackup API. |
Syntax |
Members |
filename |
Name of the backup file(*. |
level |
Level of data to be backed up. |
includekernel |
Use this option to add kernel in the backup file |
comment |
Comment specified at the time of creation of the backup file(*.tgz). |
size |
Size of the backup file(*.tgz) in KB. |
uselocaltimezone |
This option will create backup file with local timezone timestamp |
creationtime |
Creation time of the backup file(*.tgz). |
version |
Build version of the backup file(*.tgz). |
createdby |
Name of user who created the backup file(*.tgz). |
ipaddress |
Ip of Citrix ADC box where the backup file(*.tgz) was created. |
_nextgenapiresource |
See Also |