百度智能云

All Product Document

          Express Tunnel

          Port Duration Configuration

          Description

          Port Duration Configuration. After the express is applied, you need to configure the Port Duration before the express can be used normally

          Request Structure

          POST /v{version}/et/config?clientToken={clientToken} HTTP/1.1
          Host: bcc.bj.baidubce.com
          Authorization: authorization string
          {
              "dcphyId": dcphyId,
              "billing": {
                  "paymentTiming": paymentTiming,
                  "reservation": {
                      "reservationLength": reservationLength,
                      "reservationTimeUnit": reservationTimeUnit
                  }
              },
              "renewReservation": {
                  "reservationLength": reservationLength,
                  "reservationTimeUnit": reservationTimeUnit
              }
          }

          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
          clientToken String No Query parameters Idempotent Token, which is an ASCII string with the length no more than 64 bits. See Idempotency of ClientToken for details.
          dcphyId String Yes Request Body Parameter ET id
          billing Billing Yes Request Body Parameter Billing Information: Support prepayment and postpayment.
          renewReservation Reservation No Request Body Parameter Auto Renewal Information

          Return Header Field

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

          Return Parameter

          Parameter Name Type Description
          id String ET id

          Request Example

          POST /v1/et?clientToken=1849ef6b-f73c-4f5d-b88b-259ca47af849 HTTP/1.1
          Host: bcc.bj.baidubce.com
          Authorization: bce-auth-v1/f81d3b34e48048fbb2634dc7882d7e21/2015-08-11T04:17:29Z/3600/host/74c506f68c65e26c633bfa104c863fffac5190fdec1ec24b7c03eb5d67d2e1de
          {
              "dcphyId": "dcphy-qd460f4xz6yy",
              "billing": {
                “paymentTiming": "Prepaid",
                "reservation": {
                    "reservationLength": 2
                }
               },
               "renewReservation": {
                   "reservationLength":2,
                   "reservationTimeUnit": "month"
               }
          } 

          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
          Previous
          Apply for Physical Express Tunnel
          Next
          Update Physical Express Tunnel