Usage Planの変更
    • PDF

    Usage Planの変更

    • PDF

    記事の要約

    Classic/VPC環境で利用できます。

    指定した API Keyの Usage Planを Stageと関連付けられた Usage Planの中から選択して変更します。

    リクエスト

    リクエスト形式を説明します。リクエスト形式は次の通りです。

    メソッドURI
    PUT/products/{product-id}/api-keys/{api-key-id}/stages/{stage-id}

    リクエストヘッダ

    API Gatewayで共通して使用されるヘッダの詳細は、API Gatewayのリクエストヘッダをご参照ください。

    リクエストパスパラメータ

    パラメータの説明は次の通りです。

    フィールドタイプ必須の有無説明
    product-idStringRequiredAPI Keyが属する Product ID
    api-key-idStringRequiredUsage Planを変更する対象の API Key ID
    stage-idStringRequiredStage ID

    リクエスト構文

    リクエスト構文は次の通りです。

    {
        "usagePlanId" : "usagePlanId"
    }
    

    リクエストボディ

    リクエストボディの説明は次の通りです。

    フィールドタイプ必須の有無説明
    usagePlanIdStringRequired変更対象の Usage Plan ID

    リクエスト例

    リクエストのサンプルコードは次の通りです。

    curl --location --request PUT 'https://apigateway.apigw.ntruss.com/api/v1/products/***ksk9***/api-keys/***fmy2***/stages/***5ei7***' \
    --header 'x-ncp-apigw-timestamp: {Timestamp}' \
    --header 'x-ncp-iam-access-key: {Access Key}' \
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
    --header 'Content-Type: application/json' \
    --data '{
        "usagePlanId" : "***9rpm***"
    }'
    

    レスポンス

    レスポンス形式を説明します。

    レスポンスステータスコード

    API Gatewayで共通して使用されるレスポンスステータスコードの詳細は、API Gatewayのレスポンスステータスコードをご参照ください。


    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.