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

LinkΒΆ

For the data representation see Link Representation.

Action Verb Noun Description
insert POST /links Creates new Link.
list/query GET /links Return all Links registered in the UNIS instance.
get GET /links/{id} Return the Link representation.
update PUT /links/{id} Update the specified Link.
delete DELETE /links/{id} Delete the specified Link.
patch PATCH /links/{id} patch the specified Link .
  • List/Query Links
    • Request
      • Query Parameters
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • List all Links
  • Get Link
    • Request
      • Query Parameters
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • Get Link
  • Insert Link
    • Request
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • Insert single Link
  • Update Link
    • Request
      • Request Body
    • Response
      • Response Status Codes
      • Response Body
    • Examples
      • Updating a Link
  • Delete Link
    • Request
  • Patch Link
Next Previous

© Copyright 2019, Indiana University

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