此方法允许创建新的主机宏。

    要创建的主机宏。

    返回包含“hostMacroids”属性下创建的主机宏的ID的对象。 返回的ID的顺序与传递的主机宏的顺序相匹配。

    Creating a host macro

    Creat a host macro “{$SNMP_COMMUNITY}” with the value “public” on host “10198”.

    Response:

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

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