Updating a Connection

Function

This API is used to update a connection.

URI

PUT /v2.0/dcaas/direct-connects/{direct_connect_id}

Table 1 Parameter description

Parameter

Type

Mandatory

Description

direct_connect_id

String

No

Specifies the connection ID.

Request

Table 2 lists the request parameter.

Table 2 Request parameter

Parameter

Type

Mandatory

Description

direct_connect

Dictionary

No

Specifies the direct_connect object.

Table 3 Description of field direct_connect

Parameter

Type

Mandatory

Description

description

String

No

Provides supplementary information about the connection.

Angle brackets (<>) are not allowed.

name

String

No

Specifies the connection name.

Only letters, digits, underscores (_), hyphens (-), and periods (.) are allowed.

bandwidth

Integer

No

Specifies the bandwidth of the connection in Mbit/s.

provider_status

String

No

Specifies the status of the carrier's leased line.

The value can be ACTIVE or DOWN.

Response

Table 4 lists the response parameter.

Table 4 Response parameter

Parameter

Type

Description

direct_connect

Dictionary

Specifies the direct_connect object.

For details about the direct_connect field, see Table 1.

Examples

Status Codes

For details, see Common Status Codes.