Executes a backup policy for one or all data sources.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PolicyId | string | Yes | The ID of the backup policy. | po-000************hky |
DataSourceId | string | No | The ID of the data source. | i-bp1************dtv |
SourceType | string | No | The type of the data source. Valid values:
| UDM_ECS |
RuleId | string | Yes | The ID of the rule. A rule can be executed only if of the RuleType is BACKUP. | rule-0002*****ux8 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "F4EEB401-DD21-588D-AE3B-1E835C7655E1",
"JobId": "job-*********************"
}
Error codes
For a list of error codes, visit the Service error codes.