SoftLayer Network Monitor Version1 Query Type

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The MonitorType type stores a name, long description, and default arguments for the monitor types. The only use for this object is in reference. The user chooses a monitoring type that would be appropriate for their server, and sets the id of the Query_Type to SoftLayer_Network_Monitor_Version1_Query_Host->queryTypeId

The user can retrieve all available Query Types with the getAllObjects method on this service.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

argumentDescription

The type of parameter sent to the monitoring command.

  • Type: string



description

Long description of the monitoring type.

  • Type: string



id

The unique identifier for this object

  • Type: integer



monitorLevel

The level of this monitoring type. The level the customer has access to is determined by values in SoftLayer_Network_Monitor_Version1_Query_Host_Stratum

  • Type: integer
  • Length: 4 digits



name

Short name of the monitoring type

  • Type: string
  • Length: 50 characters

Associated Methods

Personal tools