Skip to main content

Configure Backup Networks

Select

SaaS
Customer Managed

Add backup networks between two clients or two client groups or a combination of them.

Add , Update and Delete Backup networks using this API. Go through the Examples for more details.

Visit Get Host interface list API request to retrieve the interfaces for a particular client.

Documentation

Note: Backup Networks and DIPs are used interchangeably.

Request Body
  • operationType integer required

    3 for create/update, 2 for Delete

  • ArchPipeLineList object[] required

    Backup Networks pair

  • destGroupId integer required

    Destination ClientGroup ID. 0 if destination is a client

  • srcGroupId integer required

    Source ClientGroup ID. 0 if the source entity is a client

  • isActive integer required

    1 to activate and 0 to inactivate

  • client2 object required

    Destination entity interface details

  • name string required

    Interface of the destination client/clientgroup

  • id integer required

    Client ID of the destination. 0 if the destination entity is client group

  • client1 object required

    Source Entity interface details

  • name string required

    Interface of the source client/clientgroup

  • id integer required

    ID of the source client. 0 if source entity is a client group

Responses

OK


Schema
  • warningCode integer
  • errorMessage string
  • errorCode integer
  • warningMessage string
Loading...