This web service provides plan management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
WSDL location: /ServiceFacade/4.5/PlanWebService.asmx?WSDL
AddHostsAsIpAddressesToAccountPlan | Creates hosts for a specified IP addresses (if there are no hosts linked to the IP address) and then add the hosts to a plan of an account specified by accountId. |
AddHostToPlan | Adds host to a plan. |
CanAddAccount | Checks if the user specified in SOAP-header (see CredentialsSoapHeader) is allowed to create new accounts. |
CanAddHost | Checks if user specified in SOAP-header (see CredentialsSoapHeader) is allowed to create a new host |
CanAddSite | Checks the ability of a current user to create a new regular site (at web service by a user specified in CredentialsSoapHeader SOAP-header). |
CanAddSiteByUser | Checks if a specified user is allowed to create new regular site. |
CreatePlan | Creates a Plan. |
Delete | Removes a plan. |
DeleteHostsAsIpAddressesFromAccountPlan | Removes hosts specified by IP addresses from a plan of a specified account. |
FindPlans | Searches for a plan. |
GetAvailablePlans | Retrieves available plans for a specified or new user. |
GetCurrentPlan | Retrieves a plan assigned to the user specified in SOAP-header (see CredentialsSoapHeader). |
GetPlanById | Retrieves a plan specified by plan ID. |
GetPlanBySite | Retrieves a plan specified by site ID. |
SetActive | Activates/deactivates a plan. |
SetAnonymous | Associates anonymous plan with the user specified in SOAP-header (see CredentialsSoapHeader). |
UpdateLicense | Initiates check and update of the current license. |
UpdatePlan | Updates a plan. |
UpdatePlanPermissions | Updates a plan permissions. |