Skip to main content

Get Backup Networks

Select

SaaS
Customer Managed

This Operation returns the backup networks configured for a client.

Use clientId 0 to retrieve all the backup networks

Query Parameters
  • ClientId integer required

    ID of the client whose backup networks has to be fetched

Responses

OK


Schema
  • ArchPipeLineList object[]

    Backup Network List

  • destGroupId integer

    Destination Client Group ID. 0 if destination is a client

  • srcGroupId integer

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

  • isActive integer

    0 if the backup networks are not active else 1

  • destGroupEntity object

    Destination client group entity

  • _type_ integer

    Internal field

  • clientGroupName string

    Name of Destination ClientGroup

  • destClientEntity object

    Destination client entity

  • clientId integer

    ID of the destination client. 0 if destination is a client group

  • displayName string

    Name of the destination client

  • _type_ integer

    Internal Field

  • client2 object

    Destination entity details

  • name string

    Interface of the destination

  • id integer

    Destination Client ID. 0 if the destination is a client group

  • client1 object

    Source entity details

  • name string

    Interface of the source entity

  • id integer

    Source Client ID. 0 if the source is a client group

  • srcClientEntity object

    Source client entity

  • clientId integer

    ID of the source

  • displayName string

    Source Client DisplayName

  • _type_ integer

    Internal Field

  • srcGroupEntity object

    Source Client group entity

  • _type_ integer

    Internal Field

  • clientGroupName string

    Name of the Source Client group

Loading...