API:Linecards

From Aligni Wiki

Jump to: navigation, search

Create Linecard Entry

Command: POST /linecard

Description: Adds a vendor/manufacturer linecard entry.

Request/Response:

<post>
  <manufacturer_id>#{manufacturer_id}</manufacturer_id>
  <vendor_id>#{vendor_id}</vendor>
</post>


Delete Linecard Entry

Command: DELETE /linecard?manufacturer_id=#{manufacturer_id}&vendor_id=#{vendor_id}

Description: Removes a vendor/manufacturer linecard entry.

Request/Response: None

Views
Personal tools