Object_Types

Seitenverzeichnis: 



shd.object_types.read

Beschreibung

Gibt alle Objekt-Typen für die Berechtigung des angemeldeten Nutzers zurück.

Beispielaufruf

{
    "method": "shd.object_types",
    "params": {
        "apikey": "24174j3tqj",
        "countobjects": true,
        "order_by": "title",
        "sort": "asc",
        "language": "en"
    },
    "id": 1,
    "version": "2.0"
}

Beispielantwort

{
    "jsonrpc": "2.0",
    "result": [
        {
            "isys_obj_type__id": "2",
            "isys_obj_type__isys_obj_type_group__id": "1",
            "isys_obj_type__isysgui_cats__id": "20",
            "isys_obj_type__default_template": null,
            "isys_obj_type__title": "Anwendung",
            "isys_obj_type__description": "",
            "isys_obj_type__selfdefined": "0",
            "isys_obj_type__container": "0",
            "isys_obj_type__idoit_obj_type_number": "",
            "isys_obj_type__obj_img_name": "http://192.168.97.41/i-doit/images/objecttypes/application.jpg",
            "isys_obj_type__icon": "images/icons/silk/application_xp.png",
            "isys_obj_type__const": "C__OBJTYPE__APPLICATION",
            "isys_obj_type__sort": "1010",
            "isys_obj_type__property": "0",
            "isys_obj_type__status": "2",
            "isys_obj_type__show_in_tree": "1",
            "isys_obj_type__show_in_rack": "0",
            "isys_obj_type__overview": "1",
            "isys_obj_type__color": "E4B9D7",
            "isys_obj_type__class_name": "isys_cmdb_dao_list_objects_application",
            "isys_obj_type__sysid_prefix": "APP_",
            "isys_obj_type__relation_master": "0",
            "isys_obj_type__isys_jdisc_profile__id": null,
            "isys_obj_type__use_template_title": "0",
            "isys_obj_type_group__id": "1",
            "isys_obj_type_group__title": "Software",
            "isys_obj_type_group__description": null,
            "isys_obj_type_group__const": "C__OBJTYPE_GROUP__SOFTWARE",
            "isys_obj_type_group__sort": "4",
            "isys_obj_type_group__property": "1",
            "isys_obj_type_group__status": "2",
            "objectcount": 17
        },
        {
            "isys_obj_type__id": "71",
            "isys_obj_type__isys_obj_type_group__id": "2",
            "isys_obj_type__isysgui_cats__id": null,
            "isys_obj_type__default_template": null,
            "isys_obj_type__title": "Arbeitsplatz",
            "isys_obj_type__description": null,
            "isys_obj_type__selfdefined": "0",
            "isys_obj_type__container": "0",
            "isys_obj_type__idoit_obj_type_number": null,
            "isys_obj_type__obj_img_name": "http://192.168.97.41/i-doit/images/objecttypes/client.png",
            "isys_obj_type__icon": "images/icons/silk/drive_user.png",
            "isys_obj_type__const": "C__OBJTYPE__WORKSTATION",
            "isys_obj_type__sort": "35",
            "isys_obj_type__property": "0",
            "isys_obj_type__status": "2",
            "isys_obj_type__show_in_tree": "1",
            "isys_obj_type__show_in_rack": "0",
            "isys_obj_type__overview": "0",
            "isys_obj_type__color": "FFFFFF",
            "isys_obj_type__class_name": "isys_cmdb_dao_list_objects",
            "isys_obj_type__sysid_prefix": null,
            "isys_obj_type__relation_master": "0",
            "isys_obj_type__isys_jdisc_profile__id": null,
            "isys_obj_type__use_template_title": "0",
            "isys_obj_type_group__id": "2",
            "isys_obj_type_group__title": "Infrastruktur",
            "isys_obj_type_group__description": null,
            "isys_obj_type_group__const": "C__OBJTYPE_GROUP__INFRASTRUCTURE",
            "isys_obj_type_group__sort": "7",
            "isys_obj_type_group__property": "1",
            "isys_obj_type_group__status": "2",
            "objectcount": 23
        },
    [...]
    ],
    "id": 1
}

Parameter

Keine

Rückgabewert

WertTypBeschreibungVersion
-arrayEin Array von Objekt-Typenab Version 1.0



shd.object_types.mountable

Beschreibung

Gibt alle Objekt-Typen zurück die einbaubar sind.

Beispielaufruf

{
    "method": "shd.object_types.mountable",
    "params": {
        "apikey": "24174j3tqj",
        "language": "en"
    },
    "id": 1,
    "version": "2.0"
}

Beispielantwort

{
    "jsonrpc": "2.0",
    "result": {
        "5": {
            "isys_obj_type__id": "5",
            "isys_obj_type__isys_obj_type_group__id": "1003",
            "isys_obj_type__isysgui_cats__id": null,
            "isys_obj_type__default_template": null,
            "isys_obj_type__title": "LC__CMDB__OBJTYPE__SERVER",
            "isys_obj_type__description": "",
            "isys_obj_type__selfdefined": "0",
            "isys_obj_type__container": "0",
            "isys_obj_type__idoit_obj_type_number": "",
            "isys_obj_type__obj_img_name": "server.png",
            "isys_obj_type__icon": "images/icons/silk/server.png",
            "isys_obj_type__const": "C__OBJTYPE__SERVER",
            "isys_obj_type__sort": "40",
            "isys_obj_type__property": "0",
            "isys_obj_type__status": "2",
            "isys_obj_type__show_in_tree": "1",
            "isys_obj_type__show_in_rack": "1",
            "isys_obj_type__overview": "1",
            "isys_obj_type__color": "A2BCFA",
            "isys_obj_type__class_name": "isys_cmdb_dao_list_objects",
            "isys_obj_type__sysid_prefix": "SRV_",
            "isys_obj_type__relation_master": "0",
            "isys_obj_type__isys_jdisc_profile__id": null,
            "isys_obj_type__use_template_title": "0"
        },
        "6": {
            "isys_obj_type__id": "6",
            "isys_obj_type__isys_obj_type_group__id": "1003",
            "isys_obj_type__isysgui_cats__id": "5",
            "isys_obj_type__default_template": null,
            "isys_obj_type__title": "LC__CMDB__OBJTYPE__SWITCH",
            "isys_obj_type__description": "",
            "isys_obj_type__selfdefined": "0",
            "isys_obj_type__container": "0",
            "isys_obj_type__idoit_obj_type_number": "",
            "isys_obj_type__obj_img_name": "switch.png",
            "isys_obj_type__icon": "images/icons/silk/drive_network.png",
            "isys_obj_type__const": "C__OBJTYPE__SWITCH",
            "isys_obj_type__sort": "50",
            "isys_obj_type__property": "0",
            "isys_obj_type__status": "2",
            "isys_obj_type__show_in_tree": "1",
            "isys_obj_type__show_in_rack": "1",
            "isys_obj_type__overview": "1",
            "isys_obj_type__color": "B8BED1",
            "isys_obj_type__class_name": "isys_cmdb_dao_list_objects",
            "isys_obj_type__sysid_prefix": "SW_",
            "isys_obj_type__relation_master": "0",
            "isys_obj_type__isys_jdisc_profile__id": null,
            "isys_obj_type__use_template_title": "0"
        },
       [...]
      },
    "id": 1
}

Parameter

Keine

Rückgabewert

WertTypBeschreibungVersion
-arrayEin Array von Objekt-Typenab Version 1.0



shd.object_types.connectable

Beschreibung

Gibt alle Objekt-Typen zurück die verbunden werden können.

Beispielaufruf

{
    "method": "shd.object_types.connectable",
    "params": {
        "apikey": "24174j3tqj",
        "language": "en"
    },
    "id": 1,
    "version": "2.0"
}

Beispielantwort

 

Parameter

Keine

Rückgabewert

WertTypBeschreibungVersion
-arrayEin Array von Objekt-Typenab Version 1.2

(c) 2024 SHD System-Haus-Dresden GmbH | Impressum https://www.shd-online.de/impressum/