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

Compare with Current View Page History

« Previous Version 3 Next »

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

Creates a Routing Table given a specific Table ID.

URL:

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

HTTP Method

PUT

Requires Authentication:

true



Parameters

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

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

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:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
 <routingtable id="1" href="https://134.56.72.218/rest/routingtable/1">
  <Description>Default Route Table</Description>
  <Sequence></Sequence>
 </routingtable>
</root>
  • No labels