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

NodeΒΆ

For the data representation see Node Representation.

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

© Copyright 2019, Indiana University

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