Post Action External Link
    • PDF

    Post Action External Link

    • PDF

    Article Summary

    Overview

    Creates an external connection URL that can call actions.

    Requests

    Request 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

    ParameterRequiredTypeDescription
    packageNameYesstring- Package name
    When viewing an action that does not belong to the package, enter - in packageName
    actionNameYesstringAction name

    Request parameters

    Parameter nameRequiredTypeService limitsDescription
    platformNostring(classicvpc)

    Request bodies

    {
       "productId" : "string",
       "productName" : "string",
       "apiName" : "string",
       "stageName" : "string",
       "authentication": "string"
    }
    
    ItemRequiredTypeService limitsDescription
    productIdYesstringproductId of the API gateway for creating an external link address
    productNameNostring- productName of the API gateway
    If productId is not found, a new product is created with productName entered
    apiNameYesstringapiName of the API gateway for creating an external link address
    stageNameYesstringstageName of the API gateway for creating an external link address
    authenticationNostring( NONEIAM )

    Responses

    Response bodies

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

    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.