Post Action External Link
    • PDF

    Post Action External Link

    • PDF

    Article Summary

    概要

    アクションを呼び出せる外部アクセス URLを作成します。

    リクエスト

    リクエスト URL

    POST {CLOUD_FUNCTIONS_API_URL}/packages/{packageName}/actions/{actionName}/external-link-url
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    Path Variables

    パラメータ必須有無タイプ説明
    packageNameYesstring- パッケージ名
    packageに属していない actionを照会する場合、packageNameに-を入力
    actionNameYesstringアクション名

    リクエストパラメータ

    パラメータ名必須有無タイプ制限事項説明
    platformNostring(classic | vpc)- プラットフォームタイプ
    default classicとして処理

    リクエストボディ

    {
       "productId" : "string",
       "productName" : "string",
       "apiName" : "string",
       "stageName" : "string",
       "authentication": "string"
    }
    
    項目必須有無タイプ制限事項説明
    productIdYesstring外部アクセスアドレスを作成するための API Gatewayの productId
    productNameNostring- API gatewayの productName
    productIdが見つからない場合、入力した productNameで新しい productを作成
    apiNameYesstring外部アクセスアドレスを作成するための API Gatewayの apiName
    stageNameYesstring外部アクセスアドレスを作成するための API Gatewayの stageName
    authenticationNostring( NONE | IAM )外部アクセスアドレス呼び出し時の API gatewayの認証方式。 default NONE

    レスポンス

    レスポンスボディ

    {
        "content": {
            "result": "ok"
        }
    }
    

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

    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.