擷取帳號工廠基準詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
governance:GetAccountFactoryBaseline |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| BaselineId |
string |
否 |
基準 ID。 |
afb-bp1nf0enuzb89az***** |
| RegionId |
string |
否 |
地區 ID。 |
cn-hangzhou |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
基準配置。 |
||
| BaselineId |
string |
基準 ID。 |
afb-bp16ae2k8a3yo3d***** |
| BaselineItems |
array<object> |
基準項列表。 |
|
|
object |
基準項配置。 |
||
| Config |
string |
基準項的配置。 格式為 JSON 字串。 |
{\"Notifications\":[{\"GroupKey\":\"account_msg\",\"Contacts\":[{\"Name\":\"aa\"}],\"PmsgStatus\":1,\"EmailStatus\":1,\"SmsStatus\":1}]} |
| Name |
string |
基準項的名稱。 |
ACS-BP_ACCOUNT_FACTORY_VPC |
| Version |
string |
基準項的版本。 |
1.0 |
| BaselineName |
string |
基準名稱。 |
Default |
| CreateTime |
string |
建立時間。 |
2022-11-28T00:46:34Z |
| Description |
string |
基準描述。 |
預設基準 |
| RequestId |
string |
請求 ID。 |
60D54503-F1F6-51B6-B6FA-A70CBDA2A68C |
| Type |
string |
基準類型。取值:
|
Custom |
| UpdateTime |
string |
更新時間。 |
2022-11-02T01:00:07Z |
樣本
正常返回樣本
JSON格式
{
"BaselineId": "afb-bp16ae2k8a3yo3d*****",
"BaselineItems": [
{
"Config": "{\\\"Notifications\\\":[{\\\"GroupKey\\\":\\\"account_msg\\\",\\\"Contacts\\\":[{\\\"Name\\\":\\\"aa\\\"}],\\\"PmsgStatus\\\":1,\\\"EmailStatus\\\":1,\\\"SmsStatus\\\":1}]}",
"Name": "ACS-BP_ACCOUNT_FACTORY_VPC",
"Version": "1.0"
}
],
"BaselineName": "Default",
"CreateTime": "2022-11-28T00:46:34Z",
"Description": "預設基準",
"RequestId": "60D54503-F1F6-51B6-B6FA-A70CBDA2A68C",
"Type": "Custom",
"UpdateTime": "2022-11-02T01:00:07Z"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter %s is not valid. | 您的請求中存在參數缺失或者參數無效。 |
| 500 | InternalError | A system error occurred. | 系統錯誤。 |
| 404 | InvalidUser.NotFound | The specified user does not exist. | 使用者不存在。 |
| 404 | InvalidBaseline.NotFound | The specified baseline does not exist. | 指定的帳號基準不存在。 |
| 404 | InvalidEnterpriseRealName.NotFound | The specified account has not passed enterprise real name verification. Please complete the verification for the account first. | 當前帳號未進行企業實名認證,請您先完成企業實名認證。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。