Search Edge list
    • PDF

    Search Edge list

    • PDF

    Article summary

    Overview

    Search the list of all edges created under Profile.

    Requests

    Request URL

    GET
    https://edge.apigw.ntruss.com/api/v1/profiles/{profileId}/cdn-edges
    

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    profileIdYesStringProfile number

    Responses

    All responses return success or failure as HTTP Status Code.

    HTTP status codeCode messageDescription
    200SuccessSearch succeeded
    401UnauthorizedAuthentication failed
    500Internal Server ErrorServer error

    EdgeStatus

    ValueDescription
    PUBLISHINGDeploying
    RUNNINGRunning
    STOPPINGStopping
    STOPPEDStop
    ACTIVATINGRestarting
    DELETINGDeleting
    DELETEDDelete

    Examples

    Request examples

    https://edge.apigw.ntruss.com/api/v1/profiles/1234/cdn-edges
    

    Response examples

    {
      "code": "0000",
      "message": "Success",
      "result": [
        {
          "id": 9999,
          "profileId": 1234,
          "edgeName": "my-sample-edge",
          "statusType": "RUNNING",
          "originalCopyDomain": "www.mydomain.com",
          "registrationDate": "2022-11-09T10:30:27.489Z",
          "modifyDate": "2022-11-09T10:39:31.48Z",
          "domainName": "myrandomdomainname.edge.naverncp.com"
        }
      ]
    }
    

    Errors

    Error codeDescription
    9999Server error occurred

    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.