...
The Add Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Disk Limit (text box editor type) (type: string): specify the amount of disk space that is reserved for the target. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is to be unlimited. Default is unlimited.
- File Limit (text box editor type) (type: string): specify the number of files that the target can have. Set the value to "-" if the limit is to be unlimited. Default is unlimited.
- QTree (text box editor type) (type: string): specify the qtree name that the quota resides on. For user or group rules, it can be the qtree name or "\" if no qtree. For tree type rules, this field must be "\".
- Quota Target (text box editor type) (type: string): the quota target of the type specified. The target can be of the form: <name>, <number> or <path name>. Multiple targets can be specified by a comma-separated list. Path should be entered in a format that starts with the following "/vol/<volume name>/". For explicit tree rules, the qtree should be specified as "/vol/<volume name>/<qtree name>".
- Quota Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
- Server Name (text box editor type) (type: string): the name of the server.
- Soft Disk Limit (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Soft File Limit (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Threshold (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus Status (type: string): outputs the status of the API Statusoperation.
- Error Number (type: stringInt32): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
...
Delete Entry
This activity deletes a quota entry by type, target, volume and tree.
Activity Parameters
The Delete Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- QTree (text box editor type) (type: string): specify the qtree name that the quota resides on. For user or group rules, it can be the qtree name or "\" if no qtree. For tree type rules, this field must be "\".
- Quota Target (text box editor type) (type: string): the quota target of the type specified. The target can be of the form: <name>, <number> or <path name>. Multiple targets can be specified by a comma-separated list. Path should be entered in a format that starts with the following "/vol/<volume name>/". For explicit tree rules, the qtree should be specified as "/vol/<volume name>/<qtree name>".
- Quota Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus Status (type: string): outputs the API Statusstatus of the operation.
- Error Number (type: stringInt32): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
...
Get Entries List
This activity gets a list of quota entries specified by tree, target, volume and type.
Activity Parameters
The Get Entries List activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- QTree (text box editor type) (type: string): specify the qtree name that the quota resides on. For user or group rules, it can be the qtree name or "\" if no qtree. For tree type rules, this field must be "\".
- Quota Target (text box editor type) (type: string): the quota target of the type specified. The target can be of the form: <name>, <number> or <path name>. Multiple targets can be specified by a comma-separated list. Path should be entered in a format that starts with the following "/vol/<volume name>/". For explicit tree rules, the qtree should be specified as "/vol/<volume name>/<qtree name>".
- Quota Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
APIStatus- Error Number (type: Int32): outputs the error number.
- Failure Reason (type: string): outputs the API Statusfailure reason.
- Entries Status (type: collection<string>string): outputs a list of entries. Error Number the status of the operation.
- Targets (type: stringlist<string>): outputs the error numberquota targets list.Failure Reason
- Volumes (type: stringlist<string>): outputs the failure reasonquota volumes list.
Execution:
Get Entry
This activity gets a quota entry by type, target, volume and tree.
Activity Parameters
The Get Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- QTree (text box editor type) (type: string): specify the qtree name that the quota resides on. For user or group rules, it can be the qtree name or "\" if no qtree. For tree type rules, this field must be "\".
- Quota Target (text box editor type) (type: string): the quota target of the type specified. The target can be of the form: <name>, <number> or <path name>. Multiple targets can be specified by a comma-separated list. Path should be entered in a format that starts with the following "/vol/<volume name>/". For explicit tree rules, the qtree should be specified as "/vol/<volume name>/<qtree name>".
- Quota Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus Status (type: string): outputs the API Status.Entries (type: collection<string>): outputs a list of entries. status of the operation.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
Modify Entry
This activity modifys a quota entry. If the type, target, volume and tree exist, the entry is modified. If the type, target, volume and tree do not exist, then an error is returned.
Activity Parameters
The Modify Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Disk Limit (text box editor type) (type: string): specify the amount of disk space that is reserved for the target. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is to be unlimited. Default is unlimited.
- File Limit (text box editor type) (type: string): specify the number of files that the target can have. Set the value to "-" if the limit is to be unlimited. Default is unlimited.
- Perform User Mapping (text box editor type) (type: string): if set to True, quota management will perform user mapping for the user specified in quota-target. Only valid for user quotas when the quota-tfarget reffers to a Windows/Unix user name. Not valid for multiple user targets. Default is the current value.
- QTree (text box editor type) (type: string): specify the qtree name that the quota resides on. For user or group rules, it can be the qtree name or "\" if no qtree. For tree type rules, this field must be "\".
- Quota Target (text box editor type) (type: string): the quota target of the type specified. The target can be of the form: <name>, <number> or <path name>. Multiple targets can be specified by a comma-separated list. Path should be entered in a format that starts with the following "/vol/<volume name>/". For explicit tree rules, the qtree should be specified as "/vol/<volume name>/<qtree name>".
- Quota Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
- Server Name (text box editor type) (type: string): the name of the server.
- Soft Disk Limit (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Soft File Limit (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Threshold (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus Status (type: string): outputs the API Statusstatus of the operation.
- Error Number (type: stringInt32): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
OffDisable Volume
This activity disables quota for a specified volume.
Activity Parameters
The Off Volume Disable Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus Status (type: string): outputs the API Statusstatus of the operation.
- Error Number (type: stringInt32): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
Resize Volume
This activity resizes quota for a specified volume.
Activity Parameters
The Resize Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus Status (type: string): outputs the API Statusstatus of the operation.
- Error Number (type: stringInt32): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution:
Status Volume
This activity returns the quota status for a specified volume.
Activity Parameters
The Status Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus Status (type: string): outputs the API Statusstatus of the operation.
- Error Number (type: stringInt32): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.