You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

REST API Method: POST /rest/ripconfig/{identifier}

Modifies a RIP configuration on the Sonus SBC 1000/2000 system. RIP instance name should not be modified. Logical interface name should be provided for configuring RIP protocol on that interface. If multiple interfaces needs to be configured then the interface name should be comma separated.

URL:

https://134.56.227.163/rest/ripconfig/{identifier}

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
RIPInstanceNameYesYesstringnone16 - Max Length Specifies RIP Protocol instance.
enableDefaultInfoOriginateYesYesEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether Default Information Originate is to be enabled or disabled.
ifNameYesYesstringnone500 - Max Length Specifies logical interface name configured for particular routing instance name. If multiple interfaces need to be configured then the interface names should be comma separated.

Logical interfaces configured in the system can be obtained by performing a lookup on logicalinterface resource using GET logicalinterface

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

Usage Example: (about cURL | requires a session token)

Put code example here

Response:

Put Code response here
  • No labels