Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Modifies a RIP configuration on the SBC. 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://192.168.0.111/rest/ripconfig/{identifier}

HTTP Method

POST

Requires Authentication:

true

Noprint
Panel
bgColortransparent
titleBGColor#DDD
title[ripconfig - REST API Methods|Resource - ripconfig]

Page Tree
root@parent

Parameters

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

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

Tip
titleHelpful Tip

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