此方法允许更新现有的主机宏。

    Description

    object usermacro.update(object/array **hostMacros**)

    This method allows to update existing host macros.

    参数

    (object/array) 要更新的。

    (object/array) Host macro properties to be updated.

    The hostmacroid property must be defined for each host macro, all other properties are optional. Only the passed properties will be updated, all others will remain unchanged.

    返回值

    返回包含hostMacroids属性下更新的主机宏的ID的对象。

    Return values

    (object) Returns an object containing the IDs of the updated host macros under the hostmacroids property.

    Examples

    更改主机宏的值

    Changing the value of a host macro

    Change the value of a host macro to “public”.

    Request:

    Response:

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

    来源

    CUserMacro::update() in frontends/php/include/classes/api/services/CUserMacro.php.