tencent cloud

Feedback

ModifySiteDeviceInfo

Last updated: 2024-11-27 15:19:09

1. API Description

Domain name for API request: cdc.intl.tencentcloudapi.com.

This API is used to modify the information about devices in the equipment room.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: ModifySiteDeviceInfo.
Version Yes String Common Params. The value used for this API: 2020-12-14.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
SiteId Yes String Equipment room ID
FiberType No String You are using optical fiber type to connect the CDC device to the network Single-mode or multi-mode fibers are available.
OpticalStandard No String Optical standard used to connect the CDC device to the network This field depends on the uplink speed, optical fiber type, and distance to upstream equipment.
PowerConnectors No String Type of power connector
PowerFeedDrop No String Whether power is supplied from above or below the rack
MaxWeight No Integer Maximum weight capacity (KG)
PowerDrawKva No Integer Power consumption (KW)
UplinkSpeedGbps No Integer Uplink speed from the network to Tencent Cloud Region
UplinkCount No Integer Number of uplinks used by each CDC device (2 devices per rack) when connected to the network
ConditionRequirement No Boolean Whether the following environmental conditions are met:
1. There are no material requirements or the acceptance standard on site that will affect the delivery and installation of the CDC device.
2. The following conditions are met for finalized rack positions:
Temperature ranges from 41 to 104°F (5 to 40°C).
Humidity ranges from 10°F (-12°C) to 70°F (21°C) and relative humidity ranges from 8% RH to 80% RH.
Air flows from front to back at the rack position and there is sufficient air in CFM (cubic feet per minute). The air quantity in CFM must be 145.8 times the power consumption (in KVA) of CDC.
DimensionRequirement No Boolean Whether the following dimension conditions are met:
Your loading dock can accommodate one rack container (H x W x D = 94" x 54" x 48").
You can provide a clear route from the delivery point of your rack (H x W x D = 80" x 24" x 48") to its final installation location. You should consider platforms, corridors, doors, turns, ramps, freight elevators as well as other access restrictions when measuring the depth.
There shall be a 48" or greater front clearance and a 24" or greater rear clearance where the CDC is finally installed.
RedundantNetworking No Boolean Whether redundant upstream equipment (switch or router) is provided so that both network devices can be connected to the network.
NeedHelp No Boolean Whether you need help from Tencent Cloud for rack installation?
RedundantPower No Boolean Whether there is power redundancy?
BreakerRequirement No Boolean Whether there is an upstream circuit breaker?

3. Output Parameters

Parameter Name Type Description
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Modifying the information about devices in the equipment room.

This example shows you how to modify the information about devices in the equipment room.

Input Example

https://cdc.intl.tencentcloudapi.com/?Action=ModifySiteDeviceInfo
&SiteId=site-eilhrmr2
&FiberType=SM
&OpticalStandard=MM
&PowerConnectors=220VAC50HZ
&PowerFeedDrop=UP
&MaxWeight=800
&PowerDrawKva=5
&UplinkSpeedGbps=10
&UplinkCount=2
&ConditionRequirement=true
&DimensionRequirement=true
&RedundantNetworking=true
&NeedHelp=true
&RedundantPower=true
&BreakerRequirement=true
&<Common request parameters>

Output Example

{
    "Response": {
        "RequestId": "3ceeecd2-2f24-4b3f-81eb-346137682c2f"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
MissingParameter.AtLeastOne Enter at least one input parameter.