Subscription Statuses and Associated Plans

The get operation applied to subscriptions returns their lock and sync statuses if the operation packet contains the subscriptions node. In addition, such requests will return plans and add-ons associated with each subscription. The subscriptions node that stores all these details is specified by complex type SubscriptionsList (plesk_domain.xsd). This type is structured as follows:

webspace-subscriptions-list.gif

The following snippet illustrates how this structure appears in packets:


          <subscriptions>
            <subscription>
              <locked>false</locked>
              <synchronized>true</synchronized>
              <plan>
                <plan-guid>b9808ead-875a-c30f-d9bf-eb03ad12c89c</plan-guid>
              </plan>
              <plan>
                <plan-guid>f42428e7-9078-5ed8-50de-fd5ecfb5ecc6</plan-guid>
              </plan>
            </subscription>
          </subscriptions>