RI management
RI管理のAPIリファレンスは以下の通りです。
Get RI purchased list
RI管理データの取得
Role actions
ReadRi
ModifyRi
Request
リクエストパラーメータの{vendor}
のサポートベンダー: aws
,azure
Response
Move RI purchased
RI管理データの移動
Role actions
ModifyRi
Request
リクエストパラーメータの{ri_id}
GET /ri/purchased?vendor={vendor}
から取得したid
以下に{request body}
のリクエストペイロードの例を示します。
{request body}
{request body} description
Field
Type
Required
Validation
Description
customer_id
string
Yes
-
移動先の顧客ID
number
integer
Yes
-
移動する数
vendor
string
Yes
サポート: aws
ベンダー
Response
Remove RI purchased
移動先のRI管理データを元のデータへ戻す
Role actions
ModifyRi
Request
リクエストパラーメータの{ri_id}
GET /ri/purchased?vendor={vendor}
から取得したid
リクエストパラーメータの{vendor}
のサポートベンダー: aws
Response
Last updated