Modifying a PLAS Connector

Function

This API is used to modify a PLAS connector based on the connector ID. Based on the URL returned, you can query the modification progress.

URI

Request

The PlasConnectorUpdateReq object has the following attributes.

Parameter

Mandatory

Type

Description

connector

Yes

PlasConnectorUpdateModel object

Indicates the request for modifying a PLAS connector.

The PlasConnectorUpdateModel object has the following attributes.

Parameter

Mandatory

Type

Description

name

No

String

Indicates the name of the PLAS connector name. The name can consist of letters, digits, underscores (_), and hyphens (-).

The value is a string of 1 to 128 characters.

description

No

String

Indicates the connector description.

The value is a string of 0 to 255 characters.

bandwidth

No

int32

Indicates the bandwidth in Mbit/s.

Value range:

  • 10
  • 50
  • 100
  • 150
  • 200
  • 300
  • 400
  • 500
  • 600
  • 1000

lineId

No

String

Indicates the line ID, which is assigned by the CCR.

The value is a string of 1 to 36 characters.

Response

Returned Value