更新时间:2023.05.09 14:31:48
调用GetServiceList接口获取服务列表。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 |
| 请求名称。 |
Version | String | 是 |
| 请求版本。 |
ServiceName : apmplus_openapi Region : cn-beijing Content-Type : application/json
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
error_msg | string | - | 错误信息,成功为空。 |
error_no | i32 |
| 错误码,成功为0。 |
data | object of data | - | 服务列表,key为服务唯一key。 |
POST https://open.volcengineapi.com/?Action=GetServiceList&Version=2022-10-12 {}
{ "error_msg": "", "data": {}, "error_no": 0 }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "GetServiceList", "Version": "2022-10-12", "Service": "***", "Region": "cn-north-1", "Error": { "Code": "200000", "Message": "参数异常" } } }