Creates a feature consistency check job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:CreateFeatureConsistencyCheckJob |
create |
*All Resource
|
None | None |
Request syntax
POST /api/v1/featureconsistencycheck/jobs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| InstanceId |
string |
Yes |
The instance ID. You can obtain the instance ID on the Instances page. |
pairec-cn-******** |
| FeatureConsistencyCheckJobConfigId |
string |
Yes |
The feature consistency check job configuration ID. You can call the ListFeatureConsistencyCheckJobConfigs operation to obtain this ID. |
3 |
| Environment |
string |
Yes |
The environment where the job runs. Valid values:
|
Pre |
| SamplingDuration |
integer |
Yes |
The sampling duration, in minutes. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
7D59453C-48AA-5FC5-8848-2D373BD1A17F |
| FeatureConsistencyCheckJobId |
string |
The feature consistency check job ID. |
4 |
Examples
Success response
JSON format
{
"RequestId": "7D59453C-48AA-5FC5-8848-2D373BD1A17F",
"FeatureConsistencyCheckJobId": "4"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.