Stage Deployment
    • PDF

    Stage Deployment

    • PDF

    Article Summary

    Stage配布履歴削除

    URL

    DELETE https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/stages/{stage-id}/deployments/{deployment-no}
    

    リクエストパラメータ

    名前位置必須かどうかタイプ説明
    productIdpathYStringProduct Id
    長さ(最大/最小):0 / 10
    apiIdpathYStringApi Id
    長さ(最大/最小):0 / 10
    stageIdpathYStringStage Id
    長さ(最大/最小):0 / 10
    deploymentNopathYLongDeployment No

    リクエストボディ

    • なし

    応答コード

    • 204

    応答ボディ

    • なし

    投稿されたStage文書照会

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/stages/{stage-id}/swagger-json
    

    リクエストパラメータ

    名前位置必須かどうかタイプ説明
    productIdpathYStringProduct Id
    長さ(最大/最小):0 / 10
    apiIdpathYStringApi Id
    長さ(最大/最小):0 / 10
    stageIdpathYStringStage Id
    長さ(最大/最小):0 / 10

    リクエストボディ

    • なし

    応答コード

    • 200

    応答ボディ

    {
      "documentJson" : "documentJson"
    }
    

    Stage文書照会

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/stages/{stage-id}/deployments/{deployment-no}
    

    リクエストパラメータ

    名前位置必須かどうかタイプ説明
    productIdpathYStringProduct Id
    長さ(最大/最小):0 / 10
    apiIdpathYStringApi Id
    長さ(最大/最小):0 / 10
    stageIdpathYStringStage Id
    長さ(最大/最小):0 / 10
    deploymentNopathYLongDeployment No

    リクエストボディ

    • なし

    応答コード

    • 200

    応答ボディ

    {
      "documentJson" : "documentJson"
    }
    

    Stage配布履歴照会

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/stages/{stage-id}/deployments
    

    リクエストパラメータ

    名前位置必須かどうかタイプ説明
    productIdpathYStringProduct Id
    長さ(最大/最小):0 / 10
    apiIdpathYStringApi Id
    長さ(最大/最小):0 / 10
    stageIdpathYStringStage Id
    長さ(最大/最小):0 / 10
    offsetquery stringNLongOffset
    最小:0
    最大:9,223,372,036,854,775,807
    limitquery stringNLongLimit
    最小:1
    最大:9,223,372,036,854,775,807

    リクエストボディ

    • なし

    応答コード

    • 200

    応答ボディ

    {
      "total" : 1,
      "content" : [ {
        "deployedTime" : "2000-01-23T04:56:07.000+00:00",
        "deploymentDescription" : "deploymentDescription",
        "stageDeploymentNo" : 0,
        "documentJson" : "documentJson",
        "stageId" : "stageId"
      } ],
      "defaultDeploymentNo" : 6
    }
    

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

    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.