百度智能云

All Product Document

          Express Tunnel

          Query Express Details

          Description

          Query Express Details

          Request Structure

           GET /v{version}/et/{dcphyId} HTTP/1.1
           Host: bcc.bj.baidubce.com
           Authorization: authorization string    

          Request Header Field

          No other special header fields are available, except for common header fields.

          Request Parameters

          Parameter name Type Required? Parameter Position Description
          version String Yes URL Parameters API version number
          dcphyId String Yes URL Parameters ET id

          Return Header Field

          There are no other special header fields except the common header field.

          Return Parameter

          Parameter Name Type Description
          id String Express Tunnel (ID)
          name String Name
          description String Description
          status String Express status. Its value range is ack-wait/accept/reject/building/pay-wait/established/stopped/deleted, which respectively correspond to Applying/Application accepted/Application rejected/Constructing/Unpaid (the unpaid port duration fee for the completed construction)/Available/Expired/Deleting after the expiry
          expireTime String Expiration time
          isp String Operator. Its value range is ISP_CMCC/ISP_CUCC/ISP_CTC/ISP_CHH/ISP_OTHER, which respectively correspond to China Mobile/China Unicom/China Telecom/Hosted Express/Others in China
          intfType String The interface specification, of which the value range is 1G/10G/100G
          apType String Access Type
          apAddr String Access Point
          userName String User Name
          userPhone String User Phone
          userEmail String User Email
          userIdc String Peer address

          Request Example

           GET /v1/et/dcphy-gq65bz9ip712 HTTP/1.1
           Host: bcc.bj.baidubce.com
           Authorization: authorization string    

          Return Examples

           HTTP/1.1 200 OK     
           x-bce-request-id: 1214cca7 4ad5 451d 9215 71cb844c0a50     
           Date: Thu, 16 Mar 2017 06:29:48 GMT       
           Content Type: application/json;charset=UTF 8     
           Server: BWS     
                
          {
              "id": "dcphy-gq65bz9ip712",
              "name": "ZX051501-testET",
              "description": "",
              "status": "established",
              "expireTime": 1,
              "isp": "ISP_CUCC",
              "intfType": "10G",
              "apType": "SINGLE",
              "apAddr": "WHGG",
              "userName": "Zhang San",
              "userPhone": "18218796578",
              "userEmail": "shihuijuan@baidu.com",
              "userIdc": "Beijing | Municipal District | Dongcheng District | Baidu Science and Technology Park K2"
          }
          Previous
          Query Express List
          Next
          Create Express Tunnel