インスタンス・オプションの取得
このAPIを使用して、インスタンス・オプションを取得します。
API
/selfservice/v1/customers/{custId}/products/bounce/instances/{instanceName}/services
スコープおよび認可
- このAPIにアクセスするには、
mcs:oci:api:Userスコープが必要です。 - 顧客に属するインスタンスについてのみこの情報にアクセスできます。
- 顧客がバウンス機能をオプトインしている場合のみ、バウンス・メタデータAPIを使用できます。
ヘッダー
- Authorization: Bearer <Token>
<Token>は、認可サーバーによって返されるOAUTHトークン(JWTトークン)です。
- Identifier: <JWKS Identifier>
<JWKS Identifier>は、セルフサービス・プラットフォームでJWKS URIが顧客管理者によって設定されたときに生成されるGUIDです。
ベース・パス
/selfservice/v1/
依存関係
機能
- このAPIは、特定の顧客インスタンスのバウンス中に影響を受けたサービスのリストを公開します。
-
name値はキーです。 -
labelは、表示に使用される説明です。 -
{custId}および{instanceName}は、前述の依存関係から取得できます。
動詞
GET
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
custId
|
パス・パラメータ | 顧客識別子 | はい |
instanceName
|
パス・パラメータ | インスタンス名 | はい |
サンプル・レスポンス
[
{
"name": "All",
"label": "All (Apps and DB)"
},
{
"name": "Apps",
"label": "All Apps"
},
{
"name": "Components",
"label": "Apps Components"
},
{
"name": "AllwithVM",
"label": "All (Apps & DB) with VM"
},
{
"name": "AppswithVM",
"label": "All Apps with VM"
}
]