更新时间:2022-04-25 GMT+08:00
获取规格列表
功能介绍
该接口用于获取节点规格列表。
响应消息
响应参数请参见表2。
示例
- 成功响应示例
{ "is_success": true, "specifications": [ { "id": "b2bdd588-996a-4021-83a3-15f8bcafc814", "display_zh": "2核|8GiB", "display_en": "2core|8GB", "specification": "c2.m8.g0" } ] }
- 失败响应示例
{ "is_success": false, "error_code": "res.2301", "error_msg": "Failed to resolve the token from the request." }
状态码
状态码请参见状态码。
父主题: 在线服务API