智能边缘平台 IEF-创建应用部署:响应消息

时间:2023-11-01 16:21:57

响应消息

响应参数

表5 响应Body参数

名称

参数类型

说明

deployment

表18 object

部署详细信息

响应示例

{    "deployment": {        "description": "This is a test deployment",        "created_at": "2019-07-10T07:12:44.020393",        "updated_at": null,        "visibility": null,        "instances": [            {                "restarts": 0,                "name": "test-hw",                "envs": [],                "liveness_probe": {                    "timeout_seconds": 10,                    "exec_command": "/bin/bash",                    "initial_delay_seconds": 10                },                "state": "PENDING_CREATE",                "group_name": null,                "configs": {                    "host_network": false,                    "restart_policy": "Always",                    "privileged": false,                    "ports": [                        {                            "host_port": 88,                            "container_port": 8888                        }                    ]                },                "reason": null,                "version": "1.0.0",                "image_url": "100.95.181.176:5300/op_svc_ief_container1/sample:latest",                "resources": {                    "requests": {                        "cpu": 0.25,                        "memory": 512.0                    },                    "limits": {                        "cpu": 1.0,                        "memory": 512.0                    }                },                "volumes": [],                "is_ready": null,                "readiness_probe": null,                "message": null,                "group_id": null,                "id": "f4f87339-fe33-483a-a838-6d5250a96fc5",                "node_id": "09dafd3e-63df-47a8-b7c6-119563fefa85"            }        ],        "project_id": "9ff38382ccc546ac9635800c3315a5e2",        "id": "8170e363-0232-44eb-b89c-dab6b6e915ff",        "name": "deployment-test"    }}
support.huaweicloud.com/api-ief/ief_02_0054.html