setInfo

Modifies ArkManager's overall information.

Request

<arkConfigInfo>
   <setInfo>
      <arkConfig>
         <basic/>
         <defaults jobStatus=" "/>
         <job jobStatus=" "/>
      </arkConfig>
   </setInfo>
</arkConfigInfo>

Reply

<arkConfigInfo>
   <setInfo>
</arkConfigInfo >
<result value=" ">
   <description/>
</result>

Elements

arkConfig

Specifies the archive configuration information to set.

basic

(Optional) Specifies to set all basic configuration information.

defaults

(Optional) Specifies how to change the configuration information. Whenever defaults is modified, all jobs are modified accordingly.

job

(Optional) Specifies the job information for each requested job.

result

Specifies an error value or zero (for no error).

description

Specifies a text description of the returned result.

Attributes

jobStatus

(Optional) Specifies how to change the configuration information:

  • add
  • modify
  • delete

The default value is add. To add configuration information, no job with the same name should exist. To modify and delete configuration information, a job with the same name should exist.