Default Usage Planの設定
    • PDF

    Default Usage Planの設定

    • PDF

    記事の要約

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

    指定した Stageの Default Usage Planを設定します。

    リクエスト

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

    メソッドURI
    PUT/products/{product-id}/apis/{api-id}/stages/{stage-id}/usage-plan

    リクエストヘッダ

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

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

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

    フィールドタイプ必須の有無説明
    product-idStringRequiredStageが属する Product ID
    api-idStringRequiredStageが属する API ID
    stage-idStringRequiredDefault Usage Planを設定する対象の Stage ID

    リクエスト構文

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

    {
        "monthQuotaRequest" : 1,
        "dayQuotaRequest" : 6,
        "rateRps" : 0,
        "quotaCondition" : "quotaCondition"
    }
    

    リクエストボディ

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

    フィールドタイプ必須の有無説明
    monthQuotaRequestLongConditional月別リクエスト処理限度(件/月)
    • 0~9,007,199,254,740,991
    • dayQuotaRequest入力時、必須
    dayQuotaRequestLongConditional日別リクエスト処理限度(件/日)
    • 0~9,007,199,254,740,991
    • monthQuotaRequest入力時、必須
    rateRpsLongOptionalリクエスト処理量(件/秒)
    • 1~2,147,483,647
    quotaConditionStringOptional使用量制御条件
    • 2xx | 3xx | 4xx | 5xx | others

    リクエスト例

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

    curl --location --request PUT 'https://apigateway.apigw.ntruss.com/api/v1/products/***ksk9***/apis/***51hs***/stages/***fh5o***/usage-plan' \
    --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 '{
        "monthQuotaRequest" : 1,
        "dayQuotaRequest" : 6,
        "quotaCondition": "2xx",
        "rateRps" : 1
    }'
    

    レスポンス

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

    レスポンス構文

    レスポンス構文は次の通りです。

    {
        "stage" : {
            "canaryDeployedTime" : "2000-01-23T04:56:07.000+00:00",
            "modifier" : "modifier",
            "canaryEndpointDomain" : "canaryEndpointDomain",
            "canaryThrottleRps" : 5,
            "cacheTtlSec" : 0,
            "stageName" : "stageName",
            "throttleRps" : 4,
            "monthQuotaRequest" : 9,
            "canaryCacheTtlSec" : 6,
            "canaryDistributionRate" : 5.962134,
            "apiId" : "apiId",
            "stageId" : "stageId",
            "deployedStageDeploymentNo" : 7,
            "useDistributionRate" : true,
            "canaryDeploymentDescription" : "canaryDeploymentDescription",
            "dayQuotaRequest" : 2,
            "isMaintenance" : true,
            "rateRps" : 3,
            "endpointDomain" : "endpointDomain",
            "ipAclList" : "ipAclList",
            "canaryDeploymentNo" : 1,
            "regTime" : "2000-01-23T04:56:07.000+00:00",
            "response" : "response",
            "canaryConditions" : [ {
                "parameterName" : "parameterName",
                "parameterCode" : "REQUEST_HEADER",
                "parameterValue" : "parameterValue"
            } ],
            "tenantId" : "tenantId",
            "ipAclCode" : "ALLOWED",
            "statusCode" : 2,
            "enabledContentEncoding": true,
            "minimumCompressionSize": 0
        }
    }
    

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

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

    レスポンス例

    レスポンスのサンプルコードは次の通りです。

    {
        "stage": {
            "tenantId": "***e230cebc1402ba89b148896951***",
            "modifier": "***d3020-5bb7-11ec-bfb8-246e96591***",
            "stageId": "***fh5o***",
            "apiId": "***51hs***",
            "stageName": "stage000",
            "endpointDomain": "https://test***.test.com",
            "rateRps": 1,
            "dayQuotaRequest": 6,
            "monthQuotaRequest": 1,
            "deployedStageDeploymentNo": 250***,
            "regTime": "2024-05-07T23:48:47Z",
            "isMaintenance": false,
            "enabledContentEncoding": false
        }
    }
    

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

    What's Next
    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.