アカウントファクトリーのベースラインの詳細を取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
governance:GetAccountFactoryBaseline |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| 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 |
例
成功レスポンス
JSONJSON
{
"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 ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。