This method allows to create new scripts. 此方法允许创建一个新的脚本

    (object/array) Scripts to create.

    (object) Returns an object containing the IDs of the created scripts under the scriptids property. The order of the returned IDs matches the order of the passed scripts. (object)返回一个对象,该对象包含在属性下创建的脚本的id。返回的id的顺序与通过的脚本的顺序相匹配。

    Create a script 创建一个脚本

    Create a script that will reboot a server. The script will require write access to the host and will display a configuration message before running in the frontend. 创建一个重启一个server的脚本,这个脚本需要对该主机有写的权限,并且在脚本运行在界面之前会提示一个确认信息。

    Response:

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

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