Network and Security Manager 2010.4 API Guide
122
jobName: the job name
scheduleTime: the time when the job is expected to run. If not specified, the job
shall run immediately
jobArgs: the list of the devices that the job is applied to
</xs:annotation>
<xs:sequence>
<xs:element name="jobName" type="xs:string" minOccurs="0"/>
<xs:element name="scheduleTime" type="xs:date" minOccurs="0"/>
<xs:element name="jobArgs" type="impl:JobArgsType"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="JobStatusType">
<xs:restriction base="xs:token">
<xs:enumeration value="STARTED"/>
<xs:enumeration value="STOPPED"/>
<xs:enumeration value="CANCELLED"/>
<xs:enumeration value="INPROGRESS"/>
<xs:enumeration value="QUEUED"/>
<xs:enumeration value="COMPLETEDWITHSUCCESS"/>
<xs:enumeration value="COMPLETEDWITHFAILURE"/>
<xs:enumeration value="ERROR"/>
<xs:enumeration value="DEVSVRDOWN"/>
<xs:enumeration value="DEVICE_LIMIT"/>
<xs:enumeration value="UNKNOWN"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="JobResponseType">
<xs:sequence>
<xs:element name="status" type="impl:JobStatusType"/>
<xs:element name="jobName" type="xs:string"/>
<xs:element name="explanation" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element name="UpdateDeviceRequest">
<xs:annotation>
<xs:documentation>Update the device configuration
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="core:SimpleRequestType">
<xs:sequence>
<xs:element name="jobRequest" type="impl:JobRequestType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="UpdateDeviceResponse">
<xs:complexType>
<xs:complexContent>
<xs:extension base="core:SimpleResponseType">
<xs:sequence>
<xs:element name="jobResponse" type="impl:JobResponseType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="ImportDeviceRequest">
</xs:documentation>
</xs:documentation>
Copyright © 2010, Juniper Networks, Inc.
Need help?
Do you have a question about the NETWORK AND SECURITY MANAGER 2010.4 - API GUIDE REV 1 and is the answer not in the manual?
Questions and answers