百度智能云

All Product Document

          Virtual Private Cloud

          Update ENIC

          Description

          Update the ENIC name and description.

          • The ENIC name should consist of uppercase and lowercase letters, numbers, -, _, and /, and other special characters. Also, the ENIC name must start with a letter and have a length of 1-65 characters.
          • Both the name and description cannot be empty.

          Request Structure

          PUT /v{version}/eni/{eniId}?{action}&clientToken={clientToken}   HTTP/1.1   
          Host: bcc.bj.baidubce.com      
          Authorization: authorization string
          {
              "name":{name},
              "description": "description"
          }

          Request Header Field

          No other special header fields are available except for the public header fields.

          Request Parameters

          Parameter Name Type Required? Parameter Position Description
          version String Yes URL parameter API version number
          eniId String Yes URL parameter ENIC Id
          action String Yes Query parameter This interface value is “modifyAttribute”.
          name String No RequestBody parameter ENIC name
          description String No RequestBody parameter ENIC description
          clientToken String No Query parameters Means the idempotence Token, which is an ASCII string with a length not exceeding 64 bits.

          Return Header Field

          No other special header fields are available except for the public header fields.

          Return Parameter

          No special return parameters.

          Request Example

          PUT /v1/eni/eni-w2d4kgc3x0y1? modifyAttribute&clientToken=ds-hng79d  HTTP/1.1
          Host: bcc.bj.baidubce.com
          authorization: bce-auth-v1/c3119080364d11e8912505e5e0ae9978/2019-04-02T08:14:25Z/3600/host;x-bce-account;x-bce-client-ip;x-bce-date;x-bce-request-id;x-bce-security-token/6b93bfd5ca2328fcb5560fa57f56253d80a629f6aac9c9cb74adf9a055fceb53
          {
              "name":"ENI",
              "description":"test"
          }

          Return Example

          HTTP/1.1 200 OK
          x-bce-request-id: 7e789a40-adac-414a-8bd4-916d6be61112
          Date: Mon, 02 Apr 2019 08:14:25 GMT
          Content-Type: application/json;charset=UTF-8
          Server: BWS
          Previous
          Unbind ENIC from EIP
          Next
          Update Security Group of ENIC