Modifies the collection frequency of asset fingerprints for an automatic periodic collection task.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyPropertyScheduleConfig |
The operation that you want to perform. Set the value to ModifyPropertyScheduleConfig. |
Type | String | Yes | scheduler_port_period |
The type of the asset whose fingerprints are collected by the task. Valid values:
|
ScheduleTime | String | Yes | 1 |
The collection frequency of asset fingerprints. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
ModifyResult | Boolean | true |
Indicates whether the collection frequency of asset fingerprints is modified. Valid values:
|
RequestId | String | C0D1DF51-D879-55A8-B6C7-7D3B913EF34D |
The ID of the request, which is used to locate and troubleshoot issues. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyPropertyScheduleConfig
&Type=scheduler_port_period
&ScheduleTime=1
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ModifyPropertyScheduleConfigResponse>
<ModifyResult>true</ModifyResult>
<RequestId>C0D1DF51-D879-55A8-B6C7-7D3B913EF34D</RequestId>
</ModifyPropertyScheduleConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"ModifyResult" : true,
"RequestId" : "C0D1DF51-D879-55A8-B6C7-7D3B913EF34D"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
500 | ServerError | ServerError | The error message returned because a server error occurred. |
For a list of error codes, visit the API Error Center.