PUT - ModificationTable


REST API Method: PUT /api/defDSC/DSC/[string:aid_1]/DSCRoutingTables/ModificationTable/[string:aid_2]

Modifies an ModificationTable managed object.

URL:

/api/defDSC/DSC/[string:aid_1]/DSCRoutingTables/ModificationTable/[string:aid_2]

HTTP Method:

PUT

Requires Authentication:

true

Description:

Parameter Description
[string:aid_1] [DSC/Type]
[string:aid_2] [ModificationTable/TableName]
Payload(Not necessarily in order) {}

Parameters:

Parameter Name Required Create Read-Only Data Type Description
TableName Yes Yes Yes string Table Name to uniquely identify the table. The Table Name must be unique across all table types. Leading and trailing whitespaces are trimmed. Valid values: alphanumeric characters, dashes, underscores, spaces, and dots (maximum size of 64). Cannot start the name with reserved dsc_ or pt_ (case insensitive). TL1Name: TABLENAME

  • No labels