REST API Method: PUT /rest/routingtable/{identifier}
Page Tree |
---|
root | Resource - routingtable |
---|
|
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 |
---|
Description | No | No | string | none | 64 - Max Length | Describes the Call Route Table. |
---|
Sequence | No | No | string | none | 30000 - Max Length | Specifies a sequence of Routing Table Entries provided as a comma-separated string of the entry IDs. |
---|
Code Block |
---|
|
curl --cookie PHPSESSID=k1js5e2stukgiha3fsmurm84q5fsqgefadjojefv6lmdtij6lh44 -s -k -i https://134.56.72.218/rest/routingtable/1 -X PUT --data "nullConfigIEState=null&Enabled=1&Description=Default Route Table&SystemReleaseSequence=3.1.0v277&Sequence="
|
Response:
Code Block |
---|
|
<?xml version="1.0"?>
<root>
<status>
<http_code>500<code>200</http_code>
<app_status</status>
<routingtable id="1" href="https://134.56.72.218/rest/routingtable/1">
<app_status_entry code="20013" params="1|RoutingTable"/>
</app_status>
</status> <Description>Default Route Table</Description>
<Sequence></Sequence>
</routingtable>
</root>
|