This method allows to create new images.该方法允许创建新的图像。

    Images to create.要创建的图像

    Returns an object containing the IDs of the created images under the property. The order of the returned IDs matches the order of the passed images.返回一个包含“imageid”属性下创建的图像ID的对象。返回的ID的顺序与传递的图像的顺序相匹配。

    Create an image 创建图像

    Create a cloud icon.创建一个云图标。

    Response:

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

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