AutoPatrol, Bureaucrats, Administrators
481
edits
Tomas Kirnak (talk | contribs) (Added description to the Methods table) |
m (Text replacement - "^" to "{{deprecated}}") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Represents NetXMS object (subnet, container, etc.) | {{deprecated}}Represents NetXMS object (subnet, container, etc.) | ||
Line 12: | Line 12: | ||
|- | |- | ||
! Name !! Type !! Description | ! Name !! Type !! Description | ||
|- | |||
| alarms|| array ([[NXSL:Alarm|Alarm]]) || Array of object's active alarms | |||
|- | |- | ||
| city|| string || Object location city string | | city|| string || Object location city string | ||
Line 28: | Line 30: | ||
|- | |- | ||
| ipAddr || string || Primary IP address | | ipAddr || string || Primary IP address | ||
|- | |||
| mapImage || string || GUID of map presentation image (00000000-0000-0000-0000-000000000000 for default) | |||
|- | |- | ||
| name || string || Object name | | name || string || Object name | ||
|- | |- | ||
| postcode|| string || Object location postcode string | | postcode|| string || Object location postcode string | ||
|- | |||
| responsibleUsers|| array ([[NXSL:UserDBObject|UserDBObject]]) || Array of object's responsible users | |||
|- | |- | ||
| status || int32 || Object status (see possible values in table below) | | status || int32 || Object status (see possible values in table below) | ||
Line 47: | Line 53: | ||
! Name !! Parameters !! Return value !! Description | ! Name !! Parameters !! Return value !! Description | ||
|- | |- | ||
| [[NXSL:NetObj:clearGeoLocation|clearGeoLocation]] || none || none || Clears GeoLocation data from the | | [[NXSL:NetObj:clearGeoLocation|clearGeoLocation]] || none || none || Clears GeoLocation data from the object | ||
|- | |||
| [[NXSL:NetObj:setComments|setComments]] || string || none || Sets object's comments | |||
|- | |||
| [[NXSL:NetObj:setGeoLocation|setGeoLocation]] || Object of [[NXSL:GeoLocation|GeoLocation]] class || none || Sets GeoLocation data for the object | |||
|- | |||
| [[NXSL:NetObj:setMapImage|setMapImage]] || string || int32 || Sets map presentation image for the object | |||
|- | |||
| [[NXSL:NetObj:setStatusCalculation|setStatusCalculation]] || vary || none || Sets objects's status calculation method | |||
|- | |- | ||
| [[NXSL:NetObj: | | [[NXSL:NetObj:setStatusPropagation|setStatusPropagation]] || vary || none || Sets object's status propagation method | ||
|} | |} | ||