获取引擎配置详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
pairec:GetEngineConfig |
get |
*全部资源
|
无 | 无 |
请求语法
GET /api/v1/engineconfigs/{EngineConfigId} HTTP/1.1
路径参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| EngineConfigId |
string |
否 |
引擎配置 ID。 |
9 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
否 |
实例 ID,可通过接口 ListInstances 获取。 |
pairec-cn-***test |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID。 |
59CE7EC6-F268-5D71-9215-32922CC50D72 |
| Name |
string |
引擎配置名称。 |
engine_config_v1 |
| Type |
string |
引擎配置单类型。 |
Normal |
| ConfigValue |
string |
引擎配置的内容。 |
{} |
| Environment |
string |
运行环境。
|
Pre |
| Status |
string |
Released 状态。
|
Released |
| GmtCreateTime |
string |
创建时间。 |
2024-01-03T02:28:00.000Z |
| GmtModifiedTime |
string |
更新时间。 |
2024-08-27T12:00:00Z |
| GmtReleasedTime |
string |
发布时间。 |
2024-01-03 02:28:00 |
| Description |
string |
描述。 |
this is a test config |
示例
正常返回示例
JSON格式
{
"RequestId": "59CE7EC6-F268-5D71-9215-32922CC50D72",
"Name": "engine_config_v1",
"Type": "Normal",
"ConfigValue": "{}",
"Environment": "Pre",
"Status": "Released",
"GmtCreateTime": "2024-01-03T02:28:00.000Z",
"GmtModifiedTime": "2024-08-27T12:00:00Z",
"GmtReleasedTime": "2024-01-03 02:28:00",
"Description": "this is a test config"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。