dp dlm policy instance get
This command retrieves replication policy instance information.
Usage
dp dlm policy instance get
[command options] [arguments…]
Options
Name | Description |
---|---|
--id value |
Specifies the replication policy identity value. |
Parent command
dp dlm policy instance
Example
dp dlm policy instance get --id
/default/mycluster0/default/mycluster0/deleteWithPoliciesBeaconDown_GCS/0/1559560823634/000000001@236
{
"id": "/default/mycluster0/default/mycluster0/deleteWithPoliciesBeaconDown_GCS/0/1559560823634/000000001@236",
"startTime": "2019-06-04T07:19:19",
"endTime": "2019-06-04T07:20:27",
"status": "SUCCESS",
"totalTasks": 1,
"completedTasks": 1,
"tasks": [
{
"name": "HDFS REPLICATION",
"startTime": "2019-06-04T07:19:19",
"endTime": "2019-06-04T07:20:27",
"progressPercentage": 100,
"retries": "0/3",
"status": "SUCCESS",
"metadata": {
"jobIds": [
"job_1559628301715_0091"
]
}
}
]
}