Copyright © 2010, Juniper Networks, Inc.
</xs:element>
<xs:element name="GetDeltaConfigResponse">
<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="GetJobStatusRequest">
<xs:annotation>
<xs:documentation>Retrieves the status of the running jobs. If no job name
is specified, return all the running jobs
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="core:SimpleRequestType">
<xs:sequence>
<xs:element name="domainId" type="xs:unsignedInt"/>
<xs:element name="jobName" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="GetJobStatusResponse">
<xs:complexType>
<xs:complexContent>
<xs:extension base="core:SimpleResponseType">
<xs:sequence>
<xs:element name="jobStatus" type="impl:JobResponseType"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="GetJobResultRequest">
<xs:annotation>
<xs:documentation>Retrieves the status of the completed jobs. If no job name
is specified, return all the completed jobs
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="core:SimpleRequestType">
<xs:sequence>
<xs:element name="domainId" type="xs:unsignedInt"/>
<xs:element name="jobName" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="GetJobResultResponse">
<xs:complexType>
<xs:complexContent>
Chapter 14: Job Service API WSDL
125
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