3.1.4.17.3.1 ExecuteSPGetDeploymentsByUpdate3RequestBody

Specifies criteria for the deployments.

  
 <xsd:complexType name="ExecuteSPGetDeploymentsByUpdate3">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="id" nillable="true" type="tns:UpdateRevisionId"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="targetGroupId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="deploymentAction" type="xsd:int"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="fromDeploymentDate" type="xsd:dateTime"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="toDeploymentDate" type="xsd:dateTime"/>
   </xsd:sequence>
 </xsd:complexType>

deploymentAction: This field MUST be present. It contains the type of deployment to be returned. The specified value SHOULD follow those defined in section 2.2.5.3. In addition, the value 2147483647 can be specified to indicate that deployments of any type can be retrieved.

fromDeploymentDate: This field MUST be present. It defines the beginning of a time range to retrieve only those deployments that were create on that date or later. The time MUST be specified in UTC. The format of the string is defined in [ISO/IEC9075-2:2008].

id: This field MUST be present. It specifies the revision of the update for which associated deployments will be returned, if any. The format of this field is defined in section 2.2.4.15.

targetGroupId: This field MUST be present. It contains the GUID of a computer group at which the deployment is targeted.

toDeploymentDate: This field MUST be present. It defines the end of a time range to retrieve only those deployments that were created on that date or before. The time MUST be specified in UTC. The format of the string is defined in [ISO/IEC9075-2:2008].