Skip to main content

Get Failover Group Job Statistics

This operation returns the Failover group job statistics.

More Details

Query Parameters
  • jobId string
  • failoverGroupId string
  • replicationId string
  • clientId string
Responses

OK


Schema
  • job object[]
  • jobId integer
  • replicationId integer
  • phase object[]
  • phase integer
  • status integer
  • startTime object
  • _type_ integer
  • time integer
  • endTime object
  • _type_ integer
  • time integer
  • entity object
  • clientName string
  • client object
  • clientId integer
  • clientName string
  • vapp object
  • vAppId integer
GET /dr/jobstats    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
jobId — query
failoverGroupId — query
replicationId — query
clientId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/DR/JobStats' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'