Get Failover Group Job Statistics
Select
SaaS
Customer Managed
This operation returns the Failover group job statistics.
Query Parameters
- jobId string
- failoverGroupId string
- replicationId string
- clientId string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
job object[]
jobId integerreplicationId integerphase object[]
phase integerstatus integerstartTime object
_type_ integertime integerendTime object
_type_ integertime integerentity object
clientName stringclient object
clientId integerclientName stringvapp object
vAppId integer
{
"job": [
{
"jobId": 0,
"replicationId": 0,
"phase": [
{
"phase": 0,
"status": 0,
"startTime": {
"_type_": 0,
"time": 0
},
"endTime": {
"_type_": 0,
"time": 0
},
"entity": {
"clientName": "string"
}
}
],
"client": {
"clientId": 0,
"clientName": "string"
},
"vapp": {
"vAppId": 0
}
}
]
}
{
"job": [
{
"jobId": 4677,
"replicationId": 0,
"phase": [
{
"phase": 26,
"status": 0,
"startTime": {
"_type_": 55,
"time": 0
},
"endTime": {
"_type_": 55,
"time": 1522200878
},
"entity": {}
},
{
"phase": 27,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522199745
},
"endTime": {
"_type_": 55,
"time": 1522200548
},
"entity": {}
}
],
"client": {
"clientId": 0
},
"vapp": {
"vAppId": 31
}
},
{
"jobId": 4677,
"replicationId": 5,
"phase": [
{
"phase": 15,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522200580
},
"endTime": {
"_type_": 55,
"time": 1522200582
},
"entity": {
"clientName": "ACVM1"
}
},
{
"phase": 17,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522200582
},
"endTime": {
"_type_": 55,
"time": 1522200588
},
"entity": {
"clientName": "ACVM1FailoverGroups"
}
},
{
"phase": 20,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522200588
},
"endTime": {
"_type_": 55,
"time": 1522200601
},
"entity": {
"clientName": "ACVM1FailoverGroups"
}
},
{
"phase": 1,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522200601
},
"endTime": {
"_type_": 55,
"time": 1522200713
},
"entity": {
"clientName": "ACVM1FailoverGroups"
}
},
{
"phase": 24,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522200713
},
"endTime": {
"_type_": 55,
"time": 1522200727
},
"entity": {
"clientName": "ACVM1FailoverGroups"
}
},
{
"phase": 19,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522200727
},
"endTime": {
"_type_": 55,
"time": 1522200735
},
"entity": {
"clientName": "ACVM1FailoverGroups"
}
},
{
"phase": 18,
"status": 0,
"startTime": {
"_type_": 55,
"time": 1522200735
},
"endTime": {
"_type_": 55,
"time": 1522200740
},
"entity": {
"clientName": "ACVM1FailoverGroups"
}
}
],
"client": {
"clientId": 0,
"clientName": "ACVM1"
},
"vapp": {
"vAppId": 31
}
}
]
}
Loading...