Get Job Advanced Details
Select
SaaS
Customer Managed
This operation returns the details for a specific job
Request Parameters
Name | Description |
infoType | The option to return additional job information. Valid values are:
|
Response
Status returned in the responsejobRetention.storagePolicyRetentionInfoList. copyRetentionInfoList.status | Description |
1001 | COPYDATA_NOT_AVAILABLE |
1002 | COPYDATA_READY |
1003 | COPYDATA_READY_AND_RETAINED |
1004 | COPYDATA_PARTIAL |
1005 | COPYDATA_PARTIAL_AND_NOT_SELECTED |
1006 | COPYDATA_TO_BE_COPIED |
1007 | COPYDATA_NOT_SELECTED |
1008 | COPYDATA_RUNNING |
1009 | COPYDATA_COPY_DEFERRED |
1010 | COPYDATA_MARKED_BAD |
1011 | COPYDATA_BAD_AND_RETAINED |
1012 | COPYDATA_NOT_SELECTED_EXCEEDED_SIZE_LIMIT |
1013 | COPYDATA_JOB_MISSING_SNAPS |
Path Parameters
- jobId string required
Query Parameters
- infoType int32 required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Job Advanced Details - Retention Info
Schema
jobRetention object
storagePolicyRetentionInfoList object[]
storagePolicyName stringstoragePolicyId integercopyRetentionInfoList object[]
storagePolicyCopyName stringretentionDays integerretentionRules integerstoragePolicyCopyId integermanuallyPinned integerstatus integer
{
"jobRetention": {
"storagePolicyRetentionInfoList": [
{
"storagePolicyName": "string",
"storagePolicyId": 0,
"copyRetentionInfoList": [
{
"storagePolicyCopyName": "string",
"retentionDays": 0,
"retentionRules": 0,
"storagePolicyCopyId": 0,
"manuallyPinned": 0,
"status": 0
}
]
}
]
}
}
{
"jobRetention": {
"storagePolicyRetentionInfoList": [
{
"storagePolicyName": "SP_DutchCI",
"storagePolicyId": 33,
"copyRetentionInfoList": [
{
"storagePolicyCopyName": "Primary",
"retentionDays": 1583884860,
"retentionRules": 0,
"storagePolicyCopyId": 34,
"manuallyPinned": 1,
"status": 1008
}
]
}
]
}
}
Loading...