ASTRO轻应用 ASTROZERO-获取脚本签名信息:响应示例

时间:2024-07-01 09:06:43

响应示例

{
    "resCode": "0",
    "resMsg": "成功",
    "result": {
        "description": "",
        "input": "ActionInput",
        "inputs": [
            {
                "description": "",
                "isCollection": false,
                "label": "equipment",
                "lengthInCharacter": false,…
            }
        ],
        "label": "",
        "methodName": "editEquipment",
        "methodObject": "EditEquipment",
        "output": "ActionOutput",
        "outputs": [
            {
                "description": "",
                "isCollection": false,
                "label": "",
                "lengthInCharacter": false,…
            }
        ],
        "script": "命名空间__editEquipment",
        "types": {
            "ActionInput": [
                {
                    "description": "",
                    "isCollection": false,
                    "label": "equipment",
                    "lengthInCharacter": false,…
                }
            ],
            "ActionOutput": [
                {
                    "description": "",
                    "isCollection": false,
                    "label": "",
                    "lengthInCharacter": false,…
                }
            ]
        }
    }
}
support.huaweicloud.com/api-astrozero/astrozero_api_0065.html