ブランドにリンクされたインスタンスのリソースを取得します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| InstanceId |
string |
必須 |
インスタンス ID。 |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
任意 |
次のページの結果を取得するために使用されるトークン。 |
NTxxxxxexample |
| PreviousToken |
string |
任意 |
前のページの結果を取得するために使用されるトークン。 |
PTxxxxxexample |
| MaxResults |
integer |
任意 |
各ページに返されるエントリ数。 |
20 |
| BrandId |
string |
必須 |
ブランド ID。 |
brand_xxxx |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。 |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
エントリの合計数。 |
100 |
| NextToken |
string |
次のページの結果を取得するためのトークン。 |
NTxxxexample |
| PreviousToken |
string |
前のページの結果を取得するためのトークン。 |
PTxxxexample |
| MaxResults |
integer |
各ページに返されるエントリ数。 |
20 |
| BrandCustomPrivacyPolicies |
array<object> |
ブランドに関連付けられたカスタムプライバシーポリシーのリスト。 |
|
|
object |
|||
| CustomPrivacyPolicyId |
string |
プライバシーポリシー ID。 |
pp_xxxx |
例
成功レスポンス
JSONJSON
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"NextToken": "NTxxxexample",
"PreviousToken": "PTxxxexample",
"MaxResults": 20,
"BrandCustomPrivacyPolicies": [
{
"CustomPrivacyPolicyId": "pp_xxxx"
}
]
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。