List Wall Chart Settings

Service name: list_wallchart_settings

Base URL

https://{SERVER}/api/?apikey={yourAPIkey}&service=list_wallchart_settings

Description

Lists general Wall Chart settings for account, 0 (off) and 1 (on) for each.

Parameters

Optional parameters

Add optional parameters after the required parameters in the base URL.

https://{SERVER}/api/?apikey={yourAPIkey}&service=list_wallchart_settings&optional_parameters={parameter-value}
ParameterDescriptionTypeOptionsDefault
describeOptional. Returns a description of the entered call, the available parameters, an example of its output, and returned fields with descriptions.booleantrue0

Examples

List wall chart settings

https://{SERVER}/api/?apikey={yourAPIkey}&service=list_wallchart_settings

Example response

<?xml version="1.0"?>
<settings created="2024-08-30T14:30:50+01:00" host="SERVER">
  <WallChart>
    <servers>
      <show24x7problems>1</show24x7problems>
      <showdailysafetycheckproblems>1</showdailysafetycheckproblems>
      <showautomatedtaskproblems>1</showautomatedTaskproblems>
      <includeoverdueservers>1</includeoverdueservers>
      <includeofflineservers>1</includeofflineservers>
    </servers>
    <workstations>
      <show24x7problems>1</show24x7problems>
      <showdailysafetycheckproblems>1</showdailysafetycheckproblems>
      <showautomatedtaskproblems>1</showautomatedtaskproblems>
    </workstations>
  </WallChart>
</settings>

Returned fields

FieldTypeCan Be EmptyDescription
servers/show24x7problemsintegernoShow 24x7 Problems 0 (off) and 1 (on)
servers/showdailysafetycheckproblemsintegernoShow Daily Safety Check Problems 0 (off) and 1 (on)
servers/showautomatedtaskproblemsintegernoShow Automated Task Problems 0 (off) and 1 (on)
servers/includeoverdueserversintegernoInclude Overdue Servers 0 (off) and 1 (on)
servers/includeofflineserversintegernoInclude Offline Servers 0 (off) and 1 (on)
workstations/show24x7problemsintegernoShow 24x7 Problems 0 (off) and 1 (on)
workstations/showdailysafetycheckproblemsintegernoShow Daily Safety Check Problems 0 (off) and 1 (on)
workstations/showautomatedtaskproblemsintegernoShow Automated Task Problems 0 (off) and 1 (on)