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

    項目RequiredType説明
    packageNameYesstringパッケージ名。 パッケージに属さないアクションを検索する場合は、パッケージ名に-を記述します。
    actionNameYesstringアクションの名

    リクエストパラメータ

    項目RequiredType制約事項説明
    platformNostring(classic | vpc)プラットフォームタイプ。default classicで処理されます。

    リクエストのBody

    {
       "productId" : "string",
       "productName" : "string",
       "apiName" : "string",
       "stageName" : "string"
    }
    
    項目RequiredType制約事項説明
    productIdYesstring外部リンクを生成するAPIゲートウェイのProductId
    productNameNostringAPIゲートウェイのProductName。 productIdが見つからない場合、productNameを使用して新しい製品が作成されます。
    apiNameYesstring外部リンクを生成するAPIゲートウェイのApiName
    stageNameYesstring外部リンクを生成するAPIゲートウェイのStageName

    レスポンス

    レスポンスのBody

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