Modifies the configurations of an IDC probe.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
IdcName | string | No | The name of the data center. | test |
IpSegments | string | No | The settings of the CIDR block. | 192.168.XX.XX/24 |
WinPort | string | No | The Windows port. | 40 |
LinuxPort | string | No | The Linux port. | 80 |
IdcRegion | string | No | The region ID of the data center. | Hangzhou |
PeriodUnit | string | No | The unit of the scan interval. Valid values:
| day |
IntervalPeriod | integer | No | The scan interval. | 1 |
Uuids | string | Yes | The UUID of the server. Separate multiple UUIDs with commas (,). Note
You can call the DescribeCloudCenterInstances operation to query the UUID.
| 5b6d4072118f487094199cedf90c****,f6310b7976144639867beea2f346**** |
Status | integer | No | The usage status. Valid values:
| 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "20456DD5-5CBF-5015-9173-12CA4246B***"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.