This method allows to create new template screens. 此方法允许创建新的聚合图形模板。

    Parameters 参数

    (object/array) Template screens to create. (object/array)要创建的聚合图形模板。

    (object) Returns an object containing the IDs of the created template screens under the screenids property. The order of the returned IDs matches the order of the passed template screens. 返回一个对象,该对象包含在screenids属性中已创建聚合图形模板ID,返回ID的顺序与传递聚合图形模板的顺序相匹配。

    Examples 范例

    Create a template screen 创建聚合图形模板

    Create a template screen named “Graphs” with 2 rows and 3 columns and add a graph to the upper-left cell. 创建一个2行3列名为“Graphs”的聚合图形模板,并添加一个图形到左上角的格子内。

    Response 响应:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. ]
    5. },
    6. "id": 1

    Source 源码

    CTemplateScreen::create() in frontends/php/include/classes/api/services/CTemplateScreen.php. CTemplateScreen::create()方法可在frontends/php/include/classes/api/services/CTemplateScreen.php中参考。