Setting job notice expiration for all users
Use the DefaultSuccessNoticeExpiration and DefaultFailureNoticeExpiration elements of Volume to set the job notice expiration attribute for all users whose notice expiration is not set or is set to 0. You can set the expiration time for a success notice or a failure notice when you create or update a volume. Express the expiration time in minutes.
In the following example, the volume properties are updated to set the default success notices to expire in three days and default failure notices to never expire. These expiration rules apply to all users whose respective notice expiration is not set or is set to 0.
<SOAP-ENV:Body>
<Administrate>
<UpdateVolumeProperties>
<SetAttributes>
<DefaultSuccessNoticeExpiration>4320
</DefaultSuccessNoticeExpiration>
<DefaultFailureNoticeExpiration>0
</DefaultFailureNoticeExpiration>
</SetAttributes>
</UpdateVolumeProperties>
</Administrate>
</SOAP-ENV:Body>