Skip to main content

Get Periodic replication Pairs details

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation returns a list of replicated VMs.

Query Parameters
  • subclientId int32
  • advanced string
  • operationType string
Responses

OK


Schema
  • vApp object[]
  • description string
  • isVirtualLab boolean
  • operationType integer
  • vAppEntity object
  • vAppId integer
  • vAppName string
  • clientList object[]
  • clientName string
  • backupsetId integer
  • clientId integer
  • GUID string
  • backupsetName string
  • _type_ integer
  • entityId integer
GET /replications/monitors/streaming    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
subclientId — query
advanced — query
operationType — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Replications/Monitors/streaming' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'