Edgeリストの照会
    • PDF

    Edgeリストの照会

    • PDF

    記事の要約

    概要

    Profileの下位に作成されたすべての Edgeリストを照会します。

    リクエスト

    リクエスト URL

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

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    profileIdYesStringProfile番号

    レスポンス

    すべてのレスポンスは、HTTP Status Codeで成功または失敗を返します。

    HTTPステータスコードコードのメッセージ説明
    200Success照会成功
    401Unauthorized認証失敗
    500Internal Server Errorサーバエラー

    EdgeStatus

    説明
    PUBLISHING配布中
    RUNNING運用中
    STOPPING停止中
    STOPPED停止
    ACTIVATING再起動中
    DELETING削除中
    DELETED削除

    リクエスト例

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

    レスポンス例

    {
      "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"
        }
      ]
    }
    

    エラーコード

    エラーコード説明
    9999サーバエラー発生

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

    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.