Edit stage
    • PDF

    Edit stage

    • PDF

    Article summary

    Available in Classic and VPC

    Edit stage information according to the user-defined conditions.

    Request

    The following describes the request format for the endpoint. The request format is as follows:

    MethodURI
    PUT/products/{product-id}/apis/{api-id}/stages/{stage-id}

    Request headers

    For headers common to API Gateway, see API Gateway common request headers.

    Request path parameters

    The following describes the parameters.

    FieldTypeRequiredDescription
    product-idStringRequiredProduct ID that the stage belongs to
    api-idStringRequiredID of the API that the stage belongs to
    stage-idStringRequiredID of the stage to edit

    Request syntax

    The request syntax is as follows.

    {
        "cacheTtlSec" : 0,
        "ipAclList" : "ipAclList",
        "throttleRps" : 6,
        "response" : "response",
        "isMaintenance" : true,
        "ipAclCode" : "ALLOWED",
        "endpointDomain" : "endpointDomain",
        "statusCode" : 1,
        "enabledContentEncoding": true,
        "minimumCompressionSize": 0
    }
    

    Request body

    The following describes the parameters.

    FieldTypeRequiredDescription
    cacheTtlSecLongOptionalAPI cache TTL
    • 1 - 3600 seconds
    ipAclListStringConditionalIP ACL list
    • Required when entering ipAclCode
    throttleRpsIntegerOptionalPer-method per-second request limit
    • 1 - 2,147,483,647
    responseStringRequiredResponse for the status code
    • 0 - 1500 characters
    isMaintenanceBooleanRequiredMaintenance settings
    • true | false
      • true: enable
      • false: disable
    ipAclCodeStringConditionalWhether to allow IP ACLs
    • ALLOWED | REJECTED
      • ALLOWED: allow
      • REJECTED: deny
    • Required when entering ipAclList
    endpointDomainStringRequiredEndpoint domain
    statusCodeIntegerRequiredStatus code
    • 100 - 599
    enabledContentEncodingBooleanOptionalEncoding settings
    • true | false (default)
      • true: enable
      • false: disable
    minimumCompressionSizeIntegerOptionalWhether to compress data when sending
    • Enter a non-negative integer to enable compression
      • 0 - 10,485,760
    • Compression is disabled if this field is not entered

    Request example

    The following is a sample request.

    curl --location --request PUT 'https://apigateway.apigw.ntruss.com/api/v1/products/***ksk9***/apis/***51hs***/stages/***gshi***' \
    --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 '{
        "cacheTtlSec": 1,
        "endpointDomain" : "http://sdfs.***",
        "isMaintenance": true,
        "response": "response",
        "statusCode": "200"
    }'
    

    Response

    The following describes the response format.

    Response syntax

    The response syntax is as follows.

    {
        "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
        }
    }
    

    Response status codes

    For response status codes common to API Gateway, see API Gateway response status codes.

    Response example

    The following is a sample response.

    {
        "stage": {
            "tenantId": "***e230cebc1402ba89b148896951***",
            "modifier": "***d3020-5bb7-11ec-bfb8-246e96591***",
            "stageId": "***gshi***",
            "apiId": "***51hs***",
            "stageName": "stage000",
            "endpointDomain": "http://sdfs.****",
            "rateRps": 10,
            "dayQuotaRequest": 6,
            "monthQuotaRequest": 15,
            "deployedStageDeploymentNo": 253***,
            "regTime": "2024-05-10T01:59:17Z",
            "isMaintenance": true,
            "statusCode": 200,
            "response": "response",
            "enabledContentEncoding": false
        }
    }
    

    Was this article helpful?

    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.