SoftLayer Software Component HostIps

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Software_Component_HostIps service. For information on the SoftLayer_Software_Component_HostIps data type please see SoftLayer_Software_Component_HostIps (type).

Contents

Overview

This service specifies a specific type of Software Component: A Host Intrusion Protection System instance.

Endpoints

SOAP WSDL http://api.service.softlayer.com/soap/v3/SoftLayer_Software_Component_HostIps?wsdl
XML-RPC http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Software_Component_HostIps

Methods

getAverageInstallationDuration

Retrieve the average amount of time that a software component takes to install.

  • returns
unsigned long
  • parameters
None



getBillingItem

Retrieve the billing item for a software component.

  • returns
SoftLayer_Billing_Item
  • parameters
None



getCurrentHostIpsPolicies

Get the current Host IPS policies.

  • returns
SoftLayer_Container_Software_Component_HostIps_PolicyArray
  • parameters
None



getHardware

Retrieve the hardware this Software Component is installed upon.

  • returns
SoftLayer_Hardware
  • parameters
None



getObject

Retrieve a SoftLayer_Software_Component_HostIps record.

  • returns
SoftLayer_Software_Component
  • parameters
None



getPasswordHistory

Retrieve history Records for Software Passwords.

  • returns
SoftLayer_Software_Component_Password_HistoryArray
  • parameters
None



getPasswords

Retrieve username/Password pairs used for access to this Software Installation.

  • returns
SoftLayer_Software_Component_PasswordArray
  • parameters
None



getSoftwareLicense

Retrieve the License this Software Component uses.

  • returns
SoftLayer_Software_License
  • parameters
None



updateHipsPolicies

Update the Host IPS policies.

  • returns
boolean
  • parameters
string newIpsMode
string newIpsProtection
string newFirewallMode
string newFirewallRuleset
string newApplicationMode
string newApplicationRuleset
Personal tools