3.1.4.10.2.1 GetDeployments
-
<s:element name="GetDeployments"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="cookie" type="s1:Cookie" /> <s:element minOccurs="0" maxOccurs="1" name="deploymentAnchor" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="syncAnchor" type="s:string" /> </s:sequence> </s:complexType> </s:element>
cookie: This field MUST be present and set to the Cookie returned by the GetCookie operation. The Cookie MUST NOT be expired.
deploymentAnchor: This identifies the point in time that the last GetDeployments operation was completed successfully. If this is the first time the GetDeployments operation is called, this field MUST NOT be present. For subsequent calls to GetDeployments, it MUST be set to the anchor returned in the last GetDeployments call.
syncAnchor: This field MUST be present. It MUST be set to the anchor returned in the last successful GetRevisionIdList operation response. It identifies the point in time that the last GetRevisionIdList operation was completed successfully.