UNIS Logo
  • UNIS Representations Reference
  • UNIS REST API
    • Introduction
    • UNIS REST API Reference
      • Node
      • Port
        • List/Query Ports
        • Get Port
        • Insert Port
        • Update Port
        • Delete Port
        • Patch Port
      • Link
      • Path
      • Service
      • Domain
      • Network
      • Topology
      • Metadata
UNIS
  • Docs »
  • UNIS REST API »
  • UNIS REST API Reference »
  • Port
  • View page source

Port¶

For the data representation see Port Representation.

Action Verb Noun Description
insert POST /ports/ Creates new port(s).
list/query GET /ports Return all ports registered in the UNIS instance.
get GET /ports/{id} Return port representation.
update PUT /ports/{id} Update the specified port.
delete DELETE /ports/{id} Delete the specified port.
patch PATCH /ports/{id} patch the specified port.
  • List/Query Ports
    • Request
      • Query Parameters
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • List all ports
      • List ports with specific URNs
  • Get Port
    • Request
      • Query Parameters
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • Get Port
      • Get the a representation with specific timestamp
  • Insert Port
    • Request
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • Insert single Port
      • Insert list of Ports
  • Update Port
    • Request
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • Updating a Port
  • Delete Port
    • Request
  • Patch Port
Next Previous

© Copyright 2019, Indiana University

Built with Sphinx using a theme provided by Read the Docs.