Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Seitenverzeichnis: 

...

shd.properties.read

Beschreibung

Auslesen eines Arrays von Property-Objekten.

Beispielaufruf

Codeblock
languagebash
themeRDark
{
    "method": "shd.properties.read",
    "params": {
        "apikey": "24174j3tqj",
        "language": "en"
    },
    "id": 1,
    "version": "2.0"
}          

...

Codeblock
languagebash
themeRDark
{
    "jsonrpc": "2.0",
    "result": [
        {
            "id": "1509",
            "catg": null,
            "cats": null,
            "catg_custom": "1",
            "const": "C__CATG__CUSTOM_FIELDS_CHROMECAST",
            "type": "1",
            "title": "Name",
            "key": "f_text_c_1484745023952",
            "multi": "0",
            "class": "isys_cmdb_dao_category_g_custom_fields",
            "table": "isys_catg_custom_fields_list",
            "provides": "127"
        },
        {
            "id": "1510",
            "catg": null,
            "cats": null,
            "catg_custom": "1",
            "const": "C__CATG__CUSTOM_FIELDS_CHROMECAST",
            "type": "1",
            "title": "Port",
            "key": "f_text_c_1484745113110",
            "multi": "0",
            "class": "isys_cmdb_dao_category_g_custom_fields",
            "table": "isys_catg_custom_fields_list",
            "provides": "127"
        }
     [...]
    ],
    "id": 1
}

Parameter

ParameterTypBeschreibungVersion
withDialog
withoutDialog
bool

fügt

die

keine Dialog Optionen zu

jeder

den einzelnen

Property

Properties hinzu.

Folgende Optionen sind möglich:

  • 0: Es werden Dialog-Optionen hinzugefügt (Standard)
  • 1: Es werden keine Dialog-Optionen hinzugefügt
ab Version 1.4
withInfo
boolfügt alle Informationen zu jeder einzelnen Property hinzu. (Abfrage dauert dann extrem lange)ab Version 1.4
statusint

gibt nur Dialog Optionen mit diesem Status aus. Standardwert: 2 (Normal)

Folgende Optionen sind möglich:

  • 2: Normal
  • 3: Archiviert
  • 4: Gelöscht
ab Version 1.5

Rückgabewert

WertTypBeschreibungVersion
NULLarrayArray von Property-Objektenab Version 1.0

...