Gateway Response
    • PDF

    Gateway Response

    • PDF

    Article Summary

    ゲートウェイの応答照会

    URL

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

    リクエストパラメータ

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

    リクエストボディ

    • なし

    応答コード

    • 200

    応答ボディ

    {
      "gatewayResponses" : [ {
        "headers" : [ {
          "responseType" : "responseType",
          "headerName" : "headerName",
          "headerValue" : "headerValue",
          "apiId" : "apiId"
        } ],
        "isDefault" : true,
        "responseType" : "responseType",
        "templates" : [ {
          "mappingTemplate" : "mappingTemplate",
          "responseType" : "responseType",
          "contentType" : "contentType",
          "apiId" : "apiId"
        } ],
        "responseName" : "responseName",
        "apiId" : "apiId",
        "statusCode" : 0
      } ]
    }
    

    ゲートウェイの応答の初期化

    URL

    DELETE https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/responses/{response-type}
    

    リクエストパラメータ

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

    リクエストボディ

    • なし

    応答コード

    • 204

    応答ボディ

    • なし

    ゲートウェイ応答ステータスコードを追加

    URL

    POST https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/responses/{response-type}
    

    リクエストパラメータ

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

    リクエストボディ

    {
      "statusCode" : 0
    }
    

    応答コード

    • 200

    応答ボディ

    {
      "headers" : [ {
        "responseType" : "responseType",
        "headerName" : "headerName",
        "headerValue" : "headerValue",
        "apiId" : "apiId"
      } ],
      "isDefault" : true,
      "responseType" : "responseType",
      "templates" : [ {
        "mappingTemplate" : "mappingTemplate",
        "responseType" : "responseType",
        "contentType" : "contentType",
        "apiId" : "apiId"
      } ],
      "responseName" : "responseName",
      "apiId" : "apiId",
      "statusCode" : 0
    }
    

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

    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.