Versions Compared

Key

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

REST API Method: PUT /rest/routingtable/{identifier}

Page Tree
rootResource - routingtable

Creates a Routing Table given a specific Table ID.

URL:

https://

...

192.

...

168.

...

0.

...

111/rest/routingtable/{identifier}

HTTP Method

PUT

Requires Authentication:

true

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

Page Tree
root@parent

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionNoNostringnone64 - Max LengthDescribes the Call Route Table.
SequenceNoNostringnone30000 - Max LengthSpecifies a sequence of Routing Table Entries provided as a comma-separated string of the entry IDs.

...

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

Code Block
languagebash
curl --cookie PHPSESSID=cuc2h83fqaispmu6m519sa5642 -s -k -i https://134.56.72.218/rest/routingtable/1 -X PUT --data "ConfigIEState=1&Description=Default Route Table&Sequence=1"

Response:

...

languagehtml/xml

...